[03:24:30] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [03:24:30] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [03:24:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [03:24:32] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :hyojung, login_channel : null [03:24:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hyojung(String) [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [03:24:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [03:24:32] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [03:24:32] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [03:24:32] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [03:24:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [03:24:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : hyojung [03:24:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [03:24:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hyojung(String) [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hyojung(String) [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [03:24:32] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : hyojung, mappingList.size : 1 [03:24:32] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [03:24:32] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[hyojung] roles roles [0]ROLE_01 [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hyojung(String), 01(String), 1FF3D90E4020C8E7E06FAC01352D5455(String), PHONE(String) [03:24:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [03:24:32] [DEBUG] controller.EssController - ----------------------------------------------- [03:24:32] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 106.101.67.62, 106.101.67.62, param : code=404 [03:24:32] [DEBUG] controller.EssController - ----------------------------------------------- [03:24:33] [DEBUG] controller.EssController - ----------------------------------------------- [03:24:33] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 17, param.plantSeq : 0 [03:24:33] [DEBUG] controller.EssController - ----------------------------------------------- [03:24:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [03:24:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 17(Integer), 2023-08-02(String), 17(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [03:24:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [03:24:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [03:24:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 17(Integer), 0(Integer), 2023-08-01(String), 17(Integer), 0(Integer), 2023-07-31(String), 17(Integer), 0(Integer), 2023-08-02(String), 107545(Integer) [03:24:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 17(Integer), 2023-08-02(String), 17(Integer), 2023-08-02(String), 17(Integer) [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 17(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String) [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 11(String) [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [03:24:34] [DEBUG] controller.EssController - ----------------------------------------------- [03:24:34] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 106.101.67.62, 106.101.67.62, param : code=404 [03:24:34] [DEBUG] controller.EssController - ----------------------------------------------- [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 17(Integer), 01(String), 2023-07-19(String) [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 17(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [03:24:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [03:24:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [03:24:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 17(Integer), 0(Integer), 2023-08-02(String), 17(Integer), 0(Integer), 2023-08-02(String) [03:24:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [03:24:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [03:24:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 17(Integer), 0(Integer), 17(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [03:24:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [03:24:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [03:24:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 17(Integer), 1(Integer), 2023-08-02(String), 17(Integer), 1(Integer), 2023-08-02(String) [03:24:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [06:00:42] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [06:00:42] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [06:00:47] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:00:47] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :admin03, login_channel : null [06:00:47] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String) [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:47] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:00:47] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_05 [06:00:47] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:00:47] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co?error [06:00:47] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:00:47] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : admin03 [06:00:47] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [06:00:47] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String) [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName from t_plant p left join t_pms m on p.seq = m.plantSeq and p.plantStatus = '01' and m.pmsStatus = '01' order by p.seq desc [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 116 [06:00:47] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : admin03, mappingList.size : 116 [06:00:47] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:00:47] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[admin03] roles roles [0]ROLE_05 [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: admin03(String), 05(String), 27D298AA9A7C453C997FDEEEF5C6C1A8(String), WEB(String) [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:00:47] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [06:00:47] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [06:00:47] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [06:00:47] [DEBUG] controller.SignController - /monitoring/dashboard.co [06:00:47] [DEBUG] controller.SignController - ....................................... [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String) [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.pvPower/p.supplyPower as pvPercent, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.geox, p.geoy, p.weatherCode, p.prate, p.drate, p.beginDate, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, count(seq) as count from t_pmsdata_2023 where pcsIdx=0 and inputDate = ? group by plantSeq ) d2 where d.plantSeq = d2.plantSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? ) d on p.seq = d.plantSeq ) p left join ( select inputHour as weatherHour, weatherCode, cloud from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ?) ) w on p.weatherCode = w.weatherCode order by p.pvPercent desc [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 0(Integer), 2023-08-02(String), 2023-08-02(String) [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [06:00:47] [DEBUG] controller.MonitoringController - selectPmsDataReport : 쿼리조회시간 : 47 [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.geox, p.geoy, w.* from t_weather_2021 w, t_plant p where w.weatherCode = p.weatherCode and p.plantStatus='01' and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) order by p.seq desc [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, count(inputHour) as count from t_weather_2021 where inputYmd = ? group by inputHour order by inputHour desc [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String) [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:00:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(k.seq) as count from t_kesco_data k, t_plant p where k.plantSeq = p.seq and k.inputDate between ? and ? and k.sendStatus = ? [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 00(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_count.Kesco : 쿼리조회시간 : 0 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 01(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_count.faultPms : 쿼리조회시간 : 0 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 160(Integer), 340(Integer), 10(Integer), 990(Integer), 10(Integer), 990(Integer), 1(Integer), 2023-08-02(String), 2023-08-02(String), 01(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_count.faultTemp : 쿼리조회시간 : 16 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_pms k where seq = (select max(seq) from t_timetable_pms k where k.inputDate = ? ) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 01(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_count.alarmBatt : 쿼리조회시간 : 0 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2023-08-02(String), 2023-08-02(String), 01(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_count.alarmTemp : 쿼리조회시간 : 15 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(d.seq) as count from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and ( d.data20 < ? or d.data20 > ? or d.data21 < ? or d.data21 > ?) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 160(Integer), 320(Integer), 160(Integer), 320(Integer), 1(Integer), 2023-08-02(String), 2023-08-02(String), 01(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_data_count.pmsVo : 쿼리조회시간 : 0 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_timetable_kesco k where seq = (select max(seq) from t_timetable_kesco k where k.inputDate = ? ) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_count.alarmCellTempCount : 쿼리조회시간 : 16 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_data_count.kescoVo : 쿼리조회시간 : 31 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2023-08-02(String), 2023-08-02(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_count.cs : 쿼리조회시간 : 15 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, inputHour, count(inputYmd) as count from t_weather_2021 where inputYmd = ? and inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd = ? ) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_data_count.weatherVo : 쿼리조회시간 : 15 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputHour, createDatetime, count(seq) as count from t_pmsdata_statistic_hour where inputDate=? and inputHour = (select max(inputHour) from t_pmsdata_statistic_hour where inputDate = ?) and pcsIdx=0 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_data_count.hourVo : 쿼리조회시간 : 0 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputMonth, inputDay, createDatetime, count(seq) as count from t_pmsdata_statistic_day where inputDate=? and pcsIdx=0; [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:00:49] [DEBUG] controller.MonitoringController - main_data_count.dayVo : 쿼리조회시간 : 16 [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:00:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:00:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [06:00:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:00:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [06:00:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and pcsIdx=? group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx=? group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:00:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2023-08-02(String), 0(Integer), 2023-08-02(String), 0(Integer) [06:00:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 55 [06:00:50] [DEBUG] controller.MonitoringController - selectPlantPmsDataAvgPcsList : 쿼리조회시간 : 16 [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, d.* from t_pmsdata_2023 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) order by p.seq asc, d.pcsIdx asc [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String) [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( select p.name as plantName, '1' as str1, 'warning' as str2, d.* from t_pmsdata_2023 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data26 > 0 or d.data66 > 0 or d.data67 > 0 or d.data68 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) union all select p.name as plantName, '2' as str1, 'danger' as str2, d.* from t_pmsdata_2023 d, t_plant p where d.plantSeq = p.seq and d.inputDate=? and d.pcsIdx > 0 and ( d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0) and d.timetableSeq = (select currSeq from t_sequence where seq=10) ) d order by d.str1 asc, d.plantSeq asc, d.pcsIdx asc [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 01(String), 0(Integer), 10(Integer) [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 92 [06:00:51] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"143","temp":"null","cloud":"0","weatherCode":"03250330"},{"plantSeq":"142","temp":"null","cloud":"0","weatherCode":"10710380"},{"plantSeq":"141","temp":"null","cloud":"0","weatherCode":"03250340"},{"plantSeq":"140","temp":"null","cloud":"0","weatherCode":"03330340"},{"plantSeq":"139","temp":"null","cloud":"0","weatherCode":"01780250"},{"plantSeq":"138","temp":"null","cloud":"0","weatherCode":"03250250"},{"plantSeq":"137","temp":"null","cloud":"0","weatherCode":"03250250"},{"plantSeq":"136","temp":"null","cloud":"0","weatherCode":"02220320"},{"plantSeq":"135","temp":"null","cloud":"0","weatherCode":"02590370"},{"plantSeq":"134","temp":"null","cloud":"0","weatherCode":"03250360"},{"plantSeq":"132","temp":"null","cloud":"0","weatherCode":"03123129"},{"plantSeq":"131","temp":"null","cloud":"0","weatherCode":"03123101"},{"plantSeq":"129","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"128","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"127","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"126","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"125","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"124","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"123","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"122","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"121","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"120","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"113","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"112","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"111","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"110","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"109","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"108","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"107","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"106","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"105","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"104","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"103","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"102","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"101","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"99","temp":"null","cloud":"0","weatherCode":"03250330"},{"plantSeq":"98","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"97","temp":"null","cloud":"0","weatherCode":"04730370"},{"plantSeq":"96","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"95","temp":"null","cloud":"0","weatherCode":"04113250"},{"plantSeq":"94","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"93","temp":"null","cloud":"0","weatherCode":"01760350"},{"plantSeq":"92","temp":"null","cloud":"0","weatherCode":"01760350"},{"plantSeq":"91","temp":"null","cloud":"0","weatherCode":"01750330"},{"plantSeq":"90","temp":"null","cloud":"0","weatherCode":"01750330"},{"plantSeq":"89","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"88","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"87","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"86","temp":"null","cloud":"0","weatherCode":"16150380"},{"plantSeq":"85","temp":"null","cloud":"0","weatherCode":"16150380"},{"plantSeq":"84","temp":"null","cloud":"0","weatherCode":"15180380"},{"plantSeq":"83","temp":"null","cloud":"0","weatherCode":"01820250"},{"plantSeq":"82","temp":"null","cloud":"0","weatherCode":"15710330"},{"plantSeq":"81","temp":"null","cloud":"0","weatherCode":"04170320"},{"plantSeq":"80","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"78","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"77","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"76","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"75","temp":"null","cloud":"0","weatherCode":"04210330"},{"plantSeq":"74","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"73","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"64","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"60","temp":"null","cloud":"0","weatherCode":"16770310"},{"plantSeq":"56","temp":"null","cloud":"0","weatherCode":"02590370"},{"plantSeq":"55","temp":"null","cloud":"0","weatherCode":"10710262"},{"plantSeq":"48","temp":"null","cloud":"0","weatherCode":"14130320"},{"plantSeq":"45","temp":"null","cloud":"0","weatherCode":"15800253"},{"plantSeq":"44","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"42","temp":"null","cloud":"0","weatherCode":"16150250"},{"plantSeq":"41","temp":"null","cloud":"0","weatherCode":"03820250"},{"plantSeq":"40","temp":"null","cloud":"0","weatherCode":"03820250"},{"plantSeq":"39","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"34","temp":"null","cloud":"0","weatherCode":"04170340"},{"plantSeq":"32","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"31","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"30","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"29","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"28","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"27","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"26","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"25","temp":"null","cloud":"0","weatherCode":"01760250"},{"plantSeq":"24","temp":"null","cloud":"0","weatherCode":"01760250"},{"plantSeq":"22","temp":"null","cloud":"0","weatherCode":"02273112"},{"plantSeq":"21","temp":"null","cloud":"0","weatherCode":"13800350"},{"plantSeq":"20","temp":"null","cloud":"0","weatherCode":"13750330"},{"plantSeq":"19","temp":"null","cloud":"0","weatherCode":"13750330"},{"plantSeq":"18","temp":"null","cloud":"0","weatherCode":"13210114"},{"plantSeq":"17","temp":"null","cloud":"0","weatherCode":"13210114"},{"plantSeq":"16","temp":"null","cloud":"0","weatherCode":"12770380"},{"plantSeq":"15","temp":"null","cloud":"0","weatherCode":"12770380"},{"plantSeq":"14","temp":"null","cloud":"0","weatherCode":"12890320"},{"plantSeq":"13","temp":"null","cloud":"0","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"-","inputHour":"-"} [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and d.data52 <> 0 and d.data53 <> 0 and d.data57 <> 0 and d.data58 <> 0 and ( d.data52 < ? or d.data52 > ? or d.data53 < ? or d.data53 > ? or (d.data54 <> 0 and d.data54 < ? ) or d.data54 > ? or (d.data55 <> 0 and d.data55 < ?) or d.data55 > ? or d.data57 < ? or d.data57 > ? or d.data58 < ? or d.data58 > ? ) and d.pcsIdx = ? and d.inputDate between ? and ? and p.plantStatus = ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 180(Integer), 320(Integer), 30(Integer), 970(Integer), 30(Integer), 970(Integer), 1(Integer), 2023-08-02(String), 2023-08-02(String), 01(String), 0(Integer), 10(Integer) [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 19 [06:00:51] [DEBUG] controller.JsonController - ------------------------------------- [06:00:51] [DEBUG] controller.JsonController - { "data" : [{"name":"pcs_32_1","level":"1","className":"warning"},{"name":"pcs_34_3","level":"1","className":"warning"},{"name":"pcs_64_1","level":"1","className":"warning"},{"name":"pcs_64_3","level":"1","className":"warning"},{"name":"pcs_76_1","level":"1","className":"warning"},{"name":"pcs_77_1","level":"1","className":"warning"},{"name":"pcs_78_1","level":"1","className":"warning"},{"name":"pcs_80_1","level":"1","className":"warning"},{"name":"pcs_85_1","level":"1","className":"warning"},{"name":"pcs_86_1","level":"1","className":"warning"},{"name":"pcs_87_1","level":"1","className":"warning"},{"name":"pcs_88_1","level":"1","className":"warning"},{"name":"pcs_90_1","level":"1","className":"warning"},{"name":"pcs_91_1","level":"1","className":"warning"},{"name":"pcs_92_1","level":"1","className":"warning"},{"name":"pcs_93_1","level":"1","className":"warning"},{"name":"pcs_94_1","level":"1","className":"warning"},{"name":"pcs_95_1","level":"1","className":"warning"},{"name":"pcs_96_1","level":"1","className":"warning"},{"name":"end"}]} [06:00:51] [DEBUG] controller.JsonController - ------------------------------------- [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus = ? and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(String), 2023-07-26(String), 2023-08-02(String) [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select c.*, p.name as plantName from t_cs c, t_plant p where c.plantSeq = p.seq and c.procStatus > 10 and c.procStatus < 90 and c.inputDate between ? and ? order by c.inputDate desc, c.seq desc [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-26(String), 2023-08-02(String) [06:00:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:00:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.plantStatus = ? and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:00:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 01(String), 2023-08-02(String), 2023-08-02(String) [06:00:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [06:00:58] [DEBUG] controller.MonitoringController - selectList : 쿼리조회시간 : 16 [06:00:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and pm.pmsStatus = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:00:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 01(String), 2023-08-02(String), 2023-08-02(String) [06:00:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 80 [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:07:47] [DEBUG] controller.RestAPIController - callPmsFault :: [60] [112.165.252.75] 음성 장수 is Fault PUSH [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2023 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 1(Integer), 107551(Integer), 2023-08-02(String), 06(String), 07(String), 5759831(Long), 5627306(Long), 6(Long), 1(Integer), 56746(Integer), 85(Integer), 58199(Integer), 87(Integer), 0(Integer), 0(Integer), 0(Integer), 40(Integer), 0(Integer), 6(Integer), 3695(Integer), 30(Integer), 19(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 128(Integer), 4(Integer), 0(Integer), 8(Integer), 0(Integer), 89(Integer), 4(Integer), 312(Integer), 220(Integer), 227(Integer), 225(Integer), 217(Integer), 735(Integer), 811(Integer), 776(Integer), 781(Integer), 820(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 60(Integer) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_cs ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHms, csType, procType, procStatus, procMemo, pcsFaultStr, batteryFaultStr, updateId, updateDatetime, createId, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), ?, now() ) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 1(Integer), 107551(Integer), 2023-08-02(String), 06:07:01(String), 20(String), 20(String), 10(String), PMS FAULT PUSH(String), 4,0,0,0(String), 0,0,0,0(String), PUSH(String), PUSH(String) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2023 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 0(Integer), 107551(Integer), 2023-08-02(String), 06(String), 07(String), 5759831(Long), 5627306(Long), 6(Long), 1(Integer), 56746(Integer), 85(Integer), 58199(Integer), 87(Integer), 0(Integer), 0(Integer), 0(Integer), 40(Integer), 0(Integer), 6(Integer), 3695(Integer), 30(Integer), 19(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 128(Integer), 4(Integer), 0(Integer), 8(Integer), 0(Integer), 89(Integer), 4(Integer), 312(Integer), 220(Integer), 227(Integer), 225(Integer), 217(Integer), 735(Integer), 811(Integer), 776(Integer), 781(Integer), 820(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2023 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 2(Integer), 107551(Integer), 2023-08-02(String), 06(String), 07(String), 5892672(Long), 5761015(Long), 6(Long), 0(Integer), 59383(Integer), 87(Integer), 59968(Integer), 89(Integer), 0(Integer), 0(Integer), 0(Integer), 40(Integer), 0(Integer), 6(Integer), 3755(Integer), 40(Integer), 25(Integer), 42(Integer), 918(Integer), 0(Integer), 6826(Integer), 0(Integer), 253(Integer), 206(Integer), 3478(Integer), 3438(Integer), 3(Integer), 1(Integer), 0(Integer), 7302(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 4(Integer), 312(Integer), 220(Integer), 227(Integer), 225(Integer), 217(Integer), 735(Integer), 811(Integer), 776(Integer), 781(Integer), 820(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 60(Integer) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_cs ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHms, csType, procType, procStatus, procMemo, pcsFaultStr, batteryFaultStr, updateId, updateDatetime, createId, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), ?, now() ) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 60(Integer), 2(Integer), 107551(Integer), 2023-08-02(String), 06:07:01(String), 20(String), 10(String), 10(String), PMS FAULT PUSH(String), 1,0,0,0(String), 1,0,0,0(String), PUSH(String), PUSH(String) [06:07:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:07:47] [DEBUG] controller.RestAPIController - [60] smsMessage : 음성 장수 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [06:08:50] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [06:08:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [06:08:57] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:08:57] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :elt08, login_channel : null [06:08:57] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt08(String) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:08:57] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:08:57] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [06:08:57] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:08:57] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/view.co [06:08:57] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:08:57] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : elt08 [06:08:57] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [06:08:57] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt08(String) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt08(String) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:08:57] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : elt08, mappingList.size : 1 [06:08:57] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:08:57] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[elt08] roles roles [0]ROLE_01 [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt08(String), 01(String), 6B4DF1AD2D8FDA8FC5B04924E77BB7B0(String), WEB(String) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 137(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 137(Integer), 2023-08-02(String) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 137(Integer), 0(Integer), 2023-08-02(String), 2023-08-02(String), 137(Integer) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 01(String), 2023-07-19(String) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 137(Integer) [06:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:08:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [06:08:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 137(Integer) [06:08:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [06:08:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [06:08:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:08:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [06:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 137(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 01(String), 2023-07-19(String) [06:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:09:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [06:09:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 137(String) [06:09:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:09:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [06:09:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 137(String) [06:09:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 137(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 01(String), 2023-07-19(String) [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 2023-08-31(String), 137(String) [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 2023-08-31(String), 137(String) [06:09:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:11:50] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [06:11:52] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:11:52] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :GSNGsolar, login_channel : null [06:11:52] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:11:52] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:11:52] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [06:11:52] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:11:52] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/view.co [06:11:52] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:11:52] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : GSNGsolar [06:11:52] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [06:11:52] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:11:52] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : GSNGsolar, mappingList.size : 2 [06:11:52] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:11:52] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[GSNGsolar] roles roles [0]ROLE_01 [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String), 01(String), 038C5AE3CA3D78CA086DED7C0634E947(String), PHONE(String) [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:11:52] [DEBUG] controller.EssController - ----------------------------------------------- [06:11:52] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [06:11:52] [DEBUG] controller.EssController - ----------------------------------------------- [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107551(Integer) [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:11:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:11:53] [DEBUG] controller.EssController - ----------------------------------------------- [06:11:53] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 223.62.148.44, 223.62.148.44, param : code=404 [06:11:53] [DEBUG] controller.EssController - ----------------------------------------------- [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [06:11:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [06:11:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [06:11:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [06:11:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:12:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [06:12:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [06:12:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:12:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [06:12:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [06:12:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:12:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [06:12:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [06:12:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:12:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [06:12:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [06:12:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:15:36] [DEBUG] controller.EssController - ----------------------------------------------- [06:15:36] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [06:15:36] [DEBUG] controller.EssController - ----------------------------------------------- [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107551(Integer) [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:15:36] [DEBUG] controller.EssController - ----------------------------------------------- [06:15:36] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 223.62.148.44, 223.62.148.44, param : code=404 [06:15:36] [DEBUG] controller.EssController - ----------------------------------------------- [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [06:15:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:15:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [06:15:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [06:15:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:15:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [06:15:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [06:15:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [06:15:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [06:15:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [06:15:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:37:42] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [06:37:51] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:37:51] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sunwon, login_channel : null [06:37:51] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String) [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:37:51] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:37:51] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [06:37:51] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:37:51] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/view.co?plantSeq=82 [06:37:51] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:37:51] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : sunwon [06:37:51] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [06:37:51] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String) [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String) [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:37:51] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : sunwon, mappingList.size : 1 [06:37:51] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:37:51] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[sunwon] roles roles [0]ROLE_01 [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String), 01(String), 6D73AD58EC2619CD5F9095082F934E42(String), WEB(String) [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:37:51] [DEBUG] controller.EssController - ----------------------------------------------- [06:37:51] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 82, param.plantSeq : 82 [06:37:51] [DEBUG] controller.EssController - ----------------------------------------------- [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 82(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 0(Integer), 2023-08-01(String), 82(Integer), 0(Integer), 2023-07-31(String), 82(Integer), 0(Integer), 2023-08-02(String), 107552(Integer) [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 82(Integer), 2023-08-02(String), 82(Integer) [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [06:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:37:52] [DEBUG] controller.EssController - ----------------------------------------------- [06:37:52] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 221.152.66.77, 221.152.66.77, param : code=404 [06:37:52] [DEBUG] controller.EssController - ----------------------------------------------- [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 01(String), 2023-07-19(String) [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 0(Integer), 2023-08-02(String), 82(Integer), 0(Integer), 2023-08-02(String) [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 82(Integer), 0(Integer), 82(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 1(Integer), 2023-08-02(String), 82(Integer), 1(Integer), 2023-08-02(String) [06:37:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:38:01] [DEBUG] controller.EssController - ----------------------------------------------- [06:38:01] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 82, param.plantSeq : 82 [06:38:01] [DEBUG] controller.EssController - ----------------------------------------------- [06:38:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [06:38:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 2023-08-02(String) [06:38:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:38:01] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 15 [06:38:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:38:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 01(String), 2023-07-19(String) [06:38:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:38:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [06:38:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 82(Integer), 0(Integer), 82(Integer), 0(Integer), 2023(String), 08(String) [06:38:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:38:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [06:38:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 82(Integer), 0(Integer), 82(Integer), 0(Integer), 2023(String), 08(String) [06:38:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:38:24] [DEBUG] controller.EssController - ----------------------------------------------- [06:38:24] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 82, refer : http://emsa.eltenergy.com/ess/statistic_chart.co?dataType=day&plantSeq=82 [06:38:24] [DEBUG] controller.EssController - ----------------------------------------------- [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 2023-08-02(String) [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:38:24] [DEBUG] controller.EssController - ----------------------------------------------- [06:38:24] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 82, param.plantSeq : 82 [06:38:24] [DEBUG] controller.EssController - ----------------------------------------------- [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 82(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 0(Integer), 2023-08-01(String), 82(Integer), 0(Integer), 2023-07-31(String), 82(Integer), 0(Integer), 2023-08-02(String), 107552(Integer) [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 82(Integer), 2023-08-02(String), 82(Integer) [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [06:38:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:38:25] [DEBUG] controller.EssController - ----------------------------------------------- [06:38:25] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 221.152.66.77, 221.152.66.77, param : code=404 [06:38:25] [DEBUG] controller.EssController - ----------------------------------------------- [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 01(String), 2023-07-19(String) [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 0(Integer), 2023-08-02(String), 82(Integer), 0(Integer), 2023-08-02(String) [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 82(Integer), 0(Integer), 82(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 1(Integer), 2023-08-02(String), 82(Integer), 1(Integer), 2023-08-02(String) [06:38:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:44:40] [DEBUG] controller.InverterController - ------------------------------------------ [06:44:40] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":43.4,"todayHours":0.0,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1704612.0,"currPower":110.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"84340.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33157.0","todayEnergy":"33157.0","lifetimeEnergy":"1103966.0","dcCurr":"89.4","dcVolt":"966.1","dcPower":"86369.3","temp":"49.7","powerFactor":"87.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"26170.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"10290.0","todayEnergy":"10290.0","lifetimeEnergy":"600646.0","dcCurr":"25.5","dcVolt":"997.5","dcPower":"25436.3","temp":"49.0","powerFactor":"93.2","ivtStatus":"01"}] }} [06:44:40] [DEBUG] controller.InverterController - ------------------------------------------ [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 06(String), 44(String), 110.5(Float), 43.4(Float), 0.0(Float), 1704612.0(Float), 01(String) [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465932(Integer), 106(Integer), 1(Integer), 84340.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 89.4(Double), 966.1(Double), 86369.3(Double), 49.7(Double), 87.7(Double), 33157.0(Double), 1103966.0(Double), 01(String) [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465932(Integer), 106(Integer), 2(Integer), 26170.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 25.5(Double), 997.5(Double), 25436.3(Double), 49.0(Double), 93.2(Double), 10290.0(Double), 600646.0(Double), 01(String) [06:44:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:41] [DEBUG] controller.InverterController - ------------------------------------------ [06:44:41] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":39.1,"todayHours":0.0,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1891711.0,"currPower":90.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"72321.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"31219.0","todayEnergy":"31219.0","lifetimeEnergy":"1417845.0","dcCurr":"95.5","dcVolt":"972.4","dcPower":"92864.2","temp":"47.8","powerFactor":"82.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"18501.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"7832.0","todayEnergy":"7832.0","lifetimeEnergy":"473866.0","dcCurr":"16.0","dcVolt":"1000.3","dcPower":"16004.8","temp":"42.2","powerFactor":"90.3","ivtStatus":"01"}] }} [06:44:41] [DEBUG] controller.InverterController - ------------------------------------------ [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 06(String), 44(String), 90.8(Float), 39.1(Float), 0.0(Float), 1891711.0(Float), 01(String) [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465933(Integer), 111(Integer), 1(Integer), 72321.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 95.5(Double), 972.4(Double), 92864.2(Double), 47.8(Double), 82.2(Double), 31219.0(Double), 1417845.0(Double), 01(String) [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465933(Integer), 111(Integer), 2(Integer), 18501.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 16.0(Double), 1000.3(Double), 16004.8(Double), 42.2(Double), 90.3(Double), 7832.0(Double), 473866.0(Double), 01(String) [06:44:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:47] [DEBUG] controller.InverterController - ------------------------------------------ [06:44:47] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":27.9,"todayHours":0.0,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1876553.0,"currPower":70.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"63112.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"25467.0","todayEnergy":"25467.0","lifetimeEnergy":"1198908.0","dcCurr":"67.2","dcVolt":"976.8","dcPower":"65641.0","temp":"47.4","powerFactor":"87.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"7673.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"2385.0","todayEnergy":"2385.0","lifetimeEnergy":"677645.0","dcCurr":"2.5","dcVolt":"987.6","dcPower":"2469.0","temp":"37.6","powerFactor":"82.6","ivtStatus":"01"}] }} [06:44:47] [DEBUG] controller.InverterController - ------------------------------------------ [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 06(String), 44(String), 70.8(Float), 27.9(Float), 0.0(Float), 1876553.0(Float), 01(String) [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465934(Integer), 113(Integer), 1(Integer), 63112.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 67.2(Double), 976.8(Double), 65641.0(Double), 47.4(Double), 87.8(Double), 25467.0(Double), 1198908.0(Double), 01(String) [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465934(Integer), 113(Integer), 2(Integer), 7673.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 2.5(Double), 987.6(Double), 2469.0(Double), 37.6(Double), 82.6(Double), 2385.0(Double), 677645.0(Double), 01(String) [06:44:47] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:53] [DEBUG] controller.InverterController - ------------------------------------------ [06:44:53] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":39.7,"todayHours":0.0,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1693933.0,"currPower":98.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"76726.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"31975.0","todayEnergy":"31975.0","lifetimeEnergy":"1090640.0","dcCurr":"79.9","dcVolt":"969.6","dcPower":"77471.0","temp":"48.1","powerFactor":"87.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"21236.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"7695.0","todayEnergy":"7695.0","lifetimeEnergy":"603293.0","dcCurr":"19.2","dcVolt":"976.1","dcPower":"18741.1","temp":"42.2","powerFactor":"89.0","ivtStatus":"01"}] }} [06:44:53] [DEBUG] controller.InverterController - ------------------------------------------ [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 06(String), 44(String), 98.0(Float), 39.7(Float), 0.0(Float), 1693933.0(Float), 01(String) [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465935(Integer), 124(Integer), 1(Integer), 76726.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 79.9(Double), 969.6(Double), 77471.0(Double), 48.1(Double), 87.8(Double), 31975.0(Double), 1090640.0(Double), 01(String) [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465935(Integer), 124(Integer), 2(Integer), 21236.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 19.2(Double), 976.1(Double), 18741.1(Double), 42.2(Double), 89.0(Double), 7695.0(Double), 603293.0(Double), 01(String) [06:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:58] [DEBUG] controller.InverterController - ------------------------------------------ [06:44:58] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":43.7,"todayHours":0.0,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1808371.0,"currPower":106.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"76710.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"32641.0","todayEnergy":"32641.0","lifetimeEnergy":"1172568.0","dcCurr":"79.0","dcVolt":"960.7","dcPower":"75895.3","temp":"47.7","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"29721.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11058.0","todayEnergy":"11058.0","lifetimeEnergy":"635803.0","dcCurr":"27.7","dcVolt":"982.2","dcPower":"27206.9","temp":"46.1","powerFactor":"98.0","ivtStatus":"01"}] }} [06:44:58] [DEBUG] controller.InverterController - ------------------------------------------ [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 06(String), 44(String), 106.4(Float), 43.7(Float), 0.0(Float), 1808371.0(Float), 01(String) [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465936(Integer), 126(Integer), 1(Integer), 76710.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 79.0(Double), 960.7(Double), 75895.3(Double), 47.7(Double), 100.0(Double), 32641.0(Double), 1172568.0(Double), 01(String) [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465936(Integer), 126(Integer), 2(Integer), 29721.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 27.7(Double), 982.2(Double), 27206.9(Double), 46.1(Double), 98.0(Double), 11058.0(Double), 635803.0(Double), 01(String) [06:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:00] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:00] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":27.4,"todayHours":0.0,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1791746.0,"currPower":66.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"53832.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"23949.0","todayEnergy":"23949.0","lifetimeEnergy":"1171824.0","dcCurr":"55.9","dcVolt":"949.5","dcPower":"53077.1","temp":"46.8","powerFactor":"80.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"12678.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"3475.0","todayEnergy":"3475.0","lifetimeEnergy":"619922.0","dcCurr":"0.9","dcVolt":"981.0","dcPower":"882.9","temp":"48.0","powerFactor":"75.3","ivtStatus":"01"}] }} [06:45:00] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 06(String), 45(String), 66.5(Float), 27.4(Float), 0.0(Float), 1791746.0(Float), 01(String) [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465937(Integer), 108(Integer), 1(Integer), 53832.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 55.9(Double), 949.5(Double), 53077.1(Double), 46.8(Double), 80.0(Double), 23949.0(Double), 1171824.0(Double), 01(String) [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465937(Integer), 108(Integer), 2(Integer), 12678.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 0.9(Double), 981.0(Double), 882.9(Double), 48.0(Double), 75.3(Double), 3475.0(Double), 619922.0(Double), 01(String) [06:45:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:02] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:02] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":45.3,"todayHours":0.0,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1832980.0,"currPower":118.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"91236.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"34138.0","todayEnergy":"34138.0","lifetimeEnergy":"1186688.0","dcCurr":"95.7","dcVolt":"972.8","dcPower":"93097.0","temp":"48.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"27700.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11134.0","todayEnergy":"11134.0","lifetimeEnergy":"646292.0","dcCurr":"27.8","dcVolt":"987.3","dcPower":"27446.9","temp":"46.1","powerFactor":"97.9","ivtStatus":"01"}] }} [06:45:02] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 06(String), 45(String), 118.9(Float), 45.3(Float), 0.0(Float), 1832980.0(Float), 01(String) [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465938(Integer), 120(Integer), 1(Integer), 91236.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 95.7(Double), 972.8(Double), 93097.0(Double), 48.3(Double), 100.0(Double), 34138.0(Double), 1186688.0(Double), 01(String) [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465938(Integer), 120(Integer), 2(Integer), 27700.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 27.8(Double), 987.3(Double), 27446.9(Double), 46.1(Double), 97.9(Double), 11134.0(Double), 646292.0(Double), 01(String) [06:45:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:04] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:04] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":40.0,"todayHours":0.0,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1875401.0,"currPower":94.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"70985.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"30481.0","todayEnergy":"30481.0","lifetimeEnergy":"1215985.0","dcCurr":"70.4","dcVolt":"985.6","dcPower":"69386.2","temp":"46.4","powerFactor":"85.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"24265.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"9664.0","todayEnergy":"9664.0","lifetimeEnergy":"659416.0","dcCurr":"21.8","dcVolt":"987.1","dcPower":"21518.8","temp":"45.7","powerFactor":"85.8","ivtStatus":"01"}] }} [06:45:04] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 06(String), 45(String), 94.6(Float), 40.0(Float), 0.0(Float), 1875401.0(Float), 01(String) [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465939(Integer), 112(Integer), 1(Integer), 70985.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 70.4(Double), 985.6(Double), 69386.2(Double), 46.4(Double), 85.5(Double), 30481.0(Double), 1215985.0(Double), 01(String) [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465939(Integer), 112(Integer), 2(Integer), 24265.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 21.8(Double), 987.1(Double), 21518.8(Double), 45.7(Double), 85.8(Double), 9664.0(Double), 659416.0(Double), 01(String) [06:45:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:06] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:06] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":47.3,"todayHours":0.0,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1906088.0,"currPower":106.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"66390.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"30285.0","todayEnergy":"30285.0","lifetimeEnergy":"1244530.0","dcCurr":"66.6","dcVolt":"955.1","dcPower":"63609.7","temp":"48.6","powerFactor":"82.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"40011.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"17039.0","todayEnergy":"17039.0","lifetimeEnergy":"661558.0","dcCurr":"39.7","dcVolt":"984.8","dcPower":"39096.6","temp":"34.5","powerFactor":"91.4","ivtStatus":"01"}] }} [06:45:06] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 06(String), 45(String), 106.4(Float), 47.3(Float), 0.0(Float), 1906088.0(Float), 01(String) [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465940(Integer), 107(Integer), 1(Integer), 66390.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 66.6(Double), 955.1(Double), 63609.7(Double), 48.6(Double), 82.3(Double), 30285.0(Double), 1244530.0(Double), 01(String) [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465940(Integer), 107(Integer), 2(Integer), 40011.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 39.7(Double), 984.8(Double), 39096.6(Double), 34.5(Double), 91.4(Double), 17039.0(Double), 661558.0(Double), 01(String) [06:45:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:07] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:07] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":41.7,"todayHours":0.0,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1731753.0,"currPower":106.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"85533.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33610.0","todayEnergy":"33610.0","lifetimeEnergy":"1129974.0","dcCurr":"89.0","dcVolt":"960.4","dcPower":"85475.6","temp":"49.0","powerFactor":"86.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20804.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"8042.0","todayEnergy":"8042.0","lifetimeEnergy":"601779.0","dcCurr":"21.4","dcVolt":"975.4","dcPower":"20873.6","temp":"45.1","powerFactor":"93.0","ivtStatus":"01"}] }} [06:45:07] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 06(String), 45(String), 106.3(Float), 41.7(Float), 0.0(Float), 1731753.0(Float), 01(String) [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465941(Integer), 125(Integer), 1(Integer), 85533.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 89.0(Double), 960.4(Double), 85475.6(Double), 49.0(Double), 86.2(Double), 33610.0(Double), 1129974.0(Double), 01(String) [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465941(Integer), 125(Integer), 2(Integer), 20804.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 21.4(Double), 975.4(Double), 20873.6(Double), 45.1(Double), 93.0(Double), 8042.0(Double), 601779.0(Double), 01(String) [06:45:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:08] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:08] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":26.0,"todayHours":0.0,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1892719.0,"currPower":58.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"37343.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"19838.0","todayEnergy":"19838.0","lifetimeEnergy":"1221077.0","dcCurr":"34.5","dcVolt":"990.0","dcPower":"34155.0","temp":"45.2","powerFactor":"89.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20922.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"6267.0","todayEnergy":"6267.0","lifetimeEnergy":"671643.0","dcCurr":"21.6","dcVolt":"935.0","dcPower":"20196.0","temp":"43.2","powerFactor":"89.0","ivtStatus":"01"}] }} [06:45:08] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 06(String), 45(String), 58.1(Float), 26.0(Float), 0.0(Float), 1892719.0(Float), 01(String) [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465942(Integer), 109(Integer), 1(Integer), 37343.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 34.5(Double), 990.0(Double), 34155.0(Double), 45.2(Double), 89.3(Double), 19838.0(Double), 1221077.0(Double), 01(String) [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465942(Integer), 109(Integer), 2(Integer), 20922.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 21.6(Double), 935.0(Double), 20196.0(Double), 43.2(Double), 89.0(Double), 6267.0(Double), 671643.0(Double), 01(String) [06:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:09] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":18.9,"todayHours":0.0,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2424362.0,"currPower":37.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"2530.0","acFreq":"0.0","apparentPower":"2.5","reactivePower":"0.0","acEnergy":"1400.0","todayEnergy":"1400.0","lifetimeEnergy":"144328.0","dcCurr":"3.4","dcVolt":"569.3","dcPower":"1935.7","temp":"28.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"2491.0","acFreq":"0.0","apparentPower":"2.5","reactivePower":"0.0","acEnergy":"1300.0","todayEnergy":"1300.0","lifetimeEnergy":"163871.0","dcCurr":"3.6","dcVolt":"561.9","dcPower":"2023.0","temp":"28.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"2488.0","acFreq":"0.0","apparentPower":"2.5","reactivePower":"0.0","acEnergy":"1400.0","todayEnergy":"1400.0","lifetimeEnergy":"147210.0","dcCurr":"3.6","dcVolt":"587.0","dcPower":"2113.3","temp":"28.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"2865.0","acFreq":"0.0","apparentPower":"2.9","reactivePower":"0.0","acEnergy":"1600.0","todayEnergy":"1600.0","lifetimeEnergy":"152466.0","dcCurr":"3.7","dcVolt":"567.5","dcPower":"2099.9","temp":"28.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"2692.0","acFreq":"0.0","apparentPower":"2.7","reactivePower":"0.0","acEnergy":"1500.0","todayEnergy":"1500.0","lifetimeEnergy":"167640.0","dcCurr":"3.7","dcVolt":"567.9","dcPower":"2101.2","temp":"29.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"2869.0","acFreq":"0.0","apparentPower":"2.9","reactivePower":"0.0","acEnergy":"1500.0","todayEnergy":"1500.0","lifetimeEnergy":"167230.0","dcCurr":"3.8","dcVolt":"566.3","dcPower":"2151.9","temp":"28.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"2670.0","acFreq":"0.0","apparentPower":"2.7","reactivePower":"0.0","acEnergy":"1400.0","todayEnergy":"1400.0","lifetimeEnergy":"140891.0","dcCurr":"3.6","dcVolt":"563.0","dcPower":"2026.8","temp":"28.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"2027.0","acFreq":"0.0","apparentPower":"2.0","reactivePower":"0.0","acEnergy":"1000.0","todayEnergy":"1000.0","lifetimeEnergy":"158136.0","dcCurr":"2.8","dcVolt":"578.4","dcPower":"1619.5","temp":"28.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"1364.0","acFreq":"0.0","apparentPower":"1.4","reactivePower":"0.0","acEnergy":"600.0","todayEnergy":"600.0","lifetimeEnergy":"133681.0","dcCurr":"1.8","dcVolt":"588.3","dcPower":"1058.9","temp":"28.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"2297.0","acFreq":"0.0","apparentPower":"2.3","reactivePower":"0.0","acEnergy":"1200.0","todayEnergy":"1200.0","lifetimeEnergy":"160693.0","dcCurr":"3.0","dcVolt":"569.4","dcPower":"1708.2","temp":"28.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"2325.0","acFreq":"0.0","apparentPower":"2.3","reactivePower":"0.0","acEnergy":"1200.0","todayEnergy":"1200.0","lifetimeEnergy":"160753.0","dcCurr":"3.3","dcVolt":"573.6","dcPower":"1893.0","temp":"28.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"2410.0","acFreq":"0.0","apparentPower":"2.4","reactivePower":"0.0","acEnergy":"1200.0","todayEnergy":"1200.0","lifetimeEnergy":"163298.0","dcCurr":"3.4","dcVolt":"571.1","dcPower":"1941.9","temp":"28.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"1826.0","acFreq":"0.0","apparentPower":"1.8","reactivePower":"0.0","acEnergy":"500.0","todayEnergy":"500.0","lifetimeEnergy":"160752.0","dcCurr":"2.7","dcVolt":"548.9","dcPower":"1482.1","temp":"27.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"2439.0","acFreq":"0.0","apparentPower":"2.4","reactivePower":"0.0","acEnergy":"1100.0","todayEnergy":"1100.0","lifetimeEnergy":"147401.0","dcCurr":"3.0","dcVolt":"571.8","dcPower":"1715.3","temp":"28.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"1423.0","acFreq":"0.0","apparentPower":"1.4","reactivePower":"0.0","acEnergy":"600.0","todayEnergy":"600.0","lifetimeEnergy":"99162.0","dcCurr":"2.4","dcVolt":"588.1","dcPower":"1411.5","temp":"28.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"2560.0","acFreq":"0.0","apparentPower":"2.6","reactivePower":"0.0","acEnergy":"1400.0","todayEnergy":"1400.0","lifetimeEnergy":"156850.0","dcCurr":"3.4","dcVolt":"563.6","dcPower":"1916.4","temp":"28.5","powerFactor":"0.0","ivtStatus":"01"}] }} [06:45:09] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 06(String), 45(String), 37.3(Float), 18.9(Float), 0.0(Float), 2424362.0(Float), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 1(Integer), 2530.0(Double), 0.0(Double), 2.5(Double), 0.0(Double), 3.4(Double), 569.3(Double), 1935.7(Double), 28.7(Double), 0.0(Double), 1400.0(Double), 144328.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 2(Integer), 2491.0(Double), 0.0(Double), 2.5(Double), 0.0(Double), 3.6(Double), 561.9(Double), 2023.0(Double), 28.8(Double), 0.0(Double), 1300.0(Double), 163871.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 3(Integer), 2488.0(Double), 0.0(Double), 2.5(Double), 0.0(Double), 3.6(Double), 587.0(Double), 2113.3(Double), 28.6(Double), 0.0(Double), 1400.0(Double), 147210.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 4(Integer), 2865.0(Double), 0.0(Double), 2.9(Double), 0.0(Double), 3.7(Double), 567.5(Double), 2099.9(Double), 28.4(Double), 0.0(Double), 1600.0(Double), 152466.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 5(Integer), 2692.0(Double), 0.0(Double), 2.7(Double), 0.0(Double), 3.7(Double), 567.9(Double), 2101.2(Double), 29.6(Double), 0.0(Double), 1500.0(Double), 167640.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 6(Integer), 2869.0(Double), 0.0(Double), 2.9(Double), 0.0(Double), 3.8(Double), 566.3(Double), 2151.9(Double), 28.2(Double), 0.0(Double), 1500.0(Double), 167230.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 7(Integer), 2670.0(Double), 0.0(Double), 2.7(Double), 0.0(Double), 3.6(Double), 563.0(Double), 2026.8(Double), 28.4(Double), 0.0(Double), 1400.0(Double), 140891.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 8(Integer), 2027.0(Double), 0.0(Double), 2.0(Double), 0.0(Double), 2.8(Double), 578.4(Double), 1619.5(Double), 28.4(Double), 0.0(Double), 1000.0(Double), 158136.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 9(Integer), 1364.0(Double), 0.0(Double), 1.4(Double), 0.0(Double), 1.8(Double), 588.3(Double), 1058.9(Double), 28.7(Double), 0.0(Double), 600.0(Double), 133681.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 10(Integer), 2297.0(Double), 0.0(Double), 2.3(Double), 0.0(Double), 3.0(Double), 569.4(Double), 1708.2(Double), 28.2(Double), 0.0(Double), 1200.0(Double), 160693.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 11(Integer), 2325.0(Double), 0.0(Double), 2.3(Double), 0.0(Double), 3.3(Double), 573.6(Double), 1893.0(Double), 28.7(Double), 0.0(Double), 1200.0(Double), 160753.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 12(Integer), 2410.0(Double), 0.0(Double), 2.4(Double), 0.0(Double), 3.4(Double), 571.1(Double), 1941.9(Double), 28.8(Double), 0.0(Double), 1200.0(Double), 163298.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 13(Integer), 1826.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.7(Double), 548.9(Double), 1482.1(Double), 27.5(Double), 0.0(Double), 500.0(Double), 160752.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 17(Integer), 2439.0(Double), 0.0(Double), 2.4(Double), 0.0(Double), 3.0(Double), 571.8(Double), 1715.3(Double), 28.8(Double), 0.0(Double), 1100.0(Double), 147401.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 18(Integer), 1423.0(Double), 0.0(Double), 1.4(Double), 0.0(Double), 2.4(Double), 588.1(Double), 1411.5(Double), 28.9(Double), 0.0(Double), 600.0(Double), 99162.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465943(Integer), 92(Integer), 19(Integer), 2560.0(Double), 0.0(Double), 2.6(Double), 0.0(Double), 3.4(Double), 563.6(Double), 1916.4(Double), 28.5(Double), 0.0(Double), 1400.0(Double), 156850.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:09] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":28.8,"todayHours":0.0,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3085393.0,"currPower":55.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"2716.0","acFreq":"0.0","apparentPower":"2.7","reactivePower":"0.0","acEnergy":"1500.0","todayEnergy":"1500.0","lifetimeEnergy":"152719.0","dcCurr":"3.8","dcVolt":"572.8","dcPower":"2176.8","temp":"28.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"3091.0","acFreq":"0.0","apparentPower":"3.1","reactivePower":"0.0","acEnergy":"1700.0","todayEnergy":"1700.0","lifetimeEnergy":"166504.0","dcCurr":"4.1","dcVolt":"577.8","dcPower":"2368.8","temp":"28.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"2757.0","acFreq":"0.0","apparentPower":"2.8","reactivePower":"0.0","acEnergy":"1500.0","todayEnergy":"1500.0","lifetimeEnergy":"146896.0","dcCurr":"3.6","dcVolt":"581.3","dcPower":"2092.7","temp":"28.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"3024.0","acFreq":"0.0","apparentPower":"3.0","reactivePower":"0.0","acEnergy":"1600.0","todayEnergy":"1600.0","lifetimeEnergy":"164657.0","dcCurr":"4.0","dcVolt":"576.2","dcPower":"2304.8","temp":"28.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"2728.0","acFreq":"0.0","apparentPower":"2.7","reactivePower":"0.0","acEnergy":"1400.0","todayEnergy":"1400.0","lifetimeEnergy":"147477.0","dcCurr":"3.8","dcVolt":"562.8","dcPower":"2138.8","temp":"28.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"2861.0","acFreq":"0.0","apparentPower":"2.9","reactivePower":"0.0","acEnergy":"1600.0","todayEnergy":"1600.0","lifetimeEnergy":"169619.0","dcCurr":"3.9","dcVolt":"575.6","dcPower":"2244.7","temp":"28.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"3087.0","acFreq":"0.0","apparentPower":"3.1","reactivePower":"0.0","acEnergy":"1600.0","todayEnergy":"1600.0","lifetimeEnergy":"166398.0","dcCurr":"4.3","dcVolt":"577.5","dcPower":"2483.2","temp":"29.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"2976.0","acFreq":"0.0","apparentPower":"3.0","reactivePower":"0.0","acEnergy":"1600.0","todayEnergy":"1600.0","lifetimeEnergy":"149807.0","dcCurr":"3.9","dcVolt":"576.3","dcPower":"2247.6","temp":"28.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"2961.0","acFreq":"0.0","apparentPower":"3.0","reactivePower":"0.0","acEnergy":"1600.0","todayEnergy":"1600.0","lifetimeEnergy":"165877.0","dcCurr":"3.9","dcVolt":"575.4","dcPower":"2243.9","temp":"28.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"2628.0","acFreq":"0.0","apparentPower":"2.6","reactivePower":"0.0","acEnergy":"1400.0","todayEnergy":"1400.0","lifetimeEnergy":"133646.0","dcCurr":"3.5","dcVolt":"578.9","dcPower":"2026.2","temp":"28.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"3028.0","acFreq":"0.0","apparentPower":"3.0","reactivePower":"0.0","acEnergy":"1500.0","todayEnergy":"1500.0","lifetimeEnergy":"161652.0","dcCurr":"3.9","dcVolt":"578.4","dcPower":"2255.9","temp":"28.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"2706.0","acFreq":"0.0","apparentPower":"2.7","reactivePower":"0.0","acEnergy":"1400.0","todayEnergy":"1400.0","lifetimeEnergy":"133323.0","dcCurr":"3.5","dcVolt":"581.5","dcPower":"2035.1","temp":"28.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"2781.0","acFreq":"0.0","apparentPower":"2.8","reactivePower":"0.0","acEnergy":"1400.0","todayEnergy":"1400.0","lifetimeEnergy":"159310.0","dcCurr":"3.6","dcVolt":"574.0","dcPower":"2066.5","temp":"29.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"2827.0","acFreq":"0.0","apparentPower":"2.8","reactivePower":"0.0","acEnergy":"1400.0","todayEnergy":"1400.0","lifetimeEnergy":"153106.0","dcCurr":"3.7","dcVolt":"583.8","dcPower":"2160.2","temp":"28.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"2789.0","acFreq":"0.0","apparentPower":"2.8","reactivePower":"0.0","acEnergy":"1500.0","todayEnergy":"1500.0","lifetimeEnergy":"136827.0","dcCurr":"3.7","dcVolt":"575.6","dcPower":"2129.8","temp":"28.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"2512.0","acFreq":"0.0","apparentPower":"2.5","reactivePower":"0.0","acEnergy":"1200.0","todayEnergy":"1200.0","lifetimeEnergy":"165563.0","dcCurr":"3.2","dcVolt":"578.6","dcPower":"1851.5","temp":"27.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"2606.0","acFreq":"0.0","apparentPower":"2.6","reactivePower":"0.0","acEnergy":"1300.0","todayEnergy":"1300.0","lifetimeEnergy":"161786.0","dcCurr":"3.2","dcVolt":"586.6","dcPower":"1877.2","temp":"28.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"2219.0","acFreq":"0.0","apparentPower":"2.2","reactivePower":"0.0","acEnergy":"1100.0","todayEnergy":"1100.0","lifetimeEnergy":"139438.0","dcCurr":"2.6","dcVolt":"574.8","dcPower":"1494.4","temp":"28.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"2184.0","acFreq":"0.0","apparentPower":"2.2","reactivePower":"0.0","acEnergy":"1000.0","todayEnergy":"1000.0","lifetimeEnergy":"139787.0","dcCurr":"2.9","dcVolt":"574.4","dcPower":"1665.8","temp":"28.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"2843.0","acFreq":"0.0","apparentPower":"2.8","reactivePower":"0.0","acEnergy":"1500.0","todayEnergy":"1500.0","lifetimeEnergy":"171001.0","dcCurr":"3.7","dcVolt":"574.9","dcPower":"2127.1","temp":"28.9","powerFactor":"0.0","ivtStatus":"01"}] }} [06:45:09] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 06(String), 45(String), 55.3(Float), 28.8(Float), 0.0(Float), 3085393.0(Float), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 1(Integer), 2716.0(Double), 0.0(Double), 2.7(Double), 0.0(Double), 3.8(Double), 572.8(Double), 2176.8(Double), 28.7(Double), 0.0(Double), 1500.0(Double), 152719.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 2(Integer), 3091.0(Double), 0.0(Double), 3.1(Double), 0.0(Double), 4.1(Double), 577.8(Double), 2368.8(Double), 28.6(Double), 0.0(Double), 1700.0(Double), 166504.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 3(Integer), 2757.0(Double), 0.0(Double), 2.8(Double), 0.0(Double), 3.6(Double), 581.3(Double), 2092.7(Double), 28.0(Double), 0.0(Double), 1500.0(Double), 146896.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 4(Integer), 3024.0(Double), 0.0(Double), 3.0(Double), 0.0(Double), 4.0(Double), 576.2(Double), 2304.8(Double), 28.6(Double), 0.0(Double), 1600.0(Double), 164657.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 5(Integer), 2728.0(Double), 0.0(Double), 2.7(Double), 0.0(Double), 3.8(Double), 562.8(Double), 2138.8(Double), 28.7(Double), 0.0(Double), 1400.0(Double), 147477.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 6(Integer), 2861.0(Double), 0.0(Double), 2.9(Double), 0.0(Double), 3.9(Double), 575.6(Double), 2244.7(Double), 28.7(Double), 0.0(Double), 1600.0(Double), 169619.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 7(Integer), 3087.0(Double), 0.0(Double), 3.1(Double), 0.0(Double), 4.3(Double), 577.5(Double), 2483.2(Double), 29.5(Double), 0.0(Double), 1600.0(Double), 166398.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 8(Integer), 2976.0(Double), 0.0(Double), 3.0(Double), 0.0(Double), 3.9(Double), 576.3(Double), 2247.6(Double), 28.4(Double), 0.0(Double), 1600.0(Double), 149807.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 9(Integer), 2961.0(Double), 0.0(Double), 3.0(Double), 0.0(Double), 3.9(Double), 575.4(Double), 2243.9(Double), 28.3(Double), 0.0(Double), 1600.0(Double), 165877.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 10(Integer), 2628.0(Double), 0.0(Double), 2.6(Double), 0.0(Double), 3.5(Double), 578.9(Double), 2026.2(Double), 28.6(Double), 0.0(Double), 1400.0(Double), 133646.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 11(Integer), 3028.0(Double), 0.0(Double), 3.0(Double), 0.0(Double), 3.9(Double), 578.4(Double), 2255.9(Double), 28.9(Double), 0.0(Double), 1500.0(Double), 161652.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 12(Integer), 2706.0(Double), 0.0(Double), 2.7(Double), 0.0(Double), 3.5(Double), 581.5(Double), 2035.1(Double), 28.6(Double), 0.0(Double), 1400.0(Double), 133323.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 13(Integer), 2781.0(Double), 0.0(Double), 2.8(Double), 0.0(Double), 3.6(Double), 574.0(Double), 2066.5(Double), 29.0(Double), 0.0(Double), 1400.0(Double), 159310.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 14(Integer), 2827.0(Double), 0.0(Double), 2.8(Double), 0.0(Double), 3.7(Double), 583.8(Double), 2160.2(Double), 28.9(Double), 0.0(Double), 1400.0(Double), 153106.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 15(Integer), 2789.0(Double), 0.0(Double), 2.8(Double), 0.0(Double), 3.7(Double), 575.6(Double), 2129.8(Double), 28.7(Double), 0.0(Double), 1500.0(Double), 136827.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 16(Integer), 2512.0(Double), 0.0(Double), 2.5(Double), 0.0(Double), 3.2(Double), 578.6(Double), 1851.5(Double), 27.9(Double), 0.0(Double), 1200.0(Double), 165563.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 17(Integer), 2606.0(Double), 0.0(Double), 2.6(Double), 0.0(Double), 3.2(Double), 586.6(Double), 1877.2(Double), 28.7(Double), 0.0(Double), 1300.0(Double), 161786.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 18(Integer), 2219.0(Double), 0.0(Double), 2.2(Double), 0.0(Double), 2.6(Double), 574.8(Double), 1494.4(Double), 28.9(Double), 0.0(Double), 1100.0(Double), 139438.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 19(Integer), 2184.0(Double), 0.0(Double), 2.2(Double), 0.0(Double), 2.9(Double), 574.4(Double), 1665.8(Double), 28.4(Double), 0.0(Double), 1000.0(Double), 139787.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465944(Integer), 93(Integer), 20(Integer), 2843.0(Double), 0.0(Double), 2.8(Double), 0.0(Double), 3.7(Double), 574.9(Double), 2127.1(Double), 28.9(Double), 0.0(Double), 1500.0(Double), 171001.0(Double), 01(String) [06:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:10] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:10] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":45.6,"todayHours":0.0,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1651041.0,"currPower":112.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"92368.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"37632.0","todayEnergy":"37632.0","lifetimeEnergy":"1075657.0","dcCurr":"96.1","dcVolt":"968.8","dcPower":"93101.7","temp":"49.5","powerFactor":"99.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20158.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"7957.0","todayEnergy":"7957.0","lifetimeEnergy":"575384.0","dcCurr":"18.4","dcVolt":"1001.8","dcPower":"18433.1","temp":"42.3","powerFactor":"100.0","ivtStatus":"01"}] }} [06:45:10] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 06(String), 45(String), 112.5(Float), 45.6(Float), 0.0(Float), 1651041.0(Float), 01(String) [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465945(Integer), 123(Integer), 1(Integer), 92368.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 96.1(Double), 968.8(Double), 93101.7(Double), 49.5(Double), 99.8(Double), 37632.0(Double), 1075657.0(Double), 01(String) [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465945(Integer), 123(Integer), 2(Integer), 20158.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 18.4(Double), 1001.8(Double), 18433.1(Double), 42.3(Double), 100.0(Double), 7957.0(Double), 575384.0(Double), 01(String) [06:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:11] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:11] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":42.0,"todayHours":0.0,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1819783.0,"currPower":98.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"75430.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33719.0","todayEnergy":"33719.0","lifetimeEnergy":"1194331.0","dcCurr":"81.6","dcVolt":"966.9","dcPower":"78899.0","temp":"48.4","powerFactor":"82.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"22936.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"8235.0","todayEnergy":"8235.0","lifetimeEnergy":"625452.0","dcCurr":"9.2","dcVolt":"1023.7","dcPower":"9418.0","temp":"43.3","powerFactor":"94.7","ivtStatus":"01"}] }} [06:45:11] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 06(String), 45(String), 98.4(Float), 42.0(Float), 0.0(Float), 1819783.0(Float), 01(String) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465946(Integer), 102(Integer), 1(Integer), 75430.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 81.6(Double), 966.9(Double), 78899.0(Double), 48.4(Double), 82.9(Double), 33719.0(Double), 1194331.0(Double), 01(String) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465946(Integer), 102(Integer), 2(Integer), 22936.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 9.2(Double), 1023.7(Double), 9418.0(Double), 43.3(Double), 94.7(Double), 8235.0(Double), 625452.0(Double), 01(String) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:11] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:11] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":52.3,"todayHours":0.1,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1878151.0,"currPower":126.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"104708.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"43401.0","todayEnergy":"43401.0","lifetimeEnergy":"1227361.0","dcCurr":"104.3","dcVolt":"984.3","dcPower":"102662.5","temp":"48.2","powerFactor":"88.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"21873.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"8894.0","todayEnergy":"8894.0","lifetimeEnergy":"650790.0","dcCurr":"21.3","dcVolt":"998.0","dcPower":"21257.4","temp":"44.4","powerFactor":"93.1","ivtStatus":"01"}] }} [06:45:11] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 06(String), 45(String), 126.6(Float), 52.3(Float), 0.1(Float), 1878151.0(Float), 01(String) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465947(Integer), 122(Integer), 1(Integer), 104708.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 104.3(Double), 984.3(Double), 102662.5(Double), 48.2(Double), 88.3(Double), 43401.0(Double), 1227361.0(Double), 01(String) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465947(Integer), 122(Integer), 2(Integer), 21873.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 21.3(Double), 998.0(Double), 21257.4(Double), 44.4(Double), 93.1(Double), 8894.0(Double), 650790.0(Double), 01(String) [06:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:12] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:12] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":34.6,"todayHours":0.0,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1872758.0,"currPower":91.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"65483.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"27207.0","todayEnergy":"27207.0","lifetimeEnergy":"1207065.0","dcCurr":"64.6","dcVolt":"969.9","dcPower":"62655.5","temp":"48.1","powerFactor":"99.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"26251.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"7389.0","todayEnergy":"7389.0","lifetimeEnergy":"665693.0","dcCurr":"13.3","dcVolt":"990.2","dcPower":"13169.7","temp":"45.5","powerFactor":"99.6","ivtStatus":"01"}] }} [06:45:12] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 06(String), 45(String), 91.7(Float), 34.6(Float), 0.0(Float), 1872758.0(Float), 01(String) [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465948(Integer), 105(Integer), 1(Integer), 65483.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 64.6(Double), 969.9(Double), 62655.5(Double), 48.1(Double), 99.4(Double), 27207.0(Double), 1207065.0(Double), 01(String) [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465948(Integer), 105(Integer), 2(Integer), 26251.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 13.3(Double), 990.2(Double), 13169.7(Double), 45.5(Double), 99.6(Double), 7389.0(Double), 665693.0(Double), 01(String) [06:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:13] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:13] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":45.8,"todayHours":0.0,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1857548.0,"currPower":92.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"92816.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"39903.0","todayEnergy":"39903.0","lifetimeEnergy":"1219942.0","dcCurr":"93.5","dcVolt":"977.4","dcPower":"91386.9","temp":"49.7","powerFactor":"86.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"0.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"5856.0","todayEnergy":"5856.0","lifetimeEnergy":"637606.0","dcCurr":"0.0","dcVolt":"1110.7","dcPower":"0.0","temp":"37.5","powerFactor":"0.0","ivtStatus":"01"}] }} [06:45:13] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 06(String), 45(String), 92.8(Float), 45.8(Float), 0.0(Float), 1857548.0(Float), 01(String) [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465949(Integer), 101(Integer), 1(Integer), 92816.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 93.5(Double), 977.4(Double), 91386.9(Double), 49.7(Double), 86.7(Double), 39903.0(Double), 1219942.0(Double), 01(String) [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465949(Integer), 101(Integer), 2(Integer), 0.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1110.7(Double), 0.0(Double), 37.5(Double), 0.0(Double), 5856.0(Double), 637606.0(Double), 01(String) [06:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:14] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:14] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":41.9,"todayHours":0.0,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1932143.0,"currPower":84.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"84301.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"36509.0","todayEnergy":"36509.0","lifetimeEnergy":"1258565.0","dcCurr":"87.3","dcVolt":"970.3","dcPower":"84707.2","temp":"48.9","powerFactor":"80.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"0.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"5378.0","todayEnergy":"5378.0","lifetimeEnergy":"673578.0","dcCurr":"0.0","dcVolt":"1101.8","dcPower":"0.0","temp":"38.6","powerFactor":"0.0","ivtStatus":"01"}] }} [06:45:14] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 06(String), 45(String), 84.3(Float), 41.9(Float), 0.0(Float), 1932143.0(Float), 01(String) [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465950(Integer), 103(Integer), 1(Integer), 84301.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 87.3(Double), 970.3(Double), 84707.2(Double), 48.9(Double), 80.1(Double), 36509.0(Double), 1258565.0(Double), 01(String) [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465950(Integer), 103(Integer), 2(Integer), 0.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1101.8(Double), 0.0(Double), 38.6(Double), 0.0(Double), 5378.0(Double), 673578.0(Double), 01(String) [06:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:17] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:17] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":34.4,"todayHours":0.0,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556167.0,"currPower":59.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"43981.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"27478.0","todayEnergy":"27478.0","lifetimeEnergy":"1058126.0","dcCurr":"46.6","dcVolt":"956.4","dcPower":"44568.2","temp":"47.1","powerFactor":"81.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"15265.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"6961.0","todayEnergy":"6961.0","lifetimeEnergy":"498041.0","dcCurr":"12.8","dcVolt":"935.6","dcPower":"11975.7","temp":"42.5","powerFactor":"89.6","ivtStatus":"01"}] }} [06:45:17] [DEBUG] controller.InverterController - ------------------------------------------ [06:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [06:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 06(String), 45(String), 59.2(Float), 34.4(Float), 0.0(Float), 1556167.0(Float), 01(String) [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465951(Integer), 110(Integer), 1(Integer), 43981.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 46.6(Double), 956.4(Double), 44568.2(Double), 47.1(Double), 81.3(Double), 27478.0(Double), 1058126.0(Double), 01(String) [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465951(Integer), 110(Integer), 2(Integer), 15265.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 12.8(Double), 935.6(Double), 11975.7(Double), 42.5(Double), 89.6(Double), 6961.0(Double), 498041.0(Double), 01(String) [06:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:47:12] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [06:47:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:47:15] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :gwangil, login_channel : null [06:47:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:47:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:47:15] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [06:47:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:47:15] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [06:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : gwangil [06:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [06:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : gwangil, mappingList.size : 1 [06:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:47:15] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[gwangil] roles roles [0]ROLE_01 [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String), 01(String), FE663C8DF583EB0A34EEB67AD212A2CA(String), PHONE(String) [06:47:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:47:15] [DEBUG] controller.EssController - ----------------------------------------------- [06:47:15] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 118.235.14.43, 118.235.14.43, param : code=404 [06:47:15] [DEBUG] controller.EssController - ----------------------------------------------- [06:47:16] [DEBUG] controller.EssController - ----------------------------------------------- [06:47:16] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 42, param.plantSeq : 0 [06:47:16] [DEBUG] controller.EssController - ----------------------------------------------- [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2023-08-02(String), 42(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2023-08-01(String), 42(Integer), 0(Integer), 2023-07-31(String), 42(Integer), 0(Integer), 2023-08-02(String), 107553(Integer) [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2023-08-02(String), 42(Integer), 2023-08-02(String), 42(Integer) [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [06:47:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:47:17] [DEBUG] controller.EssController - ----------------------------------------------- [06:47:17] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 118.235.14.43, 118.235.14.43, param : code=404 [06:47:17] [DEBUG] controller.EssController - ----------------------------------------------- [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2023-07-19(String) [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2023-08-02(String), 42(Integer), 0(Integer), 2023-08-02(String) [06:47:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [06:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 42(Integer), 0(Integer), 42(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [06:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [06:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [06:47:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 1(Integer), 2023-08-02(String), 42(Integer), 1(Integer), 2023-08-02(String) [06:47:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:50:30] [DEBUG] controller.EssController - ----------------------------------------------- [06:50:30] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [06:50:30] [DEBUG] controller.EssController - ----------------------------------------------- [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107553(Integer) [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:50:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:50:30] [DEBUG] controller.EssController - ----------------------------------------------- [06:50:30] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 223.62.148.44, 223.62.148.44, param : code=404 [06:50:30] [DEBUG] controller.EssController - ----------------------------------------------- [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [06:50:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [06:52:21] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [06:58:00] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [06:58:06] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:58:06] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :, login_channel : null [06:58:06] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:58:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:58:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: (String) [06:58:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:58:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:58:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: (String) [06:58:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:58:06] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [06:58:06] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [06:58:08] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:58:08] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :, login_channel : null [06:58:08] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: (String) [06:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:58:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: (String) [06:58:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:58:08] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [06:58:08] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [06:58:25] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:58:25] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :hseng2, login_channel : null [06:58:25] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hseng2(String) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:58:25] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:58:25] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [06:58:25] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [06:58:25] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/view.co [06:58:25] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:58:25] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : hseng2 [06:58:25] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [06:58:25] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hseng2(String) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hseng2(String) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:58:25] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : hseng2, mappingList.size : 1 [06:58:25] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [06:58:25] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[hseng2] roles roles [0]ROLE_01 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: hseng2(String), 01(String), 905953925BA5D84202A6AD2E883CD2D4(String), PHONE(String) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 135(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 135(Integer), 2023-08-02(String) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 135(Integer), 0(Integer), 2023-08-02(String), 2023-08-02(String), 135(Integer) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 01(String), 2023-07-19(String) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 135(Integer) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 135(Integer) [06:58:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [06:58:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [06:58:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:58:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 135(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 135(Integer), 2023-08-02(String) [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 2023-08-31(String), 135(String) [06:58:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:58:43] [DEBUG] controller.EssController - ----------------------------------------------- [06:58:43] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 168.126.166.210, 168.126.166.210, param : code=404 [06:58:43] [DEBUG] controller.EssController - ----------------------------------------------- [06:58:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [06:58:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 01(String), 2023-07-19(String) [06:58:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [06:59:19] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [07:05:03] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:03] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":90.3,"todayHours":0.1,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1704659.0,"currPower":168.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"128211.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"68820.0","todayEnergy":"68820.0","lifetimeEnergy":"1104002.0","dcCurr":"134.3","dcVolt":"950.8","dcPower":"127692.4","temp":"35.3","powerFactor":"83.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"40181.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"21440.0","todayEnergy":"21440.0","lifetimeEnergy":"600657.0","dcCurr":"40.1","dcVolt":"976.6","dcPower":"39161.7","temp":"44.9","powerFactor":"88.4","ivtStatus":"01"}] }} [07:05:03] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 07(String), 05(String), 168.4(Float), 90.3(Float), 0.1(Float), 1704659.0(Float), 01(String) [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465952(Integer), 106(Integer), 1(Integer), 128211.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 134.3(Double), 950.8(Double), 127692.4(Double), 35.3(Double), 83.5(Double), 68820.0(Double), 1104002.0(Double), 01(String) [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465952(Integer), 106(Integer), 2(Integer), 40181.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 40.1(Double), 976.6(Double), 39161.7(Double), 44.9(Double), 88.4(Double), 21440.0(Double), 600657.0(Double), 01(String) [07:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:04] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:04] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":77.2,"todayHours":0.1,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1891749.0,"currPower":135.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"109223.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"61678.0","todayEnergy":"61678.0","lifetimeEnergy":"1417875.0","dcCurr":"132.2","dcVolt":"972.4","dcPower":"128551.3","temp":"39.7","powerFactor":"83.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"26542.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"15511.0","todayEnergy":"15511.0","lifetimeEnergy":"473874.0","dcCurr":"24.9","dcVolt":"995.2","dcPower":"24780.5","temp":"48.6","powerFactor":"95.7","ivtStatus":"01"}] }} [07:05:04] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 07(String), 05(String), 135.8(Float), 77.2(Float), 0.1(Float), 1891749.0(Float), 01(String) [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465953(Integer), 111(Integer), 1(Integer), 109223.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 132.2(Double), 972.4(Double), 128551.3(Double), 39.7(Double), 83.3(Double), 61678.0(Double), 1417875.0(Double), 01(String) [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465953(Integer), 111(Integer), 2(Integer), 26542.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 24.9(Double), 995.2(Double), 24780.5(Double), 48.6(Double), 95.7(Double), 15511.0(Double), 473874.0(Double), 01(String) [07:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:10] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:10] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":58.7,"todayHours":0.1,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1876584.0,"currPower":115.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"101212.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"52684.0","todayEnergy":"52684.0","lifetimeEnergy":"1198935.0","dcCurr":"107.4","dcVolt":"949.3","dcPower":"101954.8","temp":"47.9","powerFactor":"85.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"13959.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"6006.0","todayEnergy":"6006.0","lifetimeEnergy":"677649.0","dcCurr":"11.0","dcVolt":"985.7","dcPower":"10842.7","temp":"42.8","powerFactor":"92.1","ivtStatus":"01"}] }} [07:05:10] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 07(String), 05(String), 115.2(Float), 58.7(Float), 0.1(Float), 1876584.0(Float), 01(String) [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465954(Integer), 113(Integer), 1(Integer), 101212.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 107.4(Double), 949.3(Double), 101954.8(Double), 47.9(Double), 85.4(Double), 52684.0(Double), 1198935.0(Double), 01(String) [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465954(Integer), 113(Integer), 2(Integer), 13959.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 11.0(Double), 985.7(Double), 10842.7(Double), 42.8(Double), 92.1(Double), 6006.0(Double), 677649.0(Double), 01(String) [07:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:11] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:11] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":8.8,"todayHours":0.1,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11413.0,"currPower":8.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"8400.0","acFreq":"0.0","apparentPower":"8.4","reactivePower":"0.1","acEnergy":"8800.0","todayEnergy":"8800.0","lifetimeEnergy":"11413.0","dcCurr":"3.2","dcVolt":"431.1","dcPower":"1379.5","temp":"55.1","powerFactor":"99.0","ivtStatus":"01"}] }} [07:05:11] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 07(String), 05(String), 8.4(Float), 8.8(Float), 0.1(Float), 11413.0(Float), 01(String) [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465955(Integer), 142(Integer), 1(Integer), 8400.0(Double), 0.0(Double), 8.4(Double), 0.1(Double), 3.2(Double), 431.1(Double), 1379.5(Double), 55.1(Double), 99.0(Double), 8800.0(Double), 11413.0(Double), 01(String) [07:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:15] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":18.0,"todayHours":0.1,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266320.3,"currPower":13.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"6585.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"4000.0","todayEnergy":"4000.0","lifetimeEnergy":"93253.0","dcCurr":"30.0","dcVolt":"560.0","dcPower":"16800.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"3094.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"2700.0","todayEnergy":"2700.0","lifetimeEnergy":"87842.4","dcCurr":"11.0","dcVolt":"549.0","dcPower":"6039.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"4153.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11300.0","todayEnergy":"11300.0","lifetimeEnergy":"85224.9","dcCurr":"20.0","dcVolt":"538.0","dcPower":"10760.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 07(String), 05(String), 13.8(Float), 18.0(Float), 0.1(Float), 266320.3(Float), 01(String) [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465956(Integer), 132(Integer), 1(Integer), 6585.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 30.0(Double), 560.0(Double), 16800.0(Double), 49.0(Double), 0.0(Double), 4000.0(Double), 93253.0(Double), 01(String) [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465956(Integer), 132(Integer), 2(Integer), 3094.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 11.0(Double), 549.0(Double), 6039.0(Double), 47.0(Double), 0.0(Double), 2700.0(Double), 87842.4(Double), 01(String) [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465956(Integer), 132(Integer), 3(Integer), 4153.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 20.0(Double), 538.0(Double), 10760.0(Double), 48.0(Double), 0.0(Double), 11300.0(Double), 85224.9(Double), 01(String) [07:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:16] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:16] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":80.9,"todayHours":0.1,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1693975.0,"currPower":149.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"116371.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"64203.0","todayEnergy":"64203.0","lifetimeEnergy":"1090673.0","dcCurr":"122.3","dcVolt":"947.3","dcPower":"115854.8","temp":"37.6","powerFactor":"87.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"33142.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"16657.0","todayEnergy":"16657.0","lifetimeEnergy":"603302.0","dcCurr":"31.5","dcVolt":"960.0","dcPower":"30240.0","temp":"44.3","powerFactor":"93.9","ivtStatus":"01"}] }} [07:05:16] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 07(String), 05(String), 149.5(Float), 80.9(Float), 0.1(Float), 1693975.0(Float), 01(String) [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465957(Integer), 124(Integer), 1(Integer), 116371.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 122.3(Double), 947.3(Double), 115854.8(Double), 37.6(Double), 87.4(Double), 64203.0(Double), 1090673.0(Double), 01(String) [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465957(Integer), 124(Integer), 2(Integer), 33142.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 31.5(Double), 960.0(Double), 30240.0(Double), 44.3(Double), 93.9(Double), 16657.0(Double), 603302.0(Double), 01(String) [07:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:18] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:18] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":5.8,"todayHours":0.0,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199307.0,"currPower":7.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"4000.0","acFreq":"0.0","apparentPower":"4.0","reactivePower":"6553.4","acEnergy":"3000.0","todayEnergy":"3000.0","lifetimeEnergy":"101027.0","dcCurr":"2.1","dcVolt":"552.6","dcPower":"1160.5","temp":"44.1","powerFactor":"6465.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"3900.0","acFreq":"0.0","apparentPower":"3.9","reactivePower":"0.3","acEnergy":"2800.0","todayEnergy":"2800.0","lifetimeEnergy":"98280.0","dcCurr":"2.3","dcVolt":"535.7","dcPower":"1232.1","temp":"44.4","powerFactor":"89.0","ivtStatus":"01"}] }} [07:05:18] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 07(String), 05(String), 7.9(Float), 5.8(Float), 0.0(Float), 199307.0(Float), 01(String) [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465958(Integer), 134(Integer), 1(Integer), 4000.0(Double), 0.0(Double), 4.0(Double), 6553.4(Double), 2.1(Double), 552.6(Double), 1160.5(Double), 44.1(Double), 6465.6(Double), 3000.0(Double), 101027.0(Double), 01(String) [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465958(Integer), 134(Integer), 2(Integer), 3900.0(Double), 0.0(Double), 3.9(Double), 0.3(Double), 2.3(Double), 535.7(Double), 1232.1(Double), 44.4(Double), 89.0(Double), 2800.0(Double), 98280.0(Double), 01(String) [07:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:21] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":88.4,"todayHours":0.1,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1808415.0,"currPower":162.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"119383.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"65302.0","todayEnergy":"65302.0","lifetimeEnergy":"1172600.0","dcCurr":"126.7","dcVolt":"946.9","dcPower":"119972.2","temp":"41.0","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"42829.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"23071.0","todayEnergy":"23071.0","lifetimeEnergy":"635815.0","dcCurr":"42.6","dcVolt":"963.6","dcPower":"41049.4","temp":"37.2","powerFactor":"99.4","ivtStatus":"01"}] }} [07:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 07(String), 05(String), 162.2(Float), 88.4(Float), 0.1(Float), 1808415.0(Float), 01(String) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465959(Integer), 126(Integer), 1(Integer), 119383.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 126.7(Double), 946.9(Double), 119972.2(Double), 41.0(Double), 100.0(Double), 65302.0(Double), 1172600.0(Double), 01(String) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465959(Integer), 126(Integer), 2(Integer), 42829.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 42.6(Double), 963.6(Double), 41049.4(Double), 37.2(Double), 99.4(Double), 23071.0(Double), 635815.0(Double), 01(String) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:21] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":26.7,"todayHours":0.1,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413612.0,"currPower":47.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"11800.0","acFreq":"0.0","apparentPower":"11.8","reactivePower":"1.0","acEnergy":"6700.0","todayEnergy":"6700.0","lifetimeEnergy":"100822.0","dcCurr":"20.1","dcVolt":"563.0","dcPower":"11316.3","temp":"64.9","powerFactor":"99.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"12100.0","acFreq":"0.0","apparentPower":"12.2","reactivePower":"1.7","acEnergy":"6800.0","todayEnergy":"6800.0","lifetimeEnergy":"102336.0","dcCurr":"20.3","dcVolt":"559.2","dcPower":"11352.4","temp":"65.8","powerFactor":"99.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"11700.0","acFreq":"0.0","apparentPower":"11.7","reactivePower":"1.5","acEnergy":"6500.0","todayEnergy":"6500.0","lifetimeEnergy":"103917.0","dcCurr":"20.1","dcVolt":"560.0","dcPower":"11256.0","temp":"63.5","powerFactor":"99.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"12000.0","acFreq":"0.0","apparentPower":"12.1","reactivePower":"1.7","acEnergy":"6700.0","todayEnergy":"6700.0","lifetimeEnergy":"106537.0","dcCurr":"20.9","dcVolt":"560.3","dcPower":"11709.6","temp":"65.8","powerFactor":"99.0","ivtStatus":"01"}] }} [07:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 07(String), 05(String), 47.6(Float), 26.7(Float), 0.1(Float), 413612.0(Float), 01(String) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465960(Integer), 99(Integer), 1(Integer), 11800.0(Double), 0.0(Double), 11.8(Double), 1.0(Double), 20.1(Double), 563.0(Double), 11316.3(Double), 64.9(Double), 99.0(Double), 6700.0(Double), 100822.0(Double), 01(String) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465960(Integer), 99(Integer), 2(Integer), 12100.0(Double), 0.0(Double), 12.2(Double), 1.7(Double), 20.3(Double), 559.2(Double), 11352.4(Double), 65.8(Double), 99.0(Double), 6800.0(Double), 102336.0(Double), 01(String) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465960(Integer), 99(Integer), 3(Integer), 11700.0(Double), 0.0(Double), 11.7(Double), 1.5(Double), 20.1(Double), 560.0(Double), 11256.0(Double), 63.5(Double), 99.0(Double), 6500.0(Double), 103917.0(Double), 01(String) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465960(Integer), 99(Integer), 4(Integer), 12000.0(Double), 0.0(Double), 12.1(Double), 1.7(Double), 20.9(Double), 560.3(Double), 11709.6(Double), 65.8(Double), 99.0(Double), 6700.0(Double), 106537.0(Double), 01(String) [07:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:23] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":4.4,"todayHours":0.0,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":90942.0,"currPower":7.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"7400.0","acFreq":"0.0","apparentPower":"7.4","reactivePower":"6553.3","acEnergy":"4400.0","todayEnergy":"4400.0","lifetimeEnergy":"90942.0","dcCurr":"5.9","dcVolt":"507.5","dcPower":"2994.2","temp":"45.0","powerFactor":"6457.6","ivtStatus":"01"}] }} [07:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 07(String), 05(String), 7.4(Float), 4.4(Float), 0.0(Float), 90942.0(Float), 01(String) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465961(Integer), 138(Integer), 1(Integer), 7400.0(Double), 0.0(Double), 7.4(Double), 6553.3(Double), 5.9(Double), 507.5(Double), 2994.2(Double), 45.0(Double), 6457.6(Double), 4400.0(Double), 90942.0(Double), 01(String) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:23] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":52.0,"todayHours":0.1,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1791770.0,"currPower":78.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"77959.0","acFreq":"60.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"45748.0","todayEnergy":"45748.0","lifetimeEnergy":"1171846.0","dcCurr":"85.0","dcVolt":"936.5","dcPower":"79602.5","temp":"49.3","powerFactor":"83.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"0.0","acFreq":"60.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"6206.0","todayEnergy":"6206.0","lifetimeEnergy":"619924.0","dcCurr":"0.0","dcVolt":"1086.4","dcPower":"0.0","temp":"48.5","powerFactor":"0.0","ivtStatus":"01"}] }} [07:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 07(String), 05(String), 78.0(Float), 52.0(Float), 0.1(Float), 1791770.0(Float), 01(String) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465962(Integer), 108(Integer), 1(Integer), 77959.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 85.0(Double), 936.5(Double), 79602.5(Double), 49.3(Double), 83.6(Double), 45748.0(Double), 1171846.0(Double), 01(String) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465962(Integer), 108(Integer), 2(Integer), 0.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1086.4(Double), 0.0(Double), 48.5(Double), 0.0(Double), 6206.0(Double), 619924.0(Double), 01(String) [07:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:24] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":8.8,"todayHours":0.1,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212481.0,"currPower":17.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"8755.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"4600.0","todayEnergy":"4600.0","lifetimeEnergy":"112442.3","dcCurr":"6.0","dcVolt":"580.0","dcPower":"3480.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"8487.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"4200.0","todayEnergy":"4200.0","lifetimeEnergy":"100038.7","dcCurr":"16.0","dcVolt":"544.0","dcPower":"8704.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 07(String), 05(String), 17.2(Float), 8.8(Float), 0.1(Float), 212481.0(Float), 01(String) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465963(Integer), 129(Integer), 1(Integer), 8755.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 6.0(Double), 580.0(Double), 3480.0(Double), 49.0(Double), 0.0(Double), 4600.0(Double), 112442.3(Double), 01(String) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465963(Integer), 129(Integer), 2(Integer), 8487.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 16.0(Double), 544.0(Double), 8704.0(Double), 48.0(Double), 0.0(Double), 4200.0(Double), 100038.7(Double), 01(String) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:24] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":7.0,"todayHours":0.1,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124638.0,"currPower":7.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"7000.0","acFreq":"0.0","apparentPower":"7.0","reactivePower":"0.6","acEnergy":"7000.0","todayEnergy":"7000.0","lifetimeEnergy":"124638.0","dcCurr":"4.5","dcVolt":"528.1","dcPower":"2376.4","temp":"51.2","powerFactor":"95.0","ivtStatus":"01"}] }} [07:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 07(String), 05(String), 7.0(Float), 7.0(Float), 0.1(Float), 124638.0(Float), 01(String) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465964(Integer), 135(Integer), 1(Integer), 7000.0(Double), 0.0(Double), 7.0(Double), 0.6(Double), 4.5(Double), 528.1(Double), 2376.4(Double), 51.2(Double), 95.0(Double), 7000.0(Double), 124638.0(Double), 01(String) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:24] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":5.9,"todayHours":0.0,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130601.0,"currPower":10.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"7500.0","acFreq":"0.0","apparentPower":"7.5","reactivePower":"0.6","acEnergy":"3900.0","todayEnergy":"3900.0","lifetimeEnergy":"90120.0","dcCurr":"6.7","dcVolt":"643.6","dcPower":"4312.1","temp":"47.3","powerFactor":"90.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"3200.0","acFreq":"0.0","apparentPower":"3.2","reactivePower":"0.3","acEnergy":"2000.0","todayEnergy":"2000.0","lifetimeEnergy":"40481.0","dcCurr":"4.8","dcVolt":"547.8","dcPower":"2629.6","temp":"46.6","powerFactor":"88.0","ivtStatus":"01"}] }} [07:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 07(String), 05(String), 10.7(Float), 5.9(Float), 0.0(Float), 130601.0(Float), 01(String) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465965(Integer), 137(Integer), 1(Integer), 7500.0(Double), 0.0(Double), 7.5(Double), 0.6(Double), 6.7(Double), 643.6(Double), 4312.1(Double), 47.3(Double), 90.0(Double), 3900.0(Double), 90120.0(Double), 01(String) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465965(Integer), 137(Integer), 2(Integer), 3200.0(Double), 0.0(Double), 3.2(Double), 0.3(Double), 4.8(Double), 547.8(Double), 2629.6(Double), 46.6(Double), 88.0(Double), 2000.0(Double), 40481.0(Double), 01(String) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:25] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":94.3,"todayHours":0.1,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1833029.0,"currPower":171.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"132375.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"71756.0","todayEnergy":"71756.0","lifetimeEnergy":"1186725.0","dcCurr":"138.3","dcVolt":"962.8","dcPower":"133155.2","temp":"33.7","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"39252.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"22505.0","todayEnergy":"22505.0","lifetimeEnergy":"646304.0","dcCurr":"38.6","dcVolt":"982.9","dcPower":"37939.9","temp":"47.3","powerFactor":"99.9","ivtStatus":"01"}] }} [07:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 07(String), 05(String), 171.6(Float), 94.3(Float), 0.1(Float), 1833029.0(Float), 01(String) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465966(Integer), 120(Integer), 1(Integer), 132375.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 138.3(Double), 962.8(Double), 133155.2(Double), 33.7(Double), 100.0(Double), 71756.0(Double), 1186725.0(Double), 01(String) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465966(Integer), 120(Integer), 2(Integer), 39252.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 38.6(Double), 982.9(Double), 37939.9(Double), 47.3(Double), 99.9(Double), 22505.0(Double), 646304.0(Double), 01(String) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:25] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":12.8,"todayHours":0.1,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345141.6,"currPower":22.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"7377.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"4400.0","todayEnergy":"4400.0","lifetimeEnergy":"115742.6","dcCurr":"45.0","dcVolt":"550.0","dcPower":"24750.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"6946.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"4000.0","todayEnergy":"4000.0","lifetimeEnergy":"106746.0","dcCurr":"30.0","dcVolt":"582.0","dcPower":"17460.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"7822.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"4400.0","todayEnergy":"4400.0","lifetimeEnergy":"122653.0","dcCurr":"48.0","dcVolt":"593.0","dcPower":"28464.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 07(String), 05(String), 22.2(Float), 12.8(Float), 0.1(Float), 345141.6(Float), 01(String) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465967(Integer), 127(Integer), 1(Integer), 7377.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 45.0(Double), 550.0(Double), 24750.0(Double), 48.0(Double), 0.0(Double), 4400.0(Double), 115742.6(Double), 01(String) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465967(Integer), 127(Integer), 2(Integer), 6946.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 30.0(Double), 582.0(Double), 17460.0(Double), 49.0(Double), 0.0(Double), 4000.0(Double), 106746.0(Double), 01(String) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465967(Integer), 127(Integer), 3(Integer), 7822.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 48.0(Double), 593.0(Double), 28464.0(Double), 47.0(Double), 0.0(Double), 4400.0(Double), 122653.0(Double), 01(String) [07:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:26] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":36.2,"todayHours":0.1,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":854844.9,"currPower":47.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"10739.0","acFreq":"600.0","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"8080.0","todayEnergy":"8080.0","lifetimeEnergy":"191071.5","dcCurr":"673.0","dcVolt":"622.7","dcPower":"419085.2","temp":"38.2","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"10629.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"7950.0","todayEnergy":"7950.0","lifetimeEnergy":"190104.3","dcCurr":"17.5","dcVolt":"623.2","dcPower":"10931.1","temp":"38.2","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"3","acPower":"10642.0","acFreq":"600.0","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"8100.0","todayEnergy":"8100.0","lifetimeEnergy":"190103.9","dcCurr":"17.5","dcVolt":"623.1","dcPower":"10873.5","temp":"37.8","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"4","acPower":"10640.0","acFreq":"600.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"8060.0","todayEnergy":"8060.0","lifetimeEnergy":"186959.8","dcCurr":"672.6","dcVolt":"629.3","dcPower":"423267.2","temp":"37.4","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"5385.0","acFreq":"600.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"4030.0","todayEnergy":"4030.0","lifetimeEnergy":"96605.5","dcCurr":"9.1","dcVolt":"607.6","dcPower":"5534.9","temp":"47.7","powerFactor":"10.0","ivtStatus":"01"}] }} [07:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 07(String), 05(String), 47.8(Float), 36.2(Float), 0.1(Float), 854844.9(Float), 01(String) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465968(Integer), 128(Integer), 1(Integer), 10739.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 673.0(Double), 622.7(Double), 419085.2(Double), 38.2(Double), 645.4(Double), 8080.0(Double), 191071.5(Double), 01(String) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465968(Integer), 128(Integer), 2(Integer), 10629.0(Double), 600.1(Double), 0.0(Double), -0.0(Double), 17.5(Double), 623.2(Double), 10931.1(Double), 38.2(Double), 645.4(Double), 7950.0(Double), 190104.3(Double), 01(String) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465968(Integer), 128(Integer), 3(Integer), 10642.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 17.5(Double), 623.1(Double), 10873.5(Double), 37.8(Double), 645.4(Double), 8100.0(Double), 190103.9(Double), 01(String) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465968(Integer), 128(Integer), 4(Integer), 10640.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 672.6(Double), 629.3(Double), 423267.2(Double), 37.4(Double), 10.0(Double), 8060.0(Double), 186959.8(Double), 01(String) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465968(Integer), 128(Integer), 5(Integer), 5385.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 9.1(Double), 607.6(Double), 5534.9(Double), 47.7(Double), 10.0(Double), 4030.0(Double), 96605.5(Double), 01(String) [07:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:27] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":80.3,"todayHours":0.1,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1875442.0,"currPower":144.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"109126.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"60650.0","todayEnergy":"60650.0","lifetimeEnergy":"1216016.0","dcCurr":"110.0","dcVolt":"969.9","dcPower":"106689.0","temp":"50.0","powerFactor":"86.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"35520.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"19653.0","todayEnergy":"19653.0","lifetimeEnergy":"659426.0","dcCurr":"33.8","dcVolt":"987.3","dcPower":"33370.7","temp":"47.6","powerFactor":"88.0","ivtStatus":"01"}] }} [07:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 07(String), 05(String), 144.6(Float), 80.3(Float), 0.1(Float), 1875442.0(Float), 01(String) [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465969(Integer), 112(Integer), 1(Integer), 109126.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 110.0(Double), 969.9(Double), 106689.0(Double), 50.0(Double), 86.7(Double), 60650.0(Double), 1216016.0(Double), 01(String) [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465969(Integer), 112(Integer), 2(Integer), 35520.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 33.8(Double), 987.3(Double), 33370.7(Double), 47.6(Double), 88.0(Double), 19653.0(Double), 659426.0(Double), 01(String) [07:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:28] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":23.9,"todayHours":0.0,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":141550.0,"currPower":40.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"9300.0","acFreq":"0.0","apparentPower":"9.3","reactivePower":"6553.5","acEnergy":"5700.0","todayEnergy":"5700.0","lifetimeEnergy":"35796.0","dcCurr":"5.7","dcVolt":"618.8","dcPower":"3527.3","temp":"52.8","powerFactor":"6456.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"10000.0","acFreq":"0.0","apparentPower":"10.0","reactivePower":"0.0","acEnergy":"6000.0","todayEnergy":"6000.0","lifetimeEnergy":"35387.0","dcCurr":"7.0","dcVolt":"620.2","dcPower":"4341.4","temp":"55.3","powerFactor":"6456.6","ivtStatus":"01"},{"ivtIdx":"3","acPower":"9900.0","acFreq":"0.0","apparentPower":"9.9","reactivePower":"1.0","acEnergy":"5900.0","todayEnergy":"5900.0","lifetimeEnergy":"35517.0","dcCurr":"6.3","dcVolt":"623.5","dcPower":"3927.8","temp":"53.7","powerFactor":"98.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"10800.0","acFreq":"0.0","apparentPower":"10.8","reactivePower":"0.4","acEnergy":"6300.0","todayEnergy":"6300.0","lifetimeEnergy":"34850.0","dcCurr":"6.4","dcVolt":"614.7","dcPower":"3933.9","temp":"56.2","powerFactor":"99.0","ivtStatus":"01"}] }} [07:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 07(String), 05(String), 40.0(Float), 23.9(Float), 0.0(Float), 141550.0(Float), 01(String) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465970(Integer), 139(Integer), 1(Integer), 9300.0(Double), 0.0(Double), 9.3(Double), 6553.5(Double), 5.7(Double), 618.8(Double), 3527.3(Double), 52.8(Double), 6456.6(Double), 5700.0(Double), 35796.0(Double), 01(String) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465970(Integer), 139(Integer), 2(Integer), 10000.0(Double), 0.0(Double), 10.0(Double), 0.0(Double), 7.0(Double), 620.2(Double), 4341.4(Double), 55.3(Double), 6456.6(Double), 6000.0(Double), 35387.0(Double), 01(String) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465970(Integer), 139(Integer), 3(Integer), 9900.0(Double), 0.0(Double), 9.9(Double), 1.0(Double), 6.3(Double), 623.5(Double), 3927.8(Double), 53.7(Double), 98.0(Double), 5900.0(Double), 35517.0(Double), 01(String) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465970(Integer), 139(Integer), 4(Integer), 10800.0(Double), 0.0(Double), 10.8(Double), 0.4(Double), 6.4(Double), 614.7(Double), 3933.9(Double), 56.2(Double), 99.0(Double), 6300.0(Double), 34850.0(Double), 01(String) [07:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:29] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":90.3,"todayHours":0.1,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1906131.0,"currPower":149.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"93805.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"57196.0","todayEnergy":"57196.0","lifetimeEnergy":"1244557.0","dcCurr":"98.6","dcVolt":"932.0","dcPower":"91895.2","temp":"49.7","powerFactor":"86.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"55443.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33094.0","todayEnergy":"33094.0","lifetimeEnergy":"661574.0","dcCurr":"52.0","dcVolt":"970.7","dcPower":"50476.4","temp":"33.4","powerFactor":"91.1","ivtStatus":"01"}] }} [07:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 07(String), 05(String), 149.2(Float), 90.3(Float), 0.1(Float), 1906131.0(Float), 01(String) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465971(Integer), 107(Integer), 1(Integer), 93805.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 98.6(Double), 932.0(Double), 91895.2(Double), 49.7(Double), 86.0(Double), 57196.0(Double), 1244557.0(Double), 01(String) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465971(Integer), 107(Integer), 2(Integer), 55443.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 52.0(Double), 970.7(Double), 50476.4(Double), 33.4(Double), 91.1(Double), 33094.0(Double), 661574.0(Double), 01(String) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:29] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":8.0,"todayHours":0.1,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":105985.0,"currPower":13.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"13400.0","acFreq":"0.0","apparentPower":"13.4","reactivePower":"0.0","acEnergy":"8000.0","todayEnergy":"8000.0","lifetimeEnergy":"105985.0","dcCurr":"10.8","dcVolt":"500.7","dcPower":"5407.2","temp":"39.1","powerFactor":"6456.6","ivtStatus":"01"}] }} [07:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 07(String), 05(String), 13.4(Float), 8.0(Float), 0.1(Float), 105985.0(Float), 01(String) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465972(Integer), 136(Integer), 1(Integer), 13400.0(Double), 0.0(Double), 13.4(Double), 0.0(Double), 10.8(Double), 500.7(Double), 5407.2(Double), 39.1(Double), 6456.6(Double), 8000.0(Double), 105985.0(Double), 01(String) [07:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:30] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":85.4,"todayHours":0.1,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1731798.0,"currPower":152.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"122018.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"68797.0","todayEnergy":"68797.0","lifetimeEnergy":"1130010.0","dcCurr":"121.7","dcVolt":"983.4","dcPower":"119679.8","temp":"35.7","powerFactor":"85.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"30367.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"16627.0","todayEnergy":"16627.0","lifetimeEnergy":"601788.0","dcCurr":"29.2","dcVolt":"991.2","dcPower":"28943.0","temp":"45.8","powerFactor":"94.8","ivtStatus":"01"}] }} [07:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 07(String), 05(String), 152.4(Float), 85.4(Float), 0.1(Float), 1731798.0(Float), 01(String) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465973(Integer), 125(Integer), 1(Integer), 122018.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 121.7(Double), 983.4(Double), 119679.8(Double), 35.7(Double), 85.1(Double), 68797.0(Double), 1130010.0(Double), 01(String) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465973(Integer), 125(Integer), 2(Integer), 30367.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 29.2(Double), 991.2(Double), 28943.0(Double), 45.8(Double), 94.8(Double), 16627.0(Double), 601788.0(Double), 01(String) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:30] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":15.7,"todayHours":0.1,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255127.7,"currPower":24.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"8625.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"5600.0","todayEnergy":"5600.0","lifetimeEnergy":"90392.9","dcCurr":"49.0","dcVolt":"583.0","dcPower":"28567.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"7473.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"4900.0","todayEnergy":"4900.0","lifetimeEnergy":"79463.4","dcCurr":"33.0","dcVolt":"552.0","dcPower":"18216.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"8095.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"5200.0","todayEnergy":"5200.0","lifetimeEnergy":"85271.4","dcCurr":"49.0","dcVolt":"532.0","dcPower":"26068.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 07(String), 05(String), 24.2(Float), 15.7(Float), 0.1(Float), 255127.7(Float), 01(String) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465974(Integer), 131(Integer), 1(Integer), 8625.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 49.0(Double), 583.0(Double), 28567.0(Double), 49.0(Double), 0.0(Double), 5600.0(Double), 90392.9(Double), 01(String) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465974(Integer), 131(Integer), 2(Integer), 7473.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 33.0(Double), 552.0(Double), 18216.0(Double), 49.0(Double), 0.0(Double), 4900.0(Double), 79463.4(Double), 01(String) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465974(Integer), 131(Integer), 3(Integer), 8095.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 49.0(Double), 532.0(Double), 26068.0(Double), 47.0(Double), 0.0(Double), 5200.0(Double), 85271.4(Double), 01(String) [07:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:31] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":5.8,"todayHours":0.1,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27281.0,"currPower":10.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"10800.0","acFreq":"0.0","apparentPower":"10.8","reactivePower":"6553.5","acEnergy":"5800.0","todayEnergy":"5800.0","lifetimeEnergy":"27281.0","dcCurr":"4.5","dcVolt":"700.0","dcPower":"3150.0","temp":"58.1","powerFactor":"6454.6","ivtStatus":"01"}] }} [07:05:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [07:05:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:31] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":61.2,"todayHours":0.1,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1892754.0,"currPower":156.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"114685.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"43724.0","todayEnergy":"43724.0","lifetimeEnergy":"1221100.0","dcCurr":"114.7","dcVolt":"976.2","dcPower":"111970.1","temp":"48.5","powerFactor":"88.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"41802.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"17440.0","todayEnergy":"17440.0","lifetimeEnergy":"671654.0","dcCurr":"39.9","dcVolt":"965.0","dcPower":"38503.5","temp":"33.8","powerFactor":"88.6","ivtStatus":"01"}] }} [07:05:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 07(String), 05(String), 10.8(Float), 5.8(Float), 0.1(Float), 27281.0(Float), 01(String) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:31] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":5.2,"todayHours":0.1,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15875.0,"currPower":5.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"5800.0","acFreq":"0.0","apparentPower":"6.1","reactivePower":"1.9","acEnergy":"5200.0","todayEnergy":"5200.0","lifetimeEnergy":"15875.0","dcCurr":"7.3","dcVolt":"725.2","dcPower":"5293.7","temp":"60.4","powerFactor":"95.0","ivtStatus":"01"}] }} [07:05:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465975(Integer), 141(Integer), 1(Integer), 10800.0(Double), 0.0(Double), 10.8(Double), 6553.5(Double), 4.5(Double), 700.0(Double), 3150.0(Double), 58.1(Double), 6454.6(Double), 5800.0(Double), 27281.0(Double), 01(String) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 07(String), 05(String), 156.5(Float), 61.2(Float), 0.1(Float), 1892754.0(Float), 01(String) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 07(String), 05(String), 5.8(Float), 5.2(Float), 0.1(Float), 15875.0(Float), 01(String) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465976(Integer), 109(Integer), 1(Integer), 114685.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 114.7(Double), 976.2(Double), 111970.1(Double), 48.5(Double), 88.2(Double), 43724.0(Double), 1221100.0(Double), 01(String) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465976(Integer), 109(Integer), 2(Integer), 41802.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 39.9(Double), 965.0(Double), 38503.5(Double), 33.8(Double), 88.6(Double), 17440.0(Double), 671654.0(Double), 01(String) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465977(Integer), 140(Integer), 1(Integer), 5800.0(Double), 0.0(Double), 6.1(Double), 1.9(Double), 7.3(Double), 725.2(Double), 5293.7(Double), 60.4(Double), 95.0(Double), 5200.0(Double), 15875.0(Double), 01(String) [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:32] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":30.8,"todayHours":0.0,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2851524.0,"currPower":50.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"3559.0","acFreq":"0.0","apparentPower":"3.6","reactivePower":"0.0","acEnergy":"2300.0","todayEnergy":"2300.0","lifetimeEnergy":"144329.0","dcCurr":"4.7","dcVolt":"577.8","dcPower":"2715.8","temp":"29.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"3538.0","acFreq":"0.0","apparentPower":"3.5","reactivePower":"0.0","acEnergy":"2300.0","todayEnergy":"2300.0","lifetimeEnergy":"163872.0","dcCurr":"4.9","dcVolt":"563.7","dcPower":"2762.0","temp":"30.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"3546.0","acFreq":"0.0","apparentPower":"3.5","reactivePower":"0.0","acEnergy":"2300.0","todayEnergy":"2300.0","lifetimeEnergy":"147211.0","dcCurr":"4.9","dcVolt":"576.1","dcPower":"2822.7","temp":"29.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"3902.0","acFreq":"0.0","apparentPower":"3.9","reactivePower":"0.0","acEnergy":"2600.0","todayEnergy":"2600.0","lifetimeEnergy":"152467.0","dcCurr":"5.0","dcVolt":"576.5","dcPower":"2882.5","temp":"29.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"3749.0","acFreq":"0.0","apparentPower":"3.7","reactivePower":"0.0","acEnergy":"2400.0","todayEnergy":"2400.0","lifetimeEnergy":"167641.0","dcCurr":"4.9","dcVolt":"581.5","dcPower":"2849.2","temp":"30.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"3891.0","acFreq":"0.0","apparentPower":"3.9","reactivePower":"0.0","acEnergy":"2500.0","todayEnergy":"2500.0","lifetimeEnergy":"167231.0","dcCurr":"5.1","dcVolt":"573.4","dcPower":"2924.3","temp":"29.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"3715.0","acFreq":"0.0","apparentPower":"3.7","reactivePower":"0.0","acEnergy":"2400.0","todayEnergy":"2400.0","lifetimeEnergy":"140892.0","dcCurr":"4.9","dcVolt":"582.0","dcPower":"2851.6","temp":"29.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"3089.0","acFreq":"0.0","apparentPower":"3.1","reactivePower":"0.0","acEnergy":"1800.0","todayEnergy":"1800.0","lifetimeEnergy":"158137.0","dcCurr":"4.1","dcVolt":"577.5","dcPower":"2367.8","temp":"29.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"2398.0","acFreq":"0.0","apparentPower":"2.4","reactivePower":"0.0","acEnergy":"1200.0","todayEnergy":"1200.0","lifetimeEnergy":"133682.0","dcCurr":"3.1","dcVolt":"594.3","dcPower":"1842.4","temp":"29.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"3426.0","acFreq":"0.0","apparentPower":"3.4","reactivePower":"0.0","acEnergy":"2000.0","todayEnergy":"2000.0","lifetimeEnergy":"160694.0","dcCurr":"4.5","dcVolt":"575.4","dcPower":"2589.4","temp":"29.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"3519.0","acFreq":"0.0","apparentPower":"3.5","reactivePower":"0.0","acEnergy":"2100.0","todayEnergy":"2100.0","lifetimeEnergy":"160753.0","dcCurr":"4.8","dcVolt":"571.4","dcPower":"2742.7","temp":"30.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"3451.0","acFreq":"0.0","apparentPower":"3.5","reactivePower":"0.0","acEnergy":"2100.0","todayEnergy":"2100.0","lifetimeEnergy":"163299.0","dcCurr":"4.7","dcVolt":"569.9","dcPower":"2678.7","temp":"30.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"1826.0","acFreq":"0.0","apparentPower":"1.8","reactivePower":"0.0","acEnergy":"500.0","todayEnergy":"500.0","lifetimeEnergy":"160752.0","dcCurr":"2.7","dcVolt":"548.9","dcPower":"1482.1","temp":"27.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"3276.0","acFreq":"0.0","apparentPower":"3.3","reactivePower":"0.0","acEnergy":"2000.0","todayEnergy":"2000.0","lifetimeEnergy":"147402.0","dcCurr":"3.9","dcVolt":"569.0","dcPower":"2219.0","temp":"30.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"-1.0","acFreq":"0.0","apparentPower":"-0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"526311.0","dcCurr":"13217.0","dcVolt":"4374.7","dcPower":"57819968.0","temp":"0.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"3484.0","acFreq":"0.0","apparentPower":"3.5","reactivePower":"0.0","acEnergy":"2300.0","todayEnergy":"2300.0","lifetimeEnergy":"156851.0","dcCurr":"4.5","dcVolt":"575.1","dcPower":"2588.1","temp":"29.5","powerFactor":"0.0","ivtStatus":"01"}] }} [07:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 07(String), 05(String), 50.4(Float), 30.8(Float), 0.0(Float), 2851524.0(Float), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 1(Integer), 3559.0(Double), 0.0(Double), 3.6(Double), 0.0(Double), 4.7(Double), 577.8(Double), 2715.8(Double), 29.6(Double), 0.0(Double), 2300.0(Double), 144329.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 2(Integer), 3538.0(Double), 0.0(Double), 3.5(Double), 0.0(Double), 4.9(Double), 563.7(Double), 2762.0(Double), 30.1(Double), 0.0(Double), 2300.0(Double), 163872.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 3(Integer), 3546.0(Double), 0.0(Double), 3.5(Double), 0.0(Double), 4.9(Double), 576.1(Double), 2822.7(Double), 29.8(Double), 0.0(Double), 2300.0(Double), 147211.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 4(Integer), 3902.0(Double), 0.0(Double), 3.9(Double), 0.0(Double), 5.0(Double), 576.5(Double), 2882.5(Double), 29.4(Double), 0.0(Double), 2600.0(Double), 152467.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 5(Integer), 3749.0(Double), 0.0(Double), 3.7(Double), 0.0(Double), 4.9(Double), 581.5(Double), 2849.2(Double), 30.7(Double), 0.0(Double), 2400.0(Double), 167641.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 6(Integer), 3891.0(Double), 0.0(Double), 3.9(Double), 0.0(Double), 5.1(Double), 573.4(Double), 2924.3(Double), 29.5(Double), 0.0(Double), 2500.0(Double), 167231.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 7(Integer), 3715.0(Double), 0.0(Double), 3.7(Double), 0.0(Double), 4.9(Double), 582.0(Double), 2851.6(Double), 29.4(Double), 0.0(Double), 2400.0(Double), 140892.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 8(Integer), 3089.0(Double), 0.0(Double), 3.1(Double), 0.0(Double), 4.1(Double), 577.5(Double), 2367.8(Double), 29.9(Double), 0.0(Double), 1800.0(Double), 158137.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 9(Integer), 2398.0(Double), 0.0(Double), 2.4(Double), 0.0(Double), 3.1(Double), 594.3(Double), 1842.4(Double), 29.8(Double), 0.0(Double), 1200.0(Double), 133682.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 10(Integer), 3426.0(Double), 0.0(Double), 3.4(Double), 0.0(Double), 4.5(Double), 575.4(Double), 2589.4(Double), 29.2(Double), 0.0(Double), 2000.0(Double), 160694.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 11(Integer), 3519.0(Double), 0.0(Double), 3.5(Double), 0.0(Double), 4.8(Double), 571.4(Double), 2742.7(Double), 30.2(Double), 0.0(Double), 2100.0(Double), 160753.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 12(Integer), 3451.0(Double), 0.0(Double), 3.5(Double), 0.0(Double), 4.7(Double), 569.9(Double), 2678.7(Double), 30.0(Double), 0.0(Double), 2100.0(Double), 163299.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 13(Integer), 1826.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.7(Double), 548.9(Double), 1482.1(Double), 27.5(Double), 0.0(Double), 500.0(Double), 160752.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 17(Integer), 3276.0(Double), 0.0(Double), 3.3(Double), 0.0(Double), 3.9(Double), 569.0(Double), 2219.0(Double), 30.2(Double), 0.0(Double), 2000.0(Double), 147402.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 18(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 13217.0(Double), 4374.7(Double), 5.7819968E7(Double), 0.3(Double), 0.0(Double), 0.0(Double), 526311.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465978(Integer), 92(Integer), 19(Integer), 3484.0(Double), 0.0(Double), 3.5(Double), 0.0(Double), 4.5(Double), 575.1(Double), 2588.1(Double), 29.5(Double), 0.0(Double), 2300.0(Double), 156851.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:32] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":49.0,"todayHours":0.0,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3085415.0,"currPower":76.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"3752.0","acFreq":"0.0","apparentPower":"3.8","reactivePower":"0.0","acEnergy":"2500.0","todayEnergy":"2500.0","lifetimeEnergy":"152720.0","dcCurr":"5.1","dcVolt":"580.9","dcPower":"2962.4","temp":"29.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"4255.0","acFreq":"0.0","apparentPower":"4.3","reactivePower":"0.0","acEnergy":"2800.0","todayEnergy":"2800.0","lifetimeEnergy":"166506.0","dcCurr":"5.5","dcVolt":"577.3","dcPower":"3175.0","temp":"29.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"3920.0","acFreq":"0.0","apparentPower":"3.9","reactivePower":"0.0","acEnergy":"2500.0","todayEnergy":"2500.0","lifetimeEnergy":"146897.0","dcCurr":"5.1","dcVolt":"579.4","dcPower":"2954.8","temp":"29.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"4093.0","acFreq":"0.0","apparentPower":"4.1","reactivePower":"0.0","acEnergy":"2700.0","todayEnergy":"2700.0","lifetimeEnergy":"164658.0","dcCurr":"5.4","dcVolt":"579.2","dcPower":"3127.9","temp":"29.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"3830.0","acFreq":"0.0","apparentPower":"3.8","reactivePower":"0.0","acEnergy":"2400.0","todayEnergy":"2400.0","lifetimeEnergy":"147478.0","dcCurr":"5.2","dcVolt":"574.8","dcPower":"2989.1","temp":"29.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"3927.0","acFreq":"0.0","apparentPower":"3.9","reactivePower":"0.0","acEnergy":"2600.0","todayEnergy":"2600.0","lifetimeEnergy":"169620.0","dcCurr":"5.2","dcVolt":"580.6","dcPower":"3018.9","temp":"30.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"4121.0","acFreq":"0.0","apparentPower":"4.1","reactivePower":"0.0","acEnergy":"2700.0","todayEnergy":"2700.0","lifetimeEnergy":"166399.0","dcCurr":"5.5","dcVolt":"575.0","dcPower":"3162.7","temp":"30.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"4136.0","acFreq":"0.0","apparentPower":"4.1","reactivePower":"0.0","acEnergy":"2700.0","todayEnergy":"2700.0","lifetimeEnergy":"149809.0","dcCurr":"5.4","dcVolt":"583.3","dcPower":"3149.6","temp":"29.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"4084.0","acFreq":"0.0","apparentPower":"4.1","reactivePower":"0.0","acEnergy":"2700.0","todayEnergy":"2700.0","lifetimeEnergy":"165878.0","dcCurr":"5.4","dcVolt":"577.9","dcPower":"3120.5","temp":"29.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"3758.0","acFreq":"0.0","apparentPower":"3.8","reactivePower":"0.0","acEnergy":"2300.0","todayEnergy":"2300.0","lifetimeEnergy":"133647.0","dcCurr":"4.9","dcVolt":"582.9","dcPower":"2856.2","temp":"29.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"4110.0","acFreq":"0.0","apparentPower":"4.1","reactivePower":"0.0","acEnergy":"2600.0","todayEnergy":"2600.0","lifetimeEnergy":"161653.0","dcCurr":"5.3","dcVolt":"581.4","dcPower":"3081.6","temp":"30.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"3866.0","acFreq":"0.0","apparentPower":"3.9","reactivePower":"0.0","acEnergy":"2400.0","todayEnergy":"2400.0","lifetimeEnergy":"133324.0","dcCurr":"4.9","dcVolt":"580.5","dcPower":"2844.4","temp":"30.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"3808.0","acFreq":"0.0","apparentPower":"3.8","reactivePower":"0.0","acEnergy":"2400.0","todayEnergy":"2400.0","lifetimeEnergy":"159311.0","dcCurr":"5.0","dcVolt":"569.5","dcPower":"2847.7","temp":"30.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"4003.0","acFreq":"0.0","apparentPower":"4.0","reactivePower":"0.0","acEnergy":"2500.0","todayEnergy":"2500.0","lifetimeEnergy":"153107.0","dcCurr":"5.2","dcVolt":"583.4","dcPower":"3033.5","temp":"30.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"3787.0","acFreq":"0.0","apparentPower":"3.8","reactivePower":"0.0","acEnergy":"2400.0","todayEnergy":"2400.0","lifetimeEnergy":"136828.0","dcCurr":"4.9","dcVolt":"586.2","dcPower":"2872.2","temp":"29.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"3573.0","acFreq":"0.0","apparentPower":"3.6","reactivePower":"0.0","acEnergy":"2200.0","todayEnergy":"2200.0","lifetimeEnergy":"165564.0","dcCurr":"4.5","dcVolt":"580.1","dcPower":"2610.6","temp":"29.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"3628.0","acFreq":"0.0","apparentPower":"3.6","reactivePower":"0.0","acEnergy":"2300.0","todayEnergy":"2300.0","lifetimeEnergy":"161787.0","dcCurr":"4.6","dcVolt":"577.6","dcPower":"2657.1","temp":"29.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"3130.0","acFreq":"0.0","apparentPower":"3.1","reactivePower":"0.0","acEnergy":"1900.0","todayEnergy":"1900.0","lifetimeEnergy":"139439.0","dcCurr":"3.8","dcVolt":"573.9","dcPower":"2180.9","temp":"30.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"3026.0","acFreq":"0.0","apparentPower":"3.0","reactivePower":"0.0","acEnergy":"1800.0","todayEnergy":"1800.0","lifetimeEnergy":"139788.0","dcCurr":"3.8","dcVolt":"587.5","dcPower":"2232.6","temp":"29.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"3871.0","acFreq":"0.0","apparentPower":"3.9","reactivePower":"0.0","acEnergy":"2600.0","todayEnergy":"2600.0","lifetimeEnergy":"171002.0","dcCurr":"5.1","dcVolt":"572.4","dcPower":"2919.2","temp":"30.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 07(String), 05(String), 76.7(Float), 49.0(Float), 0.0(Float), 3085415.0(Float), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 1(Integer), 3752.0(Double), 0.0(Double), 3.8(Double), 0.0(Double), 5.1(Double), 580.9(Double), 2962.4(Double), 29.9(Double), 0.0(Double), 2500.0(Double), 152720.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 2(Integer), 4255.0(Double), 0.0(Double), 4.3(Double), 0.0(Double), 5.5(Double), 577.3(Double), 3175.0(Double), 29.7(Double), 0.0(Double), 2800.0(Double), 166506.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 3(Integer), 3920.0(Double), 0.0(Double), 3.9(Double), 0.0(Double), 5.1(Double), 579.4(Double), 2954.8(Double), 29.1(Double), 0.0(Double), 2500.0(Double), 146897.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 4(Integer), 4093.0(Double), 0.0(Double), 4.1(Double), 0.0(Double), 5.4(Double), 579.2(Double), 3127.9(Double), 29.7(Double), 0.0(Double), 2700.0(Double), 164658.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 5(Integer), 3830.0(Double), 0.0(Double), 3.8(Double), 0.0(Double), 5.2(Double), 574.8(Double), 2989.1(Double), 29.8(Double), 0.0(Double), 2400.0(Double), 147478.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 6(Integer), 3927.0(Double), 0.0(Double), 3.9(Double), 0.0(Double), 5.2(Double), 580.6(Double), 3018.9(Double), 30.0(Double), 0.0(Double), 2600.0(Double), 169620.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 7(Integer), 4121.0(Double), 0.0(Double), 4.1(Double), 0.0(Double), 5.5(Double), 575.0(Double), 3162.7(Double), 30.9(Double), 0.0(Double), 2700.0(Double), 166399.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 8(Integer), 4136.0(Double), 0.0(Double), 4.1(Double), 0.0(Double), 5.4(Double), 583.3(Double), 3149.6(Double), 29.5(Double), 0.0(Double), 2700.0(Double), 149809.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 9(Integer), 4084.0(Double), 0.0(Double), 4.1(Double), 0.0(Double), 5.4(Double), 577.9(Double), 3120.5(Double), 29.5(Double), 0.0(Double), 2700.0(Double), 165878.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 10(Integer), 3758.0(Double), 0.0(Double), 3.8(Double), 0.0(Double), 4.9(Double), 582.9(Double), 2856.2(Double), 29.9(Double), 0.0(Double), 2300.0(Double), 133647.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 11(Integer), 4110.0(Double), 0.0(Double), 4.1(Double), 0.0(Double), 5.3(Double), 581.4(Double), 3081.6(Double), 30.2(Double), 0.0(Double), 2600.0(Double), 161653.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 12(Integer), 3866.0(Double), 0.0(Double), 3.9(Double), 0.0(Double), 4.9(Double), 580.5(Double), 2844.4(Double), 30.2(Double), 0.0(Double), 2400.0(Double), 133324.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 13(Integer), 3808.0(Double), 0.0(Double), 3.8(Double), 0.0(Double), 5.0(Double), 569.5(Double), 2847.7(Double), 30.2(Double), 0.0(Double), 2400.0(Double), 159311.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 14(Integer), 4003.0(Double), 0.0(Double), 4.0(Double), 0.0(Double), 5.2(Double), 583.4(Double), 3033.5(Double), 30.3(Double), 0.0(Double), 2500.0(Double), 153107.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 15(Integer), 3787.0(Double), 0.0(Double), 3.8(Double), 0.0(Double), 4.9(Double), 586.2(Double), 2872.2(Double), 29.9(Double), 0.0(Double), 2400.0(Double), 136828.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 16(Integer), 3573.0(Double), 0.0(Double), 3.6(Double), 0.0(Double), 4.5(Double), 580.1(Double), 2610.6(Double), 29.1(Double), 0.0(Double), 2200.0(Double), 165564.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 17(Integer), 3628.0(Double), 0.0(Double), 3.6(Double), 0.0(Double), 4.6(Double), 577.6(Double), 2657.1(Double), 29.9(Double), 0.0(Double), 2300.0(Double), 161787.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 18(Integer), 3130.0(Double), 0.0(Double), 3.1(Double), 0.0(Double), 3.8(Double), 573.9(Double), 2180.9(Double), 30.2(Double), 0.0(Double), 1900.0(Double), 139439.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 19(Integer), 3026.0(Double), 0.0(Double), 3.0(Double), 0.0(Double), 3.8(Double), 587.5(Double), 2232.6(Double), 29.9(Double), 0.0(Double), 1800.0(Double), 139788.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465979(Integer), 93(Integer), 20(Integer), 3871.0(Double), 0.0(Double), 3.9(Double), 0.0(Double), 5.1(Double), 572.4(Double), 2919.2(Double), 30.0(Double), 0.0(Double), 2600.0(Double), 171002.0(Double), 01(String) [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:32] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":92.0,"todayHours":0.1,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1651086.0,"currPower":167.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"133804.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"75411.0","todayEnergy":"75411.0","lifetimeEnergy":"1075694.0","dcCurr":"141.5","dcVolt":"949.4","dcPower":"134340.1","temp":"36.2","powerFactor":"99.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"34027.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"16578.0","todayEnergy":"16578.0","lifetimeEnergy":"575392.0","dcCurr":"33.9","dcVolt":"967.7","dcPower":"32805.0","temp":"48.2","powerFactor":"99.9","ivtStatus":"01"}] }} [07:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 07(String), 05(String), 167.8(Float), 92.0(Float), 0.1(Float), 1651086.0(Float), 01(String) [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465980(Integer), 123(Integer), 1(Integer), 133804.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 141.5(Double), 949.4(Double), 134340.1(Double), 36.2(Double), 99.9(Double), 75411.0(Double), 1075694.0(Double), 01(String) [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465980(Integer), 123(Integer), 2(Integer), 34027.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 33.9(Double), 967.7(Double), 32805.0(Double), 48.2(Double), 99.9(Double), 16578.0(Double), 575392.0(Double), 01(String) [07:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:33] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:33] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":84.8,"todayHours":0.1,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1819827.0,"currPower":166.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"128161.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"66398.0","todayEnergy":"66398.0","lifetimeEnergy":"1194364.0","dcCurr":"135.5","dcVolt":"949.8","dcPower":"128697.9","temp":"37.3","powerFactor":"83.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"38367.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"18378.0","todayEnergy":"18378.0","lifetimeEnergy":"625463.0","dcCurr":"21.5","dcVolt":"966.3","dcPower":"20775.4","temp":"34.7","powerFactor":"93.4","ivtStatus":"01"}] }} [07:05:33] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 07(String), 05(String), 166.5(Float), 84.8(Float), 0.1(Float), 1819827.0(Float), 01(String) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465981(Integer), 102(Integer), 1(Integer), 128161.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 135.5(Double), 949.8(Double), 128697.9(Double), 37.3(Double), 83.9(Double), 66398.0(Double), 1194364.0(Double), 01(String) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465981(Integer), 102(Integer), 2(Integer), 38367.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 21.5(Double), 966.3(Double), 20775.4(Double), 34.7(Double), 93.4(Double), 18378.0(Double), 625463.0(Double), 01(String) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:34] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:34] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":78.2,"todayHours":0.1,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1872802.0,"currPower":172.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"134173.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"60000.0","todayEnergy":"60000.0","lifetimeEnergy":"1207098.0","dcCurr":"132.2","dcVolt":"968.5","dcPower":"128035.7","temp":"37.8","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"38640.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"18207.0","todayEnergy":"18207.0","lifetimeEnergy":"665704.0","dcCurr":"23.0","dcVolt":"972.6","dcPower":"22369.8","temp":"34.0","powerFactor":"99.9","ivtStatus":"01"}] }} [07:05:34] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 07(String), 05(String), 172.8(Float), 78.2(Float), 0.1(Float), 1872802.0(Float), 01(String) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465982(Integer), 105(Integer), 1(Integer), 134173.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 132.2(Double), 968.5(Double), 128035.7(Double), 37.8(Double), 100.0(Double), 60000.0(Double), 1207098.0(Double), 01(String) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465982(Integer), 105(Integer), 2(Integer), 38640.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 23.0(Double), 972.6(Double), 22369.8(Double), 34.0(Double), 99.9(Double), 18207.0(Double), 665704.0(Double), 01(String) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:34] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:34] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":104.6,"todayHours":0.1,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1878204.0,"currPower":185.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"151343.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"86191.0","todayEnergy":"86191.0","lifetimeEnergy":"1227404.0","dcCurr":"158.4","dcVolt":"950.6","dcPower":"150575.0","temp":"36.1","powerFactor":"89.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"34227.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"18454.0","todayEnergy":"18454.0","lifetimeEnergy":"650800.0","dcCurr":"31.7","dcVolt":"970.7","dcPower":"30771.2","temp":"46.3","powerFactor":"92.3","ivtStatus":"01"}] }} [07:05:34] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 07(String), 05(String), 185.6(Float), 104.6(Float), 0.1(Float), 1878204.0(Float), 01(String) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465983(Integer), 122(Integer), 1(Integer), 151343.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 158.4(Double), 950.6(Double), 150575.0(Double), 36.1(Double), 89.6(Double), 86191.0(Double), 1227404.0(Double), 01(String) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465983(Integer), 122(Integer), 2(Integer), 34227.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 31.7(Double), 970.7(Double), 30771.2(Double), 46.3(Double), 92.3(Double), 18454.0(Double), 650800.0(Double), 01(String) [07:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:36] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:36] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":91.3,"todayHours":0.1,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1857594.0,"currPower":175.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"142027.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"78434.0","todayEnergy":"78434.0","lifetimeEnergy":"1219981.0","dcCurr":"137.6","dcVolt":"957.5","dcPower":"131752.0","temp":"35.4","powerFactor":"87.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"33447.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"12832.0","todayEnergy":"12832.0","lifetimeEnergy":"637613.0","dcCurr":"16.8","dcVolt":"997.8","dcPower":"16763.0","temp":"42.9","powerFactor":"88.3","ivtStatus":"01"}] }} [07:05:36] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 07(String), 05(String), 175.5(Float), 91.3(Float), 0.1(Float), 1857594.0(Float), 01(String) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465984(Integer), 101(Integer), 1(Integer), 142027.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 137.6(Double), 957.5(Double), 131752.0(Double), 35.4(Double), 87.3(Double), 78434.0(Double), 1219981.0(Double), 01(String) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465984(Integer), 101(Integer), 2(Integer), 33447.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 16.8(Double), 997.8(Double), 16763.0(Double), 42.9(Double), 88.3(Double), 12832.0(Double), 637613.0(Double), 01(String) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:36] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:36] [DEBUG] controller.InverterController - {"plantSeq":104,"todayEnergy":82.3,"todayHours":0.1,"lastdayEnergy":1836608.0,"lastdayHours":1838.4,"lifetimeEnergy":1836690.0,"currPower":176.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"140554.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"69251.0","todayEnergy":"69251.0","lifetimeEnergy":"1177305.0","dcCurr":"143.0","dcVolt":"983.9","dcPower":"140697.7","temp":"36.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"36366.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"13022.0","todayEnergy":"13022.0","lifetimeEnergy":"659385.0","dcCurr":"35.9","dcVolt":"968.8","dcPower":"34779.9","temp":"48.6","powerFactor":"99.5","ivtStatus":"01"}] }} [07:05:36] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2023-08-02(String), 07(String), 05(String), 176.9(Float), 82.3(Float), 0.1(Float), 1836690.0(Float), 01(String) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465985(Integer), 104(Integer), 1(Integer), 140554.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 143.0(Double), 983.9(Double), 140697.7(Double), 36.4(Double), 100.0(Double), 69251.0(Double), 1177305.0(Double), 01(String) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465985(Integer), 104(Integer), 2(Integer), 36366.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 35.9(Double), 968.8(Double), 34779.9(Double), 48.6(Double), 99.5(Double), 13022.0(Double), 659385.0(Double), 01(String) [07:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:37] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:37] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":84.1,"todayHours":0.1,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1932185.0,"currPower":168.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"136684.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"72433.0","todayEnergy":"72433.0","lifetimeEnergy":"1258601.0","dcCurr":"142.3","dcVolt":"956.0","dcPower":"136038.8","temp":"36.7","powerFactor":"84.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"31388.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11648.0","todayEnergy":"11648.0","lifetimeEnergy":"673584.0","dcCurr":"16.4","dcVolt":"998.4","dcPower":"16373.8","temp":"47.1","powerFactor":"92.2","ivtStatus":"01"}] }} [07:05:37] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 07(String), 05(String), 168.1(Float), 84.1(Float), 0.1(Float), 1932185.0(Float), 01(String) [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465986(Integer), 103(Integer), 1(Integer), 136684.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 142.3(Double), 956.0(Double), 136038.8(Double), 36.7(Double), 84.7(Double), 72433.0(Double), 1258601.0(Double), 01(String) [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465986(Integer), 103(Integer), 2(Integer), 31388.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 16.4(Double), 998.4(Double), 16373.8(Double), 47.1(Double), 92.2(Double), 11648.0(Double), 673584.0(Double), 01(String) [07:05:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:40] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:40] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":55.8,"todayHours":0.1,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556188.0,"currPower":67.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"47452.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"42844.0","todayEnergy":"42844.0","lifetimeEnergy":"1058141.0","dcCurr":"53.1","dcVolt":"933.4","dcPower":"49563.5","temp":"44.5","powerFactor":"86.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20315.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"12924.0","todayEnergy":"12924.0","lifetimeEnergy":"498047.0","dcCurr":"18.0","dcVolt":"960.2","dcPower":"17283.6","temp":"48.5","powerFactor":"86.9","ivtStatus":"01"}] }} [07:05:40] [DEBUG] controller.InverterController - ------------------------------------------ [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 07(String), 05(String), 67.8(Float), 55.8(Float), 0.1(Float), 1556188.0(Float), 01(String) [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465987(Integer), 110(Integer), 1(Integer), 47452.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 53.1(Double), 933.4(Double), 49563.5(Double), 44.5(Double), 86.6(Double), 42844.0(Double), 1058141.0(Double), 01(String) [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465987(Integer), 110(Integer), 2(Integer), 20315.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 18.0(Double), 960.2(Double), 17283.6(Double), 48.5(Double), 86.9(Double), 12924.0(Double), 498047.0(Double), 01(String) [07:05:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:16:38] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [07:16:41] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:16:41] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :elt02, login_channel : null [07:16:41] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:41] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:16:41] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [07:16:41] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:16:41] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/view.co [07:16:41] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:16:41] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : elt02 [07:16:41] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [07:16:41] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:41] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : elt02, mappingList.size : 1 [07:16:41] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:16:41] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[elt02] roles roles [0]ROLE_01 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String), 01(String), B2B18C70842B7E10EA48D0A050AF20BA(String), PHONE(String) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 465968(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:16:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 465968(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:20:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [07:21:52] [DEBUG] controller.EssController - ----------------------------------------------- [07:21:52] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [07:21:52] [DEBUG] controller.EssController - ----------------------------------------------- [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107557(Integer) [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:21:52] [DEBUG] controller.EssController - ----------------------------------------------- [07:21:52] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 223.62.148.44, 223.62.148.44, param : code=404 [07:21:52] [DEBUG] controller.EssController - ----------------------------------------------- [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:21:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:21:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [07:21:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [07:21:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:21:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [07:21:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [07:21:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [07:21:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [07:21:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [07:21:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:25:03] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:03] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":154.9,"todayHours":0.2,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1704723.0,"currPower":219.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"167963.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"118213.0","todayEnergy":"118213.0","lifetimeEnergy":"1104051.0","dcCurr":"175.9","dcVolt":"933.6","dcPower":"164220.2","temp":"35.3","powerFactor":"86.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"51856.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"36704.0","todayEnergy":"36704.0","lifetimeEnergy":"600672.0","dcCurr":"51.5","dcVolt":"951.2","dcPower":"48986.8","temp":"33.6","powerFactor":"94.5","ivtStatus":"01"}] }} [07:25:03] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 07(String), 25(String), 219.8(Float), 154.9(Float), 0.2(Float), 1704723.0(Float), 01(String) [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465988(Integer), 106(Integer), 1(Integer), 167963.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 175.9(Double), 933.6(Double), 164220.2(Double), 35.3(Double), 86.8(Double), 118213.0(Double), 1104051.0(Double), 01(String) [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465988(Integer), 106(Integer), 2(Integer), 51856.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 51.5(Double), 951.2(Double), 48986.8(Double), 33.6(Double), 94.5(Double), 36704.0(Double), 600672.0(Double), 01(String) [07:25:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:04] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:04] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":135.5,"todayHours":0.1,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1891807.0,"currPower":216.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"173323.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"108332.0","todayEnergy":"108332.0","lifetimeEnergy":"1417922.0","dcCurr":"204.1","dcVolt":"962.3","dcPower":"196405.4","temp":"35.9","powerFactor":"84.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"43195.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"27192.0","todayEnergy":"27192.0","lifetimeEnergy":"473885.0","dcCurr":"43.2","dcVolt":"972.5","dcPower":"42012.0","temp":"45.3","powerFactor":"90.6","ivtStatus":"01"}] }} [07:25:04] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 07(String), 25(String), 216.5(Float), 135.5(Float), 0.1(Float), 1891807.0(Float), 01(String) [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465989(Integer), 111(Integer), 1(Integer), 173323.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 204.1(Double), 962.3(Double), 196405.4(Double), 35.9(Double), 84.1(Double), 108332.0(Double), 1417922.0(Double), 01(String) [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465989(Integer), 111(Integer), 2(Integer), 43195.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 43.2(Double), 972.5(Double), 42012.0(Double), 45.3(Double), 90.6(Double), 27192.0(Double), 473885.0(Double), 01(String) [07:25:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:10] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:10] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":104.3,"todayHours":0.1,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1876629.0,"currPower":158.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"136554.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"92337.0","todayEnergy":"92337.0","lifetimeEnergy":"1198974.0","dcCurr":"148.0","dcVolt":"948.7","dcPower":"140407.6","temp":"34.1","powerFactor":"86.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"21831.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11994.0","todayEnergy":"11994.0","lifetimeEnergy":"677655.0","dcCurr":"20.6","dcVolt":"983.3","dcPower":"20256.0","temp":"42.6","powerFactor":"88.7","ivtStatus":"01"}] }} [07:25:10] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 07(String), 25(String), 158.4(Float), 104.3(Float), 0.1(Float), 1876629.0(Float), 01(String) [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465990(Integer), 113(Integer), 1(Integer), 136554.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 148.0(Double), 948.7(Double), 140407.6(Double), 34.1(Double), 86.3(Double), 92337.0(Double), 1198974.0(Double), 01(String) [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465990(Integer), 113(Integer), 2(Integer), 21831.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 20.6(Double), 983.3(Double), 20256.0(Double), 42.6(Double), 88.7(Double), 11994.0(Double), 677655.0(Double), 01(String) [07:25:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:11] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:11] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":11.7,"todayHours":0.1,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11416.0,"currPower":13.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"13500.0","acFreq":"0.0","apparentPower":"13.5","reactivePower":"0.0","acEnergy":"11700.0","todayEnergy":"11700.0","lifetimeEnergy":"11416.0","dcCurr":"5.0","dcVolt":"441.9","dcPower":"2209.5","temp":"57.4","powerFactor":"6455.6","ivtStatus":"01"}] }} [07:25:11] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 07(String), 25(String), 13.5(Float), 11.7(Float), 0.1(Float), 11416.0(Float), 01(String) [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465991(Integer), 142(Integer), 1(Integer), 13500.0(Double), 0.0(Double), 13.5(Double), 0.0(Double), 5.0(Double), 441.9(Double), 2209.5(Double), 57.4(Double), 6455.6(Double), 11700.0(Double), 11416.0(Double), 01(String) [07:25:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:15] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:15] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":23.5,"todayHours":0.1,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266325.8,"currPower":21.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"10226.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"6600.0","todayEnergy":"6600.0","lifetimeEnergy":"93255.6","dcCurr":"55.0","dcVolt":"556.0","dcPower":"30580.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"4665.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"3900.0","todayEnergy":"3900.0","lifetimeEnergy":"87843.6","dcCurr":"20.0","dcVolt":"544.0","dcPower":"10880.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"6954.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"13000.0","todayEnergy":"13000.0","lifetimeEnergy":"85226.6","dcCurr":"38.0","dcVolt":"544.0","dcPower":"20672.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:25:15] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 07(String), 25(String), 21.8(Float), 23.5(Float), 0.1(Float), 266325.8(Float), 01(String) [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465992(Integer), 132(Integer), 1(Integer), 10226.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 55.0(Double), 556.0(Double), 30580.0(Double), 48.0(Double), 0.0(Double), 6600.0(Double), 93255.6(Double), 01(String) [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465992(Integer), 132(Integer), 2(Integer), 4665.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 20.0(Double), 544.0(Double), 10880.0(Double), 49.0(Double), 0.0(Double), 3900.0(Double), 87843.6(Double), 01(String) [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465992(Integer), 132(Integer), 3(Integer), 6954.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 38.0(Double), 544.0(Double), 20672.0(Double), 45.0(Double), 0.0(Double), 13000.0(Double), 85226.6(Double), 01(String) [07:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:16] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:16] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":139.7,"todayHours":0.1,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1694034.0,"currPower":202.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"155778.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"109620.0","todayEnergy":"109620.0","lifetimeEnergy":"1090718.0","dcCurr":"165.2","dcVolt":"947.7","dcPower":"156560.0","temp":"35.2","powerFactor":"84.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"47152.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"30041.0","todayEnergy":"30041.0","lifetimeEnergy":"603316.0","dcCurr":"50.5","dcVolt":"944.9","dcPower":"47717.5","temp":"33.8","powerFactor":"91.3","ivtStatus":"01"}] }} [07:25:16] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 07(String), 25(String), 202.9(Float), 139.7(Float), 0.1(Float), 1694034.0(Float), 01(String) [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465993(Integer), 124(Integer), 1(Integer), 155778.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 165.2(Double), 947.7(Double), 156560.0(Double), 35.2(Double), 84.7(Double), 109620.0(Double), 1090718.0(Double), 01(String) [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465993(Integer), 124(Integer), 2(Integer), 47152.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 50.5(Double), 944.9(Double), 47717.5(Double), 33.8(Double), 91.3(Double), 30041.0(Double), 603316.0(Double), 01(String) [07:25:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:18] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:18] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":8.2,"todayHours":0.0,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199309.0,"currPower":8.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"4300.0","acFreq":"0.0","apparentPower":"4.3","reactivePower":"0.3","acEnergy":"4200.0","todayEnergy":"4200.0","lifetimeEnergy":"101028.0","dcCurr":"2.3","dcVolt":"552.4","dcPower":"1270.5","temp":"46.2","powerFactor":"91.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"4300.0","acFreq":"0.0","apparentPower":"4.3","reactivePower":"0.0","acEnergy":"4000.0","todayEnergy":"4000.0","lifetimeEnergy":"98281.0","dcCurr":"2.4","dcVolt":"558.5","dcPower":"1340.4","temp":"46.9","powerFactor":"90.0","ivtStatus":"01"}] }} [07:25:18] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 07(String), 25(String), 8.6(Float), 8.2(Float), 0.0(Float), 199309.0(Float), 01(String) [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465994(Integer), 134(Integer), 1(Integer), 4300.0(Double), 0.0(Double), 4.3(Double), 0.3(Double), 2.3(Double), 552.4(Double), 1270.5(Double), 46.2(Double), 91.0(Double), 4200.0(Double), 101028.0(Double), 01(String) [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465994(Integer), 134(Integer), 2(Integer), 4300.0(Double), 0.0(Double), 4.3(Double), 0.0(Double), 2.4(Double), 558.5(Double), 1340.4(Double), 46.9(Double), 90.0(Double), 4000.0(Double), 98281.0(Double), 01(String) [07:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:21] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":43.4,"todayHours":0.2,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413628.0,"currPower":60.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"15000.0","acFreq":"0.0","apparentPower":"15.0","reactivePower":"0.8","acEnergy":"10900.0","todayEnergy":"10900.0","lifetimeEnergy":"100826.0","dcCurr":"26.6","dcVolt":"550.7","dcPower":"14649.5","temp":"70.1","powerFactor":"99.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"15300.0","acFreq":"0.0","apparentPower":"15.3","reactivePower":"1.5","acEnergy":"11100.0","todayEnergy":"11100.0","lifetimeEnergy":"102340.0","dcCurr":"26.8","dcVolt":"551.7","dcPower":"14786.5","temp":"59.3","powerFactor":"99.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"14800.0","acFreq":"0.0","apparentPower":"14.8","reactivePower":"1.5","acEnergy":"10600.0","todayEnergy":"10600.0","lifetimeEnergy":"103921.0","dcCurr":"26.0","dcVolt":"555.6","dcPower":"14446.5","temp":"68.1","powerFactor":"99.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"15200.0","acFreq":"0.0","apparentPower":"15.2","reactivePower":"1.6","acEnergy":"10900.0","todayEnergy":"10900.0","lifetimeEnergy":"106541.0","dcCurr":"26.8","dcVolt":"549.4","dcPower":"14723.9","temp":"60.4","powerFactor":"99.0","ivtStatus":"01"}] }} [07:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 07(String), 25(String), 60.3(Float), 43.4(Float), 0.2(Float), 413628.0(Float), 01(String) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465995(Integer), 99(Integer), 1(Integer), 15000.0(Double), 0.0(Double), 15.0(Double), 0.8(Double), 26.6(Double), 550.7(Double), 14649.5(Double), 70.1(Double), 99.0(Double), 10900.0(Double), 100826.0(Double), 01(String) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465995(Integer), 99(Integer), 2(Integer), 15300.0(Double), 0.0(Double), 15.3(Double), 1.5(Double), 26.8(Double), 551.7(Double), 14786.5(Double), 59.3(Double), 99.0(Double), 11100.0(Double), 102340.0(Double), 01(String) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465995(Integer), 99(Integer), 3(Integer), 14800.0(Double), 0.0(Double), 14.8(Double), 1.5(Double), 26.0(Double), 555.6(Double), 14446.5(Double), 68.1(Double), 99.0(Double), 10600.0(Double), 103921.0(Double), 01(String) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465995(Integer), 99(Integer), 4(Integer), 15200.0(Double), 0.0(Double), 15.2(Double), 1.6(Double), 26.8(Double), 549.4(Double), 14723.9(Double), 60.4(Double), 99.0(Double), 10900.0(Double), 106541.0(Double), 01(String) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:21] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":152.1,"todayHours":0.2,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1808480.0,"currPower":220.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"165335.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"112734.0","todayEnergy":"112734.0","lifetimeEnergy":"1172648.0","dcCurr":"181.9","dcVolt":"931.1","dcPower":"169367.1","temp":"38.7","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"55179.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"39383.0","todayEnergy":"39383.0","lifetimeEnergy":"635832.0","dcCurr":"58.1","dcVolt":"954.3","dcPower":"55444.8","temp":"37.7","powerFactor":"99.5","ivtStatus":"01"}] }} [07:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 07(String), 25(String), 220.5(Float), 152.1(Float), 0.2(Float), 1808480.0(Float), 01(String) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465996(Integer), 126(Integer), 1(Integer), 165335.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 181.9(Double), 931.1(Double), 169367.1(Double), 38.7(Double), 100.0(Double), 112734.0(Double), 1172648.0(Double), 01(String) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465996(Integer), 126(Integer), 2(Integer), 55179.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 58.1(Double), 954.3(Double), 55444.8(Double), 37.7(Double), 99.5(Double), 39383.0(Double), 635832.0(Double), 01(String) [07:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:23] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":7.6,"todayHours":0.1,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":90945.0,"currPower":13.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"13100.0","acFreq":"0.0","apparentPower":"13.1","reactivePower":"0.6","acEnergy":"7600.0","todayEnergy":"7600.0","lifetimeEnergy":"90945.0","dcCurr":"10.4","dcVolt":"515.2","dcPower":"5357.7","temp":"52.5","powerFactor":"98.0","ivtStatus":"01"}] }} [07:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 07(String), 25(String), 13.1(Float), 7.6(Float), 0.1(Float), 90945.0(Float), 01(String) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465997(Integer), 138(Integer), 1(Integer), 13100.0(Double), 0.0(Double), 13.1(Double), 0.6(Double), 10.4(Double), 515.2(Double), 5357.7(Double), 52.5(Double), 98.0(Double), 7600.0(Double), 90945.0(Double), 01(String) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:23] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":15.6,"todayHours":0.2,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212487.8,"currPower":22.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"11424.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"8000.0","todayEnergy":"8000.0","lifetimeEnergy":"112445.7","dcCurr":"22.0","dcVolt":"533.0","dcPower":"11726.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"11121.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"7600.0","todayEnergy":"7600.0","lifetimeEnergy":"100042.1","dcCurr":"33.0","dcVolt":"558.0","dcPower":"18414.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 07(String), 25(String), 22.5(Float), 15.6(Float), 0.2(Float), 212487.8(Float), 01(String) [07:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:23] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":86.3,"todayHours":0.1,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1791804.0,"currPower":117.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"99353.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"75108.0","todayEnergy":"75108.0","lifetimeEnergy":"1171875.0","dcCurr":"106.4","dcVolt":"947.0","dcPower":"100760.8","temp":"47.8","powerFactor":"82.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"18404.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11213.0","todayEnergy":"11213.0","lifetimeEnergy":"619929.0","dcCurr":"4.6","dcVolt":"968.9","dcPower":"4456.9","temp":"47.9","powerFactor":"96.4","ivtStatus":"01"}] }} [07:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465998(Integer), 129(Integer), 1(Integer), 11424.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 22.0(Double), 533.0(Double), 11726.0(Double), 46.0(Double), 0.0(Double), 8000.0(Double), 112445.7(Double), 01(String) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465998(Integer), 129(Integer), 2(Integer), 11121.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 33.0(Double), 558.0(Double), 18414.0(Double), 49.0(Double), 0.0(Double), 7600.0(Double), 100042.1(Double), 01(String) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 07(String), 25(String), 117.8(Float), 86.3(Float), 0.1(Float), 1791804.0(Float), 01(String) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465999(Integer), 108(Integer), 1(Integer), 99353.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 106.4(Double), 947.0(Double), 100760.8(Double), 47.8(Double), 82.2(Double), 75108.0(Double), 1171875.0(Double), 01(String) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 465999(Integer), 108(Integer), 2(Integer), 18404.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 4.6(Double), 968.9(Double), 4456.9(Double), 47.9(Double), 96.4(Double), 11213.0(Double), 619929.0(Double), 01(String) [07:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:24] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":10.7,"todayHours":0.1,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124641.0,"currPower":13.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"13600.0","acFreq":"0.0","apparentPower":"13.6","reactivePower":"0.3","acEnergy":"10700.0","todayEnergy":"10700.0","lifetimeEnergy":"124641.0","dcCurr":"8.7","dcVolt":"545.2","dcPower":"4743.2","temp":"39.4","powerFactor":"98.0","ivtStatus":"01"}] }} [07:25:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 07(String), 25(String), 13.6(Float), 10.7(Float), 0.1(Float), 124641.0(Float), 01(String) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466000(Integer), 135(Integer), 1(Integer), 13600.0(Double), 0.0(Double), 13.6(Double), 0.3(Double), 8.7(Double), 545.2(Double), 4743.2(Double), 39.4(Double), 98.0(Double), 10700.0(Double), 124641.0(Double), 01(String) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:24] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":10.6,"todayHours":0.1,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130606.0,"currPower":19.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"13400.0","acFreq":"0.0","apparentPower":"13.5","reactivePower":"6551.5","acEnergy":"7200.0","todayEnergy":"7200.0","lifetimeEnergy":"90124.0","dcCurr":"11.0","dcVolt":"707.6","dcPower":"7784.0","temp":"56.4","powerFactor":"6457.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"5700.0","acFreq":"0.0","apparentPower":"5.8","reactivePower":"1.5","acEnergy":"3400.0","todayEnergy":"3400.0","lifetimeEnergy":"40482.0","dcCurr":"9.0","dcVolt":"553.8","dcPower":"4984.2","temp":"51.6","powerFactor":"95.0","ivtStatus":"01"}] }} [07:25:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 07(String), 25(String), 19.1(Float), 10.6(Float), 0.1(Float), 130606.0(Float), 01(String) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466001(Integer), 137(Integer), 1(Integer), 13400.0(Double), 0.0(Double), 13.5(Double), 6551.5(Double), 11.0(Double), 707.6(Double), 7784.0(Double), 56.4(Double), 6457.6(Double), 7200.0(Double), 90124.0(Double), 01(String) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466001(Integer), 137(Integer), 2(Integer), 5700.0(Double), 0.0(Double), 5.8(Double), 1.5(Double), 9.0(Double), 553.8(Double), 4984.2(Double), 51.6(Double), 95.0(Double), 3400.0(Double), 40482.0(Double), 01(String) [07:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:25] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":160.2,"todayHours":0.2,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1833095.0,"currPower":222.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"171718.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"122360.0","todayEnergy":"122360.0","lifetimeEnergy":"1186776.0","dcCurr":"182.1","dcVolt":"940.8","dcPower":"171319.7","temp":"34.6","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"51211.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"37797.0","todayEnergy":"37797.0","lifetimeEnergy":"646319.0","dcCurr":"54.1","dcVolt":"959.8","dcPower":"51925.2","temp":"48.8","powerFactor":"99.9","ivtStatus":"01"}] }} [07:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [07:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:25] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":22.1,"todayHours":0.1,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345150.9,"currPower":34.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"11355.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"7500.0","todayEnergy":"7500.0","lifetimeEnergy":"115745.7","dcCurr":"74.0","dcVolt":"546.0","dcPower":"40404.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"10769.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"6900.0","todayEnergy":"6900.0","lifetimeEnergy":"106748.9","dcCurr":"49.0","dcVolt":"592.0","dcPower":"29008.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"12130.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"7700.0","todayEnergy":"7700.0","lifetimeEnergy":"122656.3","dcCurr":"77.0","dcVolt":"588.0","dcPower":"45276.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 07(String), 25(String), 222.9(Float), 160.2(Float), 0.2(Float), 1833095.0(Float), 01(String) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 07(String), 25(String), 34.3(Float), 22.1(Float), 0.1(Float), 345150.9(Float), 01(String) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466002(Integer), 120(Integer), 1(Integer), 171718.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 182.1(Double), 940.8(Double), 171319.7(Double), 34.6(Double), 100.0(Double), 122360.0(Double), 1186776.0(Double), 01(String) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466002(Integer), 120(Integer), 2(Integer), 51211.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 54.1(Double), 959.8(Double), 51925.2(Double), 48.8(Double), 99.9(Double), 37797.0(Double), 646319.0(Double), 01(String) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466003(Integer), 127(Integer), 1(Integer), 11355.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 74.0(Double), 546.0(Double), 40404.0(Double), 48.0(Double), 0.0(Double), 7500.0(Double), 115745.7(Double), 01(String) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466003(Integer), 127(Integer), 2(Integer), 10769.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 49.0(Double), 592.0(Double), 29008.0(Double), 47.0(Double), 0.0(Double), 6900.0(Double), 106748.9(Double), 01(String) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466003(Integer), 127(Integer), 3(Integer), 12130.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 77.0(Double), 588.0(Double), 45276.0(Double), 47.0(Double), 0.0(Double), 7700.0(Double), 122656.3(Double), 01(String) [07:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:26] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":53.4,"todayHours":0.1,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":854862.2,"currPower":66.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"14905.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"11940.0","todayEnergy":"11940.0","lifetimeEnergy":"191075.4","dcCurr":"24.2","dcVolt":"628.6","dcPower":"15237.3","temp":"39.3","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"14779.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11770.0","todayEnergy":"11770.0","lifetimeEnergy":"190108.1","dcCurr":"24.3","dcVolt":"625.5","dcPower":"15174.0","temp":"39.3","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"14837.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"11960.0","todayEnergy":"11960.0","lifetimeEnergy":"190107.8","dcCurr":"24.3","dcVolt":"624.1","dcPower":"15184.1","temp":"38.8","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"4","acPower":"14819.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11900.0","todayEnergy":"11900.0","lifetimeEnergy":"186963.6","dcCurr":"679.4","dcVolt":"630.4","dcPower":"428325.5","temp":"38.6","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"7559.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"5980.0","todayEnergy":"5980.0","lifetimeEnergy":"96607.4","dcCurr":"12.7","dcVolt":"611.6","dcPower":"7767.5","temp":"48.7","powerFactor":"10.0","ivtStatus":"01"}] }} [07:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 07(String), 25(String), 66.6(Float), 53.4(Float), 0.1(Float), 854862.2(Float), 01(String) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466004(Integer), 128(Integer), 1(Integer), 14905.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 24.2(Double), 628.6(Double), 15237.3(Double), 39.3(Double), 645.4(Double), 11940.0(Double), 191075.4(Double), 01(String) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466004(Integer), 128(Integer), 2(Integer), 14779.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 24.3(Double), 625.5(Double), 15174.0(Double), 39.3(Double), 10.0(Double), 11770.0(Double), 190108.1(Double), 01(String) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466004(Integer), 128(Integer), 3(Integer), 14837.0(Double), 600.1(Double), 0.0(Double), -0.0(Double), 24.3(Double), 624.1(Double), 15184.1(Double), 38.8(Double), 645.4(Double), 11960.0(Double), 190107.8(Double), 01(String) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466004(Integer), 128(Integer), 4(Integer), 14819.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 679.4(Double), 630.4(Double), 428325.5(Double), 38.6(Double), 10.0(Double), 11900.0(Double), 186963.6(Double), 01(String) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466004(Integer), 128(Integer), 5(Integer), 7559.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 12.7(Double), 611.6(Double), 7767.5(Double), 48.7(Double), 10.0(Double), 5980.0(Double), 96607.4(Double), 01(String) [07:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:27] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":136.6,"todayHours":0.1,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1875497.0,"currPower":192.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"146451.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"103236.0","todayEnergy":"103236.0","lifetimeEnergy":"1216058.0","dcCurr":"149.5","dcVolt":"965.9","dcPower":"144402.0","temp":"34.6","powerFactor":"83.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"45685.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33322.0","todayEnergy":"33322.0","lifetimeEnergy":"659439.0","dcCurr":"46.5","dcVolt":"972.2","dcPower":"45207.3","temp":"49.2","powerFactor":"94.8","ivtStatus":"01"}] }} [07:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 07(String), 25(String), 192.1(Float), 136.6(Float), 0.1(Float), 1875497.0(Float), 01(String) [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466005(Integer), 112(Integer), 1(Integer), 146451.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 149.5(Double), 965.9(Double), 144402.0(Double), 34.6(Double), 83.2(Double), 103236.0(Double), 1216058.0(Double), 01(String) [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466005(Integer), 112(Integer), 2(Integer), 45685.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 46.5(Double), 972.2(Double), 45207.3(Double), 49.2(Double), 94.8(Double), 33322.0(Double), 659439.0(Double), 01(String) [07:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:28] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":45.4,"todayHours":0.1,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":141573.0,"currPower":98.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"23000.0","acFreq":"0.0","apparentPower":"23.0","reactivePower":"0.0","acEnergy":"10600.0","todayEnergy":"10600.0","lifetimeEnergy":"35801.0","dcCurr":"13.6","dcVolt":"634.5","dcPower":"8629.2","temp":"65.1","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"25100.0","acFreq":"0.0","apparentPower":"25.1","reactivePower":"0.2","acEnergy":"11500.0","todayEnergy":"11500.0","lifetimeEnergy":"35393.0","dcCurr":"18.2","dcVolt":"632.1","dcPower":"11504.2","temp":"69.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"23700.0","acFreq":"0.0","apparentPower":"23.7","reactivePower":"0.1","acEnergy":"11100.0","todayEnergy":"11100.0","lifetimeEnergy":"35523.0","dcCurr":"15.5","dcVolt":"635.9","dcPower":"9856.4","temp":"66.9","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"27000.0","acFreq":"0.0","apparentPower":"27.0","reactivePower":"0.2","acEnergy":"12200.0","todayEnergy":"12200.0","lifetimeEnergy":"34856.0","dcCurr":"15.8","dcVolt":"636.8","dcPower":"10061.4","temp":"71.8","powerFactor":"100.0","ivtStatus":"01"}] }} [07:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 07(String), 25(String), 98.8(Float), 45.4(Float), 0.1(Float), 141573.0(Float), 01(String) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466006(Integer), 139(Integer), 1(Integer), 23000.0(Double), 0.0(Double), 23.0(Double), 0.0(Double), 13.6(Double), 634.5(Double), 8629.2(Double), 65.1(Double), 6454.6(Double), 10600.0(Double), 35801.0(Double), 01(String) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466006(Integer), 139(Integer), 2(Integer), 25100.0(Double), 0.0(Double), 25.1(Double), 0.2(Double), 18.2(Double), 632.1(Double), 11504.2(Double), 69.5(Double), 100.0(Double), 11500.0(Double), 35393.0(Double), 01(String) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466006(Integer), 139(Integer), 3(Integer), 23700.0(Double), 0.0(Double), 23.7(Double), 0.1(Double), 15.5(Double), 635.9(Double), 9856.4(Double), 66.9(Double), 100.0(Double), 11100.0(Double), 35523.0(Double), 01(String) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466006(Integer), 139(Integer), 4(Integer), 27000.0(Double), 0.0(Double), 27.0(Double), 0.2(Double), 15.8(Double), 636.8(Double), 10061.4(Double), 71.8(Double), 100.0(Double), 12200.0(Double), 34856.0(Double), 01(String) [07:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:29] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":147.1,"todayHours":0.1,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1906188.0,"currPower":196.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"127846.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"93181.0","todayEnergy":"93181.0","lifetimeEnergy":"1244593.0","dcCurr":"134.0","dcVolt":"933.1","dcPower":"125035.4","temp":"34.8","powerFactor":"84.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"68720.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"53899.0","todayEnergy":"53899.0","lifetimeEnergy":"661595.0","dcCurr":"67.4","dcVolt":"959.3","dcPower":"64656.8","temp":"34.3","powerFactor":"94.1","ivtStatus":"01"}] }} [07:25:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 07(String), 25(String), 196.6(Float), 147.1(Float), 0.1(Float), 1906188.0(Float), 01(String) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466007(Integer), 107(Integer), 1(Integer), 127846.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 134.0(Double), 933.1(Double), 125035.4(Double), 34.8(Double), 84.4(Double), 93181.0(Double), 1244593.0(Double), 01(String) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466007(Integer), 107(Integer), 2(Integer), 68720.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 67.4(Double), 959.3(Double), 64656.8(Double), 34.3(Double), 94.1(Double), 53899.0(Double), 661595.0(Double), 01(String) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:29] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":13.5,"todayHours":0.1,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":105991.0,"currPower":20.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"20400.0","acFreq":"0.0","apparentPower":"20.4","reactivePower":"6553.2","acEnergy":"13500.0","todayEnergy":"13500.0","lifetimeEnergy":"105991.0","dcCurr":"16.7","dcVolt":"505.3","dcPower":"8439.1","temp":"33.5","powerFactor":"6455.6","ivtStatus":"01"}] }} [07:25:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 07(String), 25(String), 20.4(Float), 13.5(Float), 0.1(Float), 105991.0(Float), 01(String) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466008(Integer), 136(Integer), 1(Integer), 20400.0(Double), 0.0(Double), 20.4(Double), 6553.2(Double), 16.7(Double), 505.3(Double), 8439.1(Double), 33.5(Double), 6455.6(Double), 13500.0(Double), 105991.0(Double), 01(String) [07:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:30] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":146.6,"todayHours":0.1,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1731859.0,"currPower":211.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"170056.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"117785.0","todayEnergy":"117785.0","lifetimeEnergy":"1130059.0","dcCurr":"182.7","dcVolt":"937.1","dcPower":"171208.2","temp":"35.8","powerFactor":"82.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"41628.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"28776.0","todayEnergy":"28776.0","lifetimeEnergy":"601800.0","dcCurr":"40.4","dcVolt":"982.7","dcPower":"39701.1","temp":"37.0","powerFactor":"92.6","ivtStatus":"01"}] }} [07:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 07(String), 25(String), 211.7(Float), 146.6(Float), 0.1(Float), 1731859.0(Float), 01(String) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466009(Integer), 125(Integer), 1(Integer), 170056.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 182.7(Double), 937.1(Double), 171208.2(Double), 35.8(Double), 82.5(Double), 117785.0(Double), 1130059.0(Double), 01(String) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466009(Integer), 125(Integer), 2(Integer), 41628.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 40.4(Double), 982.7(Double), 39701.1(Double), 37.0(Double), 92.6(Double), 28776.0(Double), 601800.0(Double), 01(String) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:30] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":26.0,"todayHours":0.2,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255138.0,"currPower":36.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"13016.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"9200.0","todayEnergy":"9200.0","lifetimeEnergy":"90396.5","dcCurr":"80.0","dcVolt":"575.0","dcPower":"46000.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"11448.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"8100.0","todayEnergy":"8100.0","lifetimeEnergy":"79466.6","dcCurr":"53.0","dcVolt":"565.0","dcPower":"29945.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"12313.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"8700.0","todayEnergy":"8700.0","lifetimeEnergy":"85274.9","dcCurr":"80.0","dcVolt":"527.0","dcPower":"42160.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 07(String), 25(String), 36.8(Float), 26.0(Float), 0.2(Float), 255138.0(Float), 01(String) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466010(Integer), 131(Integer), 1(Integer), 13016.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 80.0(Double), 575.0(Double), 46000.0(Double), 48.0(Double), 0.0(Double), 9200.0(Double), 90396.5(Double), 01(String) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466010(Integer), 131(Integer), 2(Integer), 11448.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 53.0(Double), 565.0(Double), 29945.0(Double), 46.0(Double), 0.0(Double), 8100.0(Double), 79466.6(Double), 01(String) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466010(Integer), 131(Integer), 3(Integer), 12313.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 80.0(Double), 527.0(Double), 42160.0(Double), 49.0(Double), 0.0(Double), 8700.0(Double), 85274.9(Double), 01(String) [07:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:31] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":8.1,"todayHours":0.1,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15878.0,"currPower":8.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"8300.0","acFreq":"0.0","apparentPower":"8.4","reactivePower":"1.7","acEnergy":"8100.0","todayEnergy":"8100.0","lifetimeEnergy":"15878.0","dcCurr":"10.9","dcVolt":"734.2","dcPower":"8002.4","temp":"66.6","powerFactor":"98.0","ivtStatus":"01"}] }} [07:25:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [07:25:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:31] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":9.4,"todayHours":0.1,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27285.0,"currPower":13.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"13900.0","acFreq":"0.0","apparentPower":"13.9","reactivePower":"6552.8","acEnergy":"9400.0","todayEnergy":"9400.0","lifetimeEnergy":"27285.0","dcCurr":"5.4","dcVolt":"701.9","dcPower":"3790.1","temp":"65.3","powerFactor":"6455.6","ivtStatus":"01"}] }} [07:25:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 07(String), 25(String), 8.3(Float), 8.1(Float), 0.1(Float), 15878.0(Float), 01(String) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 07(String), 25(String), 13.9(Float), 9.4(Float), 0.1(Float), 27285.0(Float), 01(String) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466011(Integer), 140(Integer), 1(Integer), 8300.0(Double), 0.0(Double), 8.4(Double), 1.7(Double), 10.9(Double), 734.2(Double), 8002.4(Double), 66.6(Double), 98.0(Double), 8100.0(Double), 15878.0(Double), 01(String) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466012(Integer), 141(Integer), 1(Integer), 13900.0(Double), 0.0(Double), 13.9(Double), 6552.8(Double), 5.4(Double), 701.9(Double), 3790.1(Double), 65.3(Double), 6455.6(Double), 9400.0(Double), 27285.0(Double), 01(String) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:31] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":131.7,"todayHours":0.1,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1892825.0,"currPower":253.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"199316.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"98314.0","todayEnergy":"98314.0","lifetimeEnergy":"1221155.0","dcCurr":"207.3","dcVolt":"944.6","dcPower":"195815.6","temp":"36.8","powerFactor":"83.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"54206.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33404.0","todayEnergy":"33404.0","lifetimeEnergy":"671670.0","dcCurr":"54.4","dcVolt":"944.9","dcPower":"51402.6","temp":"33.5","powerFactor":"91.2","ivtStatus":"01"}] }} [07:25:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 07(String), 25(String), 253.5(Float), 131.7(Float), 0.1(Float), 1892825.0(Float), 01(String) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466013(Integer), 109(Integer), 1(Integer), 199316.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 207.3(Double), 944.6(Double), 195815.6(Double), 36.8(Double), 83.3(Double), 98314.0(Double), 1221155.0(Double), 01(String) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466013(Integer), 109(Integer), 2(Integer), 54206.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 54.4(Double), 944.9(Double), 51402.6(Double), 33.5(Double), 91.2(Double), 33404.0(Double), 671670.0(Double), 01(String) [07:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:32] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":54.0,"todayHours":0.1,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2424398.0,"currPower":87.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"6010.0","acFreq":"0.0","apparentPower":"6.0","reactivePower":"0.0","acEnergy":"3800.0","todayEnergy":"3800.0","lifetimeEnergy":"144330.0","dcCurr":"7.9","dcVolt":"583.3","dcPower":"4608.3","temp":"30.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"6023.0","acFreq":"0.0","apparentPower":"6.0","reactivePower":"0.0","acEnergy":"3800.0","todayEnergy":"3800.0","lifetimeEnergy":"163874.0","dcCurr":"8.1","dcVolt":"573.0","dcPower":"4641.0","temp":"31.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"6043.0","acFreq":"0.0","apparentPower":"6.0","reactivePower":"0.0","acEnergy":"3800.0","todayEnergy":"3800.0","lifetimeEnergy":"147212.0","dcCurr":"7.9","dcVolt":"590.6","dcPower":"4666.0","temp":"30.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"6476.0","acFreq":"0.0","apparentPower":"6.5","reactivePower":"0.0","acEnergy":"4200.0","todayEnergy":"4200.0","lifetimeEnergy":"152469.0","dcCurr":"8.2","dcVolt":"588.0","dcPower":"4821.6","temp":"30.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"6438.0","acFreq":"0.0","apparentPower":"6.4","reactivePower":"0.0","acEnergy":"4100.0","todayEnergy":"4100.0","lifetimeEnergy":"167643.0","dcCurr":"8.3","dcVolt":"585.0","dcPower":"4855.8","temp":"31.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"6594.0","acFreq":"0.0","apparentPower":"6.6","reactivePower":"0.0","acEnergy":"4200.0","todayEnergy":"4200.0","lifetimeEnergy":"167232.0","dcCurr":"8.5","dcVolt":"579.6","dcPower":"4926.9","temp":"30.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"6117.0","acFreq":"0.0","apparentPower":"6.1","reactivePower":"0.0","acEnergy":"4000.0","todayEnergy":"4000.0","lifetimeEnergy":"140894.0","dcCurr":"7.8","dcVolt":"588.0","dcPower":"4586.7","temp":"30.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"5417.0","acFreq":"0.0","apparentPower":"5.4","reactivePower":"0.0","acEnergy":"3200.0","todayEnergy":"3200.0","lifetimeEnergy":"158138.0","dcCurr":"6.9","dcVolt":"589.5","dcPower":"4067.8","temp":"31.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"3978.0","acFreq":"0.0","apparentPower":"4.0","reactivePower":"0.0","acEnergy":"2200.0","todayEnergy":"2200.0","lifetimeEnergy":"133683.0","dcCurr":"5.0","dcVolt":"606.4","dcPower":"3031.8","temp":"30.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"5724.0","acFreq":"0.0","apparentPower":"5.7","reactivePower":"0.0","acEnergy":"3500.0","todayEnergy":"3500.0","lifetimeEnergy":"160696.0","dcCurr":"7.3","dcVolt":"590.5","dcPower":"4310.6","temp":"30.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"5819.0","acFreq":"0.0","apparentPower":"5.8","reactivePower":"0.0","acEnergy":"3600.0","todayEnergy":"3600.0","lifetimeEnergy":"160755.0","dcCurr":"7.7","dcVolt":"588.0","dcPower":"4527.9","temp":"31.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"5896.0","acFreq":"0.0","apparentPower":"5.9","reactivePower":"0.0","acEnergy":"3700.0","todayEnergy":"3700.0","lifetimeEnergy":"163300.0","dcCurr":"7.8","dcVolt":"584.0","dcPower":"4555.2","temp":"31.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"1826.0","acFreq":"0.0","apparentPower":"1.8","reactivePower":"0.0","acEnergy":"500.0","todayEnergy":"500.0","lifetimeEnergy":"160752.0","dcCurr":"2.7","dcVolt":"548.9","dcPower":"1482.1","temp":"27.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"5565.0","acFreq":"0.0","apparentPower":"5.6","reactivePower":"0.0","acEnergy":"3500.0","todayEnergy":"3500.0","lifetimeEnergy":"147404.0","dcCurr":"6.7","dcVolt":"585.9","dcPower":"3925.5","temp":"31.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"3280.0","acFreq":"0.0","apparentPower":"3.3","reactivePower":"0.0","acEnergy":"2000.0","todayEnergy":"2000.0","lifetimeEnergy":"99163.0","dcCurr":"5.4","dcVolt":"602.0","dcPower":"3250.6","temp":"31.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"6061.0","acFreq":"0.0","apparentPower":"6.1","reactivePower":"0.0","acEnergy":"3900.0","todayEnergy":"3900.0","lifetimeEnergy":"156853.0","dcCurr":"7.6","dcVolt":"590.7","dcPower":"4489.1","temp":"30.3","powerFactor":"0.0","ivtStatus":"01"}] }} [07:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 07(String), 25(String), 87.3(Float), 54.0(Float), 0.1(Float), 2424398.0(Float), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 1(Integer), 6010.0(Double), 0.0(Double), 6.0(Double), 0.0(Double), 7.9(Double), 583.3(Double), 4608.3(Double), 30.5(Double), 0.0(Double), 3800.0(Double), 144330.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 2(Integer), 6023.0(Double), 0.0(Double), 6.0(Double), 0.0(Double), 8.1(Double), 573.0(Double), 4641.0(Double), 31.6(Double), 0.0(Double), 3800.0(Double), 163874.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 3(Integer), 6043.0(Double), 0.0(Double), 6.0(Double), 0.0(Double), 7.9(Double), 590.6(Double), 4666.0(Double), 30.8(Double), 0.0(Double), 3800.0(Double), 147212.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 4(Integer), 6476.0(Double), 0.0(Double), 6.5(Double), 0.0(Double), 8.2(Double), 588.0(Double), 4821.6(Double), 30.3(Double), 0.0(Double), 4200.0(Double), 152469.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 5(Integer), 6438.0(Double), 0.0(Double), 6.4(Double), 0.0(Double), 8.3(Double), 585.0(Double), 4855.8(Double), 31.6(Double), 0.0(Double), 4100.0(Double), 167643.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 6(Integer), 6594.0(Double), 0.0(Double), 6.6(Double), 0.0(Double), 8.5(Double), 579.6(Double), 4926.9(Double), 30.9(Double), 0.0(Double), 4200.0(Double), 167232.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 7(Integer), 6117.0(Double), 0.0(Double), 6.1(Double), 0.0(Double), 7.8(Double), 588.0(Double), 4586.7(Double), 30.3(Double), 0.0(Double), 4000.0(Double), 140894.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 8(Integer), 5417.0(Double), 0.0(Double), 5.4(Double), 0.0(Double), 6.9(Double), 589.5(Double), 4067.8(Double), 31.2(Double), 0.0(Double), 3200.0(Double), 158138.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 9(Integer), 3978.0(Double), 0.0(Double), 4.0(Double), 0.0(Double), 5.0(Double), 606.4(Double), 3031.8(Double), 30.8(Double), 0.0(Double), 2200.0(Double), 133683.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 10(Integer), 5724.0(Double), 0.0(Double), 5.7(Double), 0.0(Double), 7.3(Double), 590.5(Double), 4310.6(Double), 30.3(Double), 0.0(Double), 3500.0(Double), 160696.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 11(Integer), 5819.0(Double), 0.0(Double), 5.8(Double), 0.0(Double), 7.7(Double), 588.0(Double), 4527.9(Double), 31.4(Double), 0.0(Double), 3600.0(Double), 160755.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 12(Integer), 5896.0(Double), 0.0(Double), 5.9(Double), 0.0(Double), 7.8(Double), 584.0(Double), 4555.2(Double), 31.0(Double), 0.0(Double), 3700.0(Double), 163300.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 13(Integer), 1826.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.7(Double), 548.9(Double), 1482.1(Double), 27.5(Double), 0.0(Double), 500.0(Double), 160752.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 17(Integer), 5565.0(Double), 0.0(Double), 5.6(Double), 0.0(Double), 6.7(Double), 585.9(Double), 3925.5(Double), 31.3(Double), 0.0(Double), 3500.0(Double), 147404.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 18(Integer), 3280.0(Double), 0.0(Double), 3.3(Double), 0.0(Double), 5.4(Double), 602.0(Double), 3250.6(Double), 31.0(Double), 0.0(Double), 2000.0(Double), 99163.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466014(Integer), 92(Integer), 19(Integer), 6061.0(Double), 0.0(Double), 6.1(Double), 0.0(Double), 7.6(Double), 590.7(Double), 4489.1(Double), 30.3(Double), 0.0(Double), 3900.0(Double), 156853.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:32] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":82.3,"todayHours":0.1,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3085447.0,"currPower":123.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"6286.0","acFreq":"0.0","apparentPower":"6.3","reactivePower":"0.0","acEnergy":"4100.0","todayEnergy":"4100.0","lifetimeEnergy":"152722.0","dcCurr":"8.1","dcVolt":"587.5","dcPower":"4758.5","temp":"30.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"6815.0","acFreq":"0.0","apparentPower":"6.8","reactivePower":"0.0","acEnergy":"4600.0","todayEnergy":"4600.0","lifetimeEnergy":"166507.0","dcCurr":"8.6","dcVolt":"591.8","dcPower":"5089.8","temp":"30.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"6283.0","acFreq":"0.0","apparentPower":"6.3","reactivePower":"0.0","acEnergy":"4200.0","todayEnergy":"4200.0","lifetimeEnergy":"146899.0","dcCurr":"8.1","dcVolt":"581.4","dcPower":"4709.3","temp":"30.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"6663.0","acFreq":"0.0","apparentPower":"6.7","reactivePower":"0.0","acEnergy":"4500.0","todayEnergy":"4500.0","lifetimeEnergy":"164660.0","dcCurr":"8.7","dcVolt":"578.8","dcPower":"5035.3","temp":"30.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"6240.0","acFreq":"0.0","apparentPower":"6.2","reactivePower":"0.0","acEnergy":"4000.0","todayEnergy":"4000.0","lifetimeEnergy":"147479.0","dcCurr":"8.2","dcVolt":"582.9","dcPower":"4779.5","temp":"30.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"6501.0","acFreq":"0.0","apparentPower":"6.5","reactivePower":"0.0","acEnergy":"4400.0","todayEnergy":"4400.0","lifetimeEnergy":"169621.0","dcCurr":"8.3","dcVolt":"590.6","dcPower":"4902.0","temp":"31.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"6662.0","acFreq":"0.0","apparentPower":"6.7","reactivePower":"0.0","acEnergy":"4500.0","todayEnergy":"4500.0","lifetimeEnergy":"166401.0","dcCurr":"8.7","dcVolt":"584.1","dcPower":"5081.7","temp":"32.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"6427.0","acFreq":"0.0","apparentPower":"6.4","reactivePower":"0.0","acEnergy":"4400.0","todayEnergy":"4400.0","lifetimeEnergy":"149810.0","dcCurr":"8.2","dcVolt":"589.3","dcPower":"4832.0","temp":"30.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"6534.0","acFreq":"0.0","apparentPower":"6.5","reactivePower":"0.0","acEnergy":"4400.0","todayEnergy":"4400.0","lifetimeEnergy":"165880.0","dcCurr":"8.4","dcVolt":"588.4","dcPower":"4942.3","temp":"30.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"5836.0","acFreq":"0.0","apparentPower":"5.8","reactivePower":"0.0","acEnergy":"3900.0","todayEnergy":"3900.0","lifetimeEnergy":"133648.0","dcCurr":"7.5","dcVolt":"590.0","dcPower":"4424.8","temp":"30.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"6456.0","acFreq":"0.0","apparentPower":"6.5","reactivePower":"0.0","acEnergy":"4400.0","todayEnergy":"4400.0","lifetimeEnergy":"161655.0","dcCurr":"8.3","dcVolt":"586.5","dcPower":"4867.7","temp":"31.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"5907.0","acFreq":"0.0","apparentPower":"5.9","reactivePower":"0.0","acEnergy":"4000.0","todayEnergy":"4000.0","lifetimeEnergy":"133326.0","dcCurr":"7.4","dcVolt":"591.0","dcPower":"4373.6","temp":"31.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"6108.0","acFreq":"0.0","apparentPower":"6.1","reactivePower":"0.0","acEnergy":"4100.0","todayEnergy":"4100.0","lifetimeEnergy":"159313.0","dcCurr":"8.0","dcVolt":"576.1","dcPower":"4608.5","temp":"31.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"6057.0","acFreq":"0.0","apparentPower":"6.1","reactivePower":"0.0","acEnergy":"4100.0","todayEnergy":"4100.0","lifetimeEnergy":"153109.0","dcCurr":"7.9","dcVolt":"582.4","dcPower":"4600.7","temp":"31.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"5830.0","acFreq":"0.0","apparentPower":"5.8","reactivePower":"0.0","acEnergy":"4100.0","todayEnergy":"4100.0","lifetimeEnergy":"136830.0","dcCurr":"7.4","dcVolt":"595.2","dcPower":"4404.5","temp":"31.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"5973.0","acFreq":"0.0","apparentPower":"6.0","reactivePower":"0.0","acEnergy":"3800.0","todayEnergy":"3800.0","lifetimeEnergy":"165565.0","dcCurr":"7.3","dcVolt":"591.2","dcPower":"4315.5","temp":"30.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"5981.0","acFreq":"0.0","apparentPower":"6.0","reactivePower":"0.0","acEnergy":"3900.0","todayEnergy":"3900.0","lifetimeEnergy":"161789.0","dcCurr":"7.4","dcVolt":"586.2","dcPower":"4337.9","temp":"31.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"5168.0","acFreq":"0.0","apparentPower":"5.2","reactivePower":"0.0","acEnergy":"3400.0","todayEnergy":"3400.0","lifetimeEnergy":"139440.0","dcCurr":"6.1","dcVolt":"587.9","dcPower":"3586.4","temp":"31.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"5067.0","acFreq":"0.0","apparentPower":"5.1","reactivePower":"0.0","acEnergy":"3200.0","todayEnergy":"3200.0","lifetimeEnergy":"139789.0","dcCurr":"6.3","dcVolt":"590.1","dcPower":"3717.4","temp":"31.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"6663.0","acFreq":"0.0","apparentPower":"6.7","reactivePower":"0.0","acEnergy":"4300.0","todayEnergy":"4300.0","lifetimeEnergy":"171004.0","dcCurr":"8.6","dcVolt":"584.0","dcPower":"5022.1","temp":"31.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 07(String), 25(String), 123.5(Float), 82.3(Float), 0.1(Float), 3085447.0(Float), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 1(Integer), 6286.0(Double), 0.0(Double), 6.3(Double), 0.0(Double), 8.1(Double), 587.5(Double), 4758.5(Double), 30.7(Double), 0.0(Double), 4100.0(Double), 152722.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 2(Integer), 6815.0(Double), 0.0(Double), 6.8(Double), 0.0(Double), 8.6(Double), 591.8(Double), 5089.8(Double), 30.7(Double), 0.0(Double), 4600.0(Double), 166507.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 3(Integer), 6283.0(Double), 0.0(Double), 6.3(Double), 0.0(Double), 8.1(Double), 581.4(Double), 4709.3(Double), 30.1(Double), 0.0(Double), 4200.0(Double), 146899.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 4(Integer), 6663.0(Double), 0.0(Double), 6.7(Double), 0.0(Double), 8.7(Double), 578.8(Double), 5035.3(Double), 30.8(Double), 0.0(Double), 4500.0(Double), 164660.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 5(Integer), 6240.0(Double), 0.0(Double), 6.2(Double), 0.0(Double), 8.2(Double), 582.9(Double), 4779.5(Double), 30.8(Double), 0.0(Double), 4000.0(Double), 147479.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 6(Integer), 6501.0(Double), 0.0(Double), 6.5(Double), 0.0(Double), 8.3(Double), 590.6(Double), 4902.0(Double), 31.2(Double), 0.0(Double), 4400.0(Double), 169621.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 7(Integer), 6662.0(Double), 0.0(Double), 6.7(Double), 0.0(Double), 8.7(Double), 584.1(Double), 5081.7(Double), 32.0(Double), 0.0(Double), 4500.0(Double), 166401.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 8(Integer), 6427.0(Double), 0.0(Double), 6.4(Double), 0.0(Double), 8.2(Double), 589.3(Double), 4832.0(Double), 30.5(Double), 0.0(Double), 4400.0(Double), 149810.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 9(Integer), 6534.0(Double), 0.0(Double), 6.5(Double), 0.0(Double), 8.4(Double), 588.4(Double), 4942.3(Double), 30.5(Double), 0.0(Double), 4400.0(Double), 165880.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 10(Integer), 5836.0(Double), 0.0(Double), 5.8(Double), 0.0(Double), 7.5(Double), 590.0(Double), 4424.8(Double), 30.9(Double), 0.0(Double), 3900.0(Double), 133648.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 11(Integer), 6456.0(Double), 0.0(Double), 6.5(Double), 0.0(Double), 8.3(Double), 586.5(Double), 4867.7(Double), 31.2(Double), 0.0(Double), 4400.0(Double), 161655.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 12(Integer), 5907.0(Double), 0.0(Double), 5.9(Double), 0.0(Double), 7.4(Double), 591.0(Double), 4373.6(Double), 31.5(Double), 0.0(Double), 4000.0(Double), 133326.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 13(Integer), 6108.0(Double), 0.0(Double), 6.1(Double), 0.0(Double), 8.0(Double), 576.1(Double), 4608.5(Double), 31.2(Double), 0.0(Double), 4100.0(Double), 159313.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 14(Integer), 6057.0(Double), 0.0(Double), 6.1(Double), 0.0(Double), 7.9(Double), 582.4(Double), 4600.7(Double), 31.4(Double), 0.0(Double), 4100.0(Double), 153109.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 15(Integer), 5830.0(Double), 0.0(Double), 5.8(Double), 0.0(Double), 7.4(Double), 595.2(Double), 4404.5(Double), 31.0(Double), 0.0(Double), 4100.0(Double), 136830.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 16(Integer), 5973.0(Double), 0.0(Double), 6.0(Double), 0.0(Double), 7.3(Double), 591.2(Double), 4315.5(Double), 30.3(Double), 0.0(Double), 3800.0(Double), 165565.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 17(Integer), 5981.0(Double), 0.0(Double), 6.0(Double), 0.0(Double), 7.4(Double), 586.2(Double), 4337.9(Double), 31.0(Double), 0.0(Double), 3900.0(Double), 161789.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 18(Integer), 5168.0(Double), 0.0(Double), 5.2(Double), 0.0(Double), 6.1(Double), 587.9(Double), 3586.4(Double), 31.2(Double), 0.0(Double), 3400.0(Double), 139440.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 19(Integer), 5067.0(Double), 0.0(Double), 5.1(Double), 0.0(Double), 6.3(Double), 590.1(Double), 3717.4(Double), 31.1(Double), 0.0(Double), 3200.0(Double), 139789.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466015(Integer), 93(Integer), 20(Integer), 6663.0(Double), 0.0(Double), 6.7(Double), 0.0(Double), 8.6(Double), 584.0(Double), 5022.1(Double), 31.0(Double), 0.0(Double), 4300.0(Double), 171004.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:32] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":157.5,"todayHours":0.2,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1651153.0,"currPower":223.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"173962.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"126754.0","todayEnergy":"126754.0","lifetimeEnergy":"1075746.0","dcCurr":"183.4","dcVolt":"930.0","dcPower":"170562.0","temp":"35.8","powerFactor":"99.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"49670.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"30777.0","todayEnergy":"30777.0","lifetimeEnergy":"575407.0","dcCurr":"50.3","dcVolt":"969.9","dcPower":"48786.0","temp":"42.7","powerFactor":"99.5","ivtStatus":"01"}] }} [07:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 07(String), 25(String), 223.6(Float), 157.5(Float), 0.2(Float), 1651153.0(Float), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466016(Integer), 123(Integer), 1(Integer), 173962.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 183.4(Double), 930.0(Double), 170562.0(Double), 35.8(Double), 99.9(Double), 126754.0(Double), 1075746.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466016(Integer), 123(Integer), 2(Integer), 49670.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 50.3(Double), 969.9(Double), 48786.0(Double), 42.7(Double), 99.5(Double), 30777.0(Double), 575407.0(Double), 01(String) [07:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:33] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:33] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":154.5,"todayHours":0.2,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1819895.0,"currPower":250.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"194698.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"120256.0","todayEnergy":"120256.0","lifetimeEnergy":"1194417.0","dcCurr":"210.5","dcVolt":"937.7","dcPower":"197385.9","temp":"36.9","powerFactor":"86.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"56122.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"34200.0","todayEnergy":"34200.0","lifetimeEnergy":"625478.0","dcCurr":"45.5","dcVolt":"945.7","dcPower":"43029.4","temp":"34.0","powerFactor":"96.0","ivtStatus":"01"}] }} [07:25:33] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 07(String), 25(String), 250.8(Float), 154.5(Float), 0.2(Float), 1819895.0(Float), 01(String) [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466017(Integer), 102(Integer), 1(Integer), 194698.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 210.5(Double), 937.7(Double), 197385.9(Double), 36.9(Double), 86.2(Double), 120256.0(Double), 1194417.0(Double), 01(String) [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466017(Integer), 102(Integer), 2(Integer), 56122.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 45.5(Double), 945.7(Double), 43029.4(Double), 34.0(Double), 96.0(Double), 34200.0(Double), 625478.0(Double), 01(String) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:34] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:34] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":149.1,"todayHours":0.1,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1872873.0,"currPower":245.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"195605.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"116036.0","todayEnergy":"116036.0","lifetimeEnergy":"1207154.0","dcCurr":"199.0","dcVolt":"948.4","dcPower":"188731.6","temp":"36.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"50088.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33076.0","todayEnergy":"33076.0","lifetimeEnergy":"665719.0","dcCurr":"35.9","dcVolt":"959.0","dcPower":"34428.1","temp":"33.9","powerFactor":"99.1","ivtStatus":"01"}] }} [07:25:34] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 07(String), 25(String), 245.7(Float), 149.1(Float), 0.1(Float), 1872873.0(Float), 01(String) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466018(Integer), 105(Integer), 1(Integer), 195605.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 199.0(Double), 948.4(Double), 188731.6(Double), 36.5(Double), 100.0(Double), 116036.0(Double), 1207154.0(Double), 01(String) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466018(Integer), 105(Integer), 2(Integer), 50088.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 35.9(Double), 959.0(Double), 34428.1(Double), 33.9(Double), 99.1(Double), 33076.0(Double), 665719.0(Double), 01(String) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:34] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:34] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":175.7,"todayHours":0.2,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1878275.0,"currPower":240.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"194435.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"143792.0","todayEnergy":"143792.0","lifetimeEnergy":"1227462.0","dcCurr":"202.8","dcVolt":"942.4","dcPower":"191118.7","temp":"37.8","powerFactor":"91.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"46061.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"31894.0","todayEnergy":"31894.0","lifetimeEnergy":"650813.0","dcCurr":"46.5","dcVolt":"956.6","dcPower":"44481.9","temp":"49.3","powerFactor":"91.8","ivtStatus":"01"}] }} [07:25:34] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 07(String), 25(String), 240.5(Float), 175.7(Float), 0.2(Float), 1878275.0(Float), 01(String) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466019(Integer), 122(Integer), 1(Integer), 194435.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 202.8(Double), 942.4(Double), 191118.7(Double), 37.8(Double), 91.8(Double), 143792.0(Double), 1227462.0(Double), 01(String) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466019(Integer), 122(Integer), 2(Integer), 46061.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 46.5(Double), 956.6(Double), 44481.9(Double), 49.3(Double), 91.8(Double), 31894.0(Double), 650813.0(Double), 01(String) [07:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:36] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:36] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":162.4,"todayHours":0.2,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1857666.0,"currPower":249.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"196665.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"135068.0","todayEnergy":"135068.0","lifetimeEnergy":"1220038.0","dcCurr":"207.6","dcVolt":"937.4","dcPower":"194604.3","temp":"36.7","powerFactor":"84.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"52938.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"27340.0","todayEnergy":"27340.0","lifetimeEnergy":"637628.0","dcCurr":"39.4","dcVolt":"996.1","dcPower":"39246.3","temp":"47.9","powerFactor":"86.6","ivtStatus":"01"}] }} [07:25:36] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 07(String), 25(String), 249.6(Float), 162.4(Float), 0.2(Float), 1857666.0(Float), 01(String) [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466020(Integer), 101(Integer), 1(Integer), 196665.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 207.6(Double), 937.4(Double), 194604.3(Double), 36.7(Double), 84.7(Double), 135068.0(Double), 1220038.0(Double), 01(String) [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466020(Integer), 101(Integer), 2(Integer), 52938.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 39.4(Double), 996.1(Double), 39246.3(Double), 47.9(Double), 86.6(Double), 27340.0(Double), 637628.0(Double), 01(String) [07:25:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:37] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:37] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":154.3,"todayHours":0.2,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1932256.0,"currPower":251.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"197786.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"128710.0","todayEnergy":"128710.0","lifetimeEnergy":"1258657.0","dcCurr":"204.6","dcVolt":"947.1","dcPower":"193776.7","temp":"37.4","powerFactor":"85.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"53270.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"25899.0","todayEnergy":"25899.0","lifetimeEnergy":"673599.0","dcCurr":"39.2","dcVolt":"979.8","dcPower":"38408.2","temp":"34.8","powerFactor":"92.6","ivtStatus":"01"}] }} [07:25:37] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 07(String), 25(String), 251.0(Float), 154.3(Float), 0.2(Float), 1932256.0(Float), 01(String) [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466021(Integer), 103(Integer), 1(Integer), 197786.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 204.6(Double), 947.1(Double), 193776.7(Double), 37.4(Double), 85.6(Double), 128710.0(Double), 1258657.0(Double), 01(String) [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466021(Integer), 103(Integer), 2(Integer), 53270.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 39.2(Double), 979.8(Double), 38408.2(Double), 34.8(Double), 92.6(Double), 25899.0(Double), 673599.0(Double), 01(String) [07:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:40] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:40] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":78.6,"todayHours":0.1,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556211.0,"currPower":72.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"48222.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"58189.0","todayEnergy":"58189.0","lifetimeEnergy":"1058157.0","dcCurr":"50.1","dcVolt":"1008.7","dcPower":"50535.9","temp":"49.5","powerFactor":"82.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"24470.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"20428.0","todayEnergy":"20428.0","lifetimeEnergy":"498054.0","dcCurr":"24.7","dcVolt":"944.3","dcPower":"23324.2","temp":"48.4","powerFactor":"93.4","ivtStatus":"01"}] }} [07:25:40] [DEBUG] controller.InverterController - ------------------------------------------ [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 07(String), 25(String), 72.7(Float), 78.6(Float), 0.1(Float), 1556211.0(Float), 01(String) [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466022(Integer), 110(Integer), 1(Integer), 48222.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 50.1(Double), 1008.7(Double), 50535.9(Double), 49.5(Double), 82.0(Double), 58189.0(Double), 1058157.0(Double), 01(String) [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466022(Integer), 110(Integer), 2(Integer), 24470.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 24.7(Double), 944.3(Double), 23324.2(Double), 48.4(Double), 93.4(Double), 20428.0(Double), 498054.0(Double), 01(String) [07:25:40] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:25:58] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [07:26:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:26:01] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :Elt13, login_channel : null [07:26:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: Elt13(String) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:26:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:26:01] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [07:26:01] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:26:01] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/view.co [07:26:01] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:26:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : Elt13 [07:26:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [07:26:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: Elt13(String) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: Elt13(String) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:26:01] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : Elt13, mappingList.size : 1 [07:26:01] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:26:01] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[Elt13] roles roles [0]ROLE_01 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: Elt13(String), 01(String), 7731B4A47E1F261B8504C755F0D293F3(String), PHONE(String) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 140(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 140(Integer), 2023-08-02(String) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 140(Integer), 466011(Integer), 2023-08-02(String), 2023-08-02(String), 140(Integer) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 01(String), 2023-07-19(String) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 140(Integer) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 140(Integer) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:26:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466004(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:29:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:29:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466004(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [07:31:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [07:31:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [07:31:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:31:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466004(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:31:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [07:32:47] [DEBUG] controller.EssController - ----------------------------------------------- [07:32:47] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [07:32:47] [DEBUG] controller.EssController - ----------------------------------------------- [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107558(Integer) [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:32:47] [DEBUG] controller.EssController - ----------------------------------------------- [07:32:47] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 223.62.148.44, 223.62.148.44, param : code=404 [07:32:47] [DEBUG] controller.EssController - ----------------------------------------------- [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [07:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [07:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [07:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [07:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [07:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [07:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [07:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:35:35] [DEBUG] controller.InverterController - ------------------------------------------ [07:35:35] [DEBUG] controller.InverterController - {"plantSeq":104,"todayEnergy":196.8,"todayHours":0.2,"lastdayEnergy":1836608.0,"lastdayHours":1838.4,"lifetimeEnergy":1836805.0,"currPower":277.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"220201.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"160175.0","todayEnergy":"160175.0","lifetimeEnergy":"1177396.0","dcCurr":"236.1","dcVolt":"947.6","dcPower":"223728.4","temp":"37.8","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"57684.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"36617.0","todayEnergy":"36617.0","lifetimeEnergy":"659409.0","dcCurr":"54.9","dcVolt":"971.6","dcPower":"53340.8","temp":"35.8","powerFactor":"99.1","ivtStatus":"01"}] }} [07:35:35] [DEBUG] controller.InverterController - ------------------------------------------ [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2023-08-02(String), 07(String), 35(String), 277.9(Float), 196.8(Float), 0.2(Float), 1836805.0(Float), 01(String) [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466028(Integer), 104(Integer), 1(Integer), 220201.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 236.1(Double), 947.6(Double), 223728.4(Double), 37.8(Double), 100.0(Double), 160175.0(Double), 1177396.0(Double), 01(String) [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466028(Integer), 104(Integer), 2(Integer), 57684.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 54.9(Double), 971.6(Double), 53340.8(Double), 35.8(Double), 99.1(Double), 36617.0(Double), 659409.0(Double), 01(String) [07:35:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:41:30] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [07:41:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:41:33] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :moonsoo, login_channel : null [07:41:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: moonsoo(String) [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:41:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:41:33] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [07:41:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [07:41:33] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co;jsessionid=AEFB44B6A8137F16B6FB40D8832538C8 [07:41:33] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:41:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : moonsoo [07:41:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [07:41:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: moonsoo(String) [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: moonsoo(String) [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:41:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : moonsoo, mappingList.size : 1 [07:41:33] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [07:41:33] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[moonsoo] roles roles [0]ROLE_01 [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: moonsoo(String), 01(String), 11D49C874AC897EA630661DE59F3F5A7(String), PHONE(String) [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:41:33] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [07:41:33] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [07:41:33] [DEBUG] controller.SignController - /ess/view.co [07:41:33] [DEBUG] controller.SignController - ....................................... [07:41:33] [DEBUG] controller.EssController - ----------------------------------------------- [07:41:33] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 75, param.plantSeq : 0 [07:41:33] [DEBUG] controller.EssController - ----------------------------------------------- [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 2023-08-02(String), 75(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 0(Integer), 2023-08-01(String), 75(Integer), 0(Integer), 2023-07-31(String), 75(Integer), 0(Integer), 2023-08-02(String), 107559(Integer) [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 2023-08-02(String), 75(Integer), 2023-08-02(String), 75(Integer) [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [07:41:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 11(String) [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:41:34] [DEBUG] controller.EssController - ----------------------------------------------- [07:41:34] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 114.202.254.42, 114.202.254.42, param : code=404 [07:41:34] [DEBUG] controller.EssController - ----------------------------------------------- [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 01(String), 2023-07-19(String) [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:41:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:41:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [07:41:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 0(Integer), 2023-08-02(String), 75(Integer), 0(Integer), 2023-08-02(String) [07:41:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:41:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [07:41:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 75(Integer), 0(Integer), 75(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [07:41:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [07:41:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [07:41:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 1(Integer), 2023-08-02(String), 75(Integer), 1(Integer), 2023-08-02(String) [07:41:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [07:41:37] [DEBUG] controller.EssController - ----------------------------------------------- [07:41:37] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 75, param.plantSeq : 75 [07:41:37] [DEBUG] controller.EssController - ----------------------------------------------- [07:41:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [07:41:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 2023-08-02(String), 2023-08-02(String) [07:41:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:41:37] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 16 [07:41:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:41:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 75(Integer), 01(String), 2023-07-19(String) [07:41:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:41:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [07:41:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 75(Integer), 0(Integer), 75(Integer), 0(Integer), 2023(String), 08(String) [07:41:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:41:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [07:41:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 75(Integer), 0(Integer), 75(Integer), 0(Integer), 2023(String), 08(String) [07:41:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466004(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:44:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:44:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [07:45:02] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:02] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":238.0,"todayHours":0.2,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1704807.0,"currPower":277.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"212963.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"181797.0","todayEnergy":"181797.0","lifetimeEnergy":"1104115.0","dcCurr":"226.0","dcVolt":"935.8","dcPower":"211490.8","temp":"37.0","powerFactor":"85.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"64490.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"56207.0","todayEnergy":"56207.0","lifetimeEnergy":"600692.0","dcCurr":"67.4","dcVolt":"962.8","dcPower":"64892.7","temp":"34.5","powerFactor":"91.7","ivtStatus":"01"}] }} [07:45:02] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 07(String), 45(String), 277.5(Float), 238.0(Float), 0.2(Float), 1704807.0(Float), 01(String) [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466029(Integer), 106(Integer), 1(Integer), 212963.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 226.0(Double), 935.8(Double), 211490.8(Double), 37.0(Double), 85.1(Double), 181797.0(Double), 1104115.0(Double), 01(String) [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466029(Integer), 106(Integer), 2(Integer), 64490.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 67.4(Double), 962.8(Double), 64892.7(Double), 34.5(Double), 91.7(Double), 56207.0(Double), 600692.0(Double), 01(String) [07:45:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:03] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:03] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":222.1,"todayHours":0.2,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1891894.0,"currPower":295.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"235692.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"177405.0","todayEnergy":"177405.0","lifetimeEnergy":"1417991.0","dcCurr":"274.0","dcVolt":"950.2","dcPower":"260354.8","temp":"38.4","powerFactor":"85.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"60139.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"44686.0","todayEnergy":"44686.0","lifetimeEnergy":"473903.0","dcCurr":"61.4","dcVolt":"941.8","dcPower":"57826.5","temp":"48.6","powerFactor":"94.9","ivtStatus":"01"}] }} [07:45:03] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 07(String), 45(String), 295.8(Float), 222.1(Float), 0.2(Float), 1891894.0(Float), 01(String) [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466030(Integer), 111(Integer), 1(Integer), 235692.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 274.0(Double), 950.2(Double), 260354.8(Double), 38.4(Double), 85.8(Double), 177405.0(Double), 1417991.0(Double), 01(String) [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466030(Integer), 111(Integer), 2(Integer), 60139.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 61.4(Double), 941.8(Double), 57826.5(Double), 48.6(Double), 94.9(Double), 44686.0(Double), 473903.0(Double), 01(String) [07:45:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:09] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:09] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":165.4,"todayHours":0.2,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1876691.0,"currPower":208.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"175929.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"144473.0","todayEnergy":"144473.0","lifetimeEnergy":"1199027.0","dcCurr":"187.6","dcVolt":"934.8","dcPower":"175368.5","temp":"35.4","powerFactor":"84.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"32794.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"20941.0","todayEnergy":"20941.0","lifetimeEnergy":"677664.0","dcCurr":"32.8","dcVolt":"969.4","dcPower":"31796.3","temp":"45.2","powerFactor":"91.6","ivtStatus":"01"}] }} [07:45:09] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 07(String), 45(String), 208.7(Float), 165.4(Float), 0.2(Float), 1876691.0(Float), 01(String) [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466031(Integer), 113(Integer), 1(Integer), 175929.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 187.6(Double), 934.8(Double), 175368.5(Double), 35.4(Double), 84.8(Double), 144473.0(Double), 1199027.0(Double), 01(String) [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466031(Integer), 113(Integer), 2(Integer), 32794.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 32.8(Double), 969.4(Double), 31796.3(Double), 45.2(Double), 91.6(Double), 20941.0(Double), 677664.0(Double), 01(String) [07:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:10] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:10] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":18.1,"todayHours":0.2,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11422.0,"currPower":27.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"27300.0","acFreq":"0.0","apparentPower":"27.3","reactivePower":"0.0","acEnergy":"18100.0","todayEnergy":"18100.0","lifetimeEnergy":"11422.0","dcCurr":"10.6","dcVolt":"431.1","dcPower":"4569.3","temp":"48.2","powerFactor":"6454.6","ivtStatus":"01"}] }} [07:45:10] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 07(String), 45(String), 27.3(Float), 18.1(Float), 0.2(Float), 11422.0(Float), 01(String) [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466032(Integer), 142(Integer), 1(Integer), 27300.0(Double), 0.0(Double), 27.3(Double), 0.0(Double), 10.6(Double), 431.1(Double), 4569.3(Double), 48.2(Double), 6454.6(Double), 18100.0(Double), 11422.0(Double), 01(String) [07:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:14] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:14] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":32.3,"todayHours":0.2,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266334.6,"currPower":30.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"13616.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"10600.0","todayEnergy":"10600.0","lifetimeEnergy":"93259.6","dcCurr":"75.0","dcVolt":"555.0","dcPower":"41625.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"7193.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"5900.0","todayEnergy":"5900.0","lifetimeEnergy":"87845.6","dcCurr":"36.0","dcVolt":"559.0","dcPower":"20124.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"9975.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"15800.0","todayEnergy":"15800.0","lifetimeEnergy":"85229.4","dcCurr":"57.0","dcVolt":"547.0","dcPower":"31179.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:45:14] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 07(String), 45(String), 30.8(Float), 32.3(Float), 0.2(Float), 266334.6(Float), 01(String) [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466033(Integer), 132(Integer), 1(Integer), 13616.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 75.0(Double), 555.0(Double), 41625.0(Double), 49.0(Double), 0.0(Double), 10600.0(Double), 93259.6(Double), 01(String) [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466033(Integer), 132(Integer), 2(Integer), 7193.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 36.0(Double), 559.0(Double), 20124.0(Double), 47.0(Double), 0.0(Double), 5900.0(Double), 87845.6(Double), 01(String) [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466033(Integer), 132(Integer), 3(Integer), 9975.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 57.0(Double), 547.0(Double), 31179.0(Double), 48.0(Double), 0.0(Double), 15800.0(Double), 85229.4(Double), 01(String) [07:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:15] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:15] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":215.6,"todayHours":0.2,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1694109.0,"currPower":251.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"193628.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"167912.0","todayEnergy":"167912.0","lifetimeEnergy":"1090776.0","dcCurr":"209.4","dcVolt":"933.1","dcPower":"195391.1","temp":"36.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"58225.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"47677.0","todayEnergy":"47677.0","lifetimeEnergy":"603333.0","dcCurr":"61.9","dcVolt":"946.8","dcPower":"58606.9","temp":"33.8","powerFactor":"99.6","ivtStatus":"01"}] }} [07:45:15] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 07(String), 45(String), 251.9(Float), 215.6(Float), 0.2(Float), 1694109.0(Float), 01(String) [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466034(Integer), 124(Integer), 1(Integer), 193628.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 209.4(Double), 933.1(Double), 195391.1(Double), 36.5(Double), 100.0(Double), 167912.0(Double), 1090776.0(Double), 01(String) [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466034(Integer), 124(Integer), 2(Integer), 58225.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 61.9(Double), 946.8(Double), 58606.9(Double), 33.8(Double), 99.6(Double), 47677.0(Double), 603333.0(Double), 01(String) [07:45:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:17] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:17] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":14.5,"todayHours":0.1,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199315.0,"currPower":27.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"10900.0","acFreq":"0.0","apparentPower":"10.9","reactivePower":"0.0","acEnergy":"6400.0","todayEnergy":"6400.0","lifetimeEnergy":"101030.0","dcCurr":"4.9","dcVolt":"597.2","dcPower":"2926.1","temp":"47.9","powerFactor":"6457.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"16200.0","acFreq":"0.0","apparentPower":"16.2","reactivePower":"6553.0","acEnergy":"8100.0","todayEnergy":"8100.0","lifetimeEnergy":"98285.0","dcCurr":"7.9","dcVolt":"571.7","dcPower":"4516.7","temp":"34.1","powerFactor":"6456.6","ivtStatus":"01"}] }} [07:45:17] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 07(String), 45(String), 27.1(Float), 14.5(Float), 0.1(Float), 199315.0(Float), 01(String) [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466035(Integer), 134(Integer), 1(Integer), 10900.0(Double), 0.0(Double), 10.9(Double), 0.0(Double), 4.9(Double), 597.2(Double), 2926.1(Double), 47.9(Double), 6457.6(Double), 6400.0(Double), 101030.0(Double), 01(String) [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466035(Integer), 134(Integer), 2(Integer), 16200.0(Double), 0.0(Double), 16.2(Double), 6553.0(Double), 7.9(Double), 571.7(Double), 4516.7(Double), 34.1(Double), 6456.6(Double), 8100.0(Double), 98285.0(Double), 01(String) [07:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:20] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":66.1,"todayHours":0.3,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413652.0,"currPower":75.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"18900.0","acFreq":"0.0","apparentPower":"18.9","reactivePower":"0.7","acEnergy":"16600.0","todayEnergy":"16600.0","lifetimeEnergy":"100832.0","dcCurr":"34.2","dcVolt":"540.0","dcPower":"18469.1","temp":"50.4","powerFactor":"99.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"19200.0","acFreq":"0.0","apparentPower":"19.2","reactivePower":"1.7","acEnergy":"16800.0","todayEnergy":"16800.0","lifetimeEnergy":"102346.0","dcCurr":"34.2","dcVolt":"542.2","dcPower":"18542.1","temp":"50.1","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"18600.0","acFreq":"0.0","apparentPower":"18.6","reactivePower":"1.6","acEnergy":"16100.0","todayEnergy":"16100.0","lifetimeEnergy":"103927.0","dcCurr":"33.6","dcVolt":"543.5","dcPower":"18261.6","temp":"45.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"19200.0","acFreq":"0.0","apparentPower":"19.2","reactivePower":"1.6","acEnergy":"16600.0","todayEnergy":"16600.0","lifetimeEnergy":"106547.0","dcCurr":"35.2","dcVolt":"539.1","dcPower":"18975.1","temp":"40.6","powerFactor":"100.0","ivtStatus":"01"}] }} [07:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 07(String), 45(String), 75.9(Float), 66.1(Float), 0.3(Float), 413652.0(Float), 01(String) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466036(Integer), 99(Integer), 1(Integer), 18900.0(Double), 0.0(Double), 18.9(Double), 0.7(Double), 34.2(Double), 540.0(Double), 18469.1(Double), 50.4(Double), 99.0(Double), 16600.0(Double), 100832.0(Double), 01(String) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466036(Integer), 99(Integer), 2(Integer), 19200.0(Double), 0.0(Double), 19.2(Double), 1.7(Double), 34.2(Double), 542.2(Double), 18542.1(Double), 50.1(Double), 100.0(Double), 16800.0(Double), 102346.0(Double), 01(String) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466036(Integer), 99(Integer), 3(Integer), 18600.0(Double), 0.0(Double), 18.6(Double), 1.6(Double), 33.6(Double), 543.5(Double), 18261.6(Double), 45.5(Double), 100.0(Double), 16100.0(Double), 103927.0(Double), 01(String) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466036(Integer), 99(Integer), 4(Integer), 19200.0(Double), 0.0(Double), 19.2(Double), 1.6(Double), 35.2(Double), 539.1(Double), 18975.1(Double), 40.6(Double), 100.0(Double), 16600.0(Double), 106547.0(Double), 01(String) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:20] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":234.0,"todayHours":0.2,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1808561.0,"currPower":272.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"206129.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"174310.0","todayEnergy":"174310.0","lifetimeEnergy":"1172709.0","dcCurr":"223.9","dcVolt":"932.8","dcPower":"208853.9","temp":"42.7","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"66676.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"59674.0","todayEnergy":"59674.0","lifetimeEnergy":"635852.0","dcCurr":"69.3","dcVolt":"945.4","dcPower":"65516.2","temp":"38.8","powerFactor":"100.0","ivtStatus":"01"}] }} [07:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 07(String), 45(String), 272.8(Float), 234.0(Float), 0.2(Float), 1808561.0(Float), 01(String) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466037(Integer), 126(Integer), 1(Integer), 206129.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 223.9(Double), 932.8(Double), 208853.9(Double), 42.7(Double), 100.0(Double), 174310.0(Double), 1172709.0(Double), 01(String) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466037(Integer), 126(Integer), 2(Integer), 66676.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 69.3(Double), 945.4(Double), 65516.2(Double), 38.8(Double), 100.0(Double), 59674.0(Double), 635852.0(Double), 01(String) [07:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:22] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":13.0,"todayHours":0.1,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":90951.0,"currPower":19.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"19300.0","acFreq":"0.0","apparentPower":"19.3","reactivePower":"6552.2","acEnergy":"13000.0","todayEnergy":"13000.0","lifetimeEnergy":"90951.0","dcCurr":"15.7","dcVolt":"507.8","dcPower":"7973.0","temp":"35.1","powerFactor":"6455.6","ivtStatus":"01"}] }} [07:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 07(String), 45(String), 19.3(Float), 13.0(Float), 0.1(Float), 90951.0(Float), 01(String) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466038(Integer), 138(Integer), 1(Integer), 19300.0(Double), 0.0(Double), 19.3(Double), 6552.2(Double), 15.7(Double), 507.8(Double), 7973.0(Double), 35.1(Double), 6455.6(Double), 13000.0(Double), 90951.0(Double), 01(String) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:22] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":23.9,"todayHours":0.2,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212496.1,"currPower":27.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"14677.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"12300.0","todayEnergy":"12300.0","lifetimeEnergy":"112450.0","dcCurr":"46.0","dcVolt":"492.0","dcPower":"22632.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"13265.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11600.0","todayEnergy":"11600.0","lifetimeEnergy":"100046.1","dcCurr":"45.0","dcVolt":"552.0","dcPower":"24840.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 07(String), 45(String), 27.9(Float), 23.9(Float), 0.2(Float), 212496.1(Float), 01(String) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466039(Integer), 129(Integer), 1(Integer), 14677.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 46.0(Double), 492.0(Double), 22632.0(Double), 46.0(Double), 0.0(Double), 12300.0(Double), 112450.0(Double), 01(String) [07:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:22] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":131.3,"todayHours":0.1,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1791850.0,"currPower":150.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"126724.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"113073.0","todayEnergy":"113073.0","lifetimeEnergy":"1171913.0","dcCurr":"133.8","dcVolt":"941.0","dcPower":"125905.8","temp":"42.5","powerFactor":"84.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"23979.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"18473.0","todayEnergy":"18473.0","lifetimeEnergy":"619937.0","dcCurr":"9.4","dcVolt":"984.2","dcPower":"9251.5","temp":"48.0","powerFactor":"86.5","ivtStatus":"01"}] }} [07:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466039(Integer), 129(Integer), 2(Integer), 13265.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 45.0(Double), 552.0(Double), 24840.0(Double), 47.0(Double), 0.0(Double), 11600.0(Double), 100046.1(Double), 01(String) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 07(String), 45(String), 150.8(Float), 131.3(Float), 0.1(Float), 1791850.0(Float), 01(String) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466040(Integer), 108(Integer), 1(Integer), 126724.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 133.8(Double), 941.0(Double), 125905.8(Double), 42.5(Double), 84.3(Double), 113073.0(Double), 1171913.0(Double), 01(String) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466040(Integer), 108(Integer), 2(Integer), 23979.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 9.4(Double), 984.2(Double), 9251.5(Double), 48.0(Double), 86.5(Double), 18473.0(Double), 619937.0(Double), 01(String) [07:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:23] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":14.8,"todayHours":0.1,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124645.0,"currPower":21.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"21200.0","acFreq":"0.0","apparentPower":"21.2","reactivePower":"0.9","acEnergy":"14800.0","todayEnergy":"14800.0","lifetimeEnergy":"124645.0","dcCurr":"13.6","dcVolt":"554.9","dcPower":"7546.6","temp":"34.4","powerFactor":"99.0","ivtStatus":"01"}] }} [07:45:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 07(String), 45(String), 21.2(Float), 14.8(Float), 0.1(Float), 124645.0(Float), 01(String) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466041(Integer), 135(Integer), 1(Integer), 21200.0(Double), 0.0(Double), 21.2(Double), 0.9(Double), 13.6(Double), 554.9(Double), 7546.6(Double), 34.4(Double), 99.0(Double), 14800.0(Double), 124645.0(Double), 01(String) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:23] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":18.4,"todayHours":0.1,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130614.0,"currPower":28.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"19700.0","acFreq":"0.0","apparentPower":"19.8","reactivePower":"6551.3","acEnergy":"12700.0","todayEnergy":"12700.0","lifetimeEnergy":"90129.0","dcCurr":"16.2","dcVolt":"696.0","dcPower":"11274.7","temp":"35.0","powerFactor":"6456.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"8400.0","acFreq":"0.0","apparentPower":"8.5","reactivePower":"1.5","acEnergy":"5700.0","todayEnergy":"5700.0","lifetimeEnergy":"40485.0","dcCurr":"13.4","dcVolt":"574.7","dcPower":"7701.4","temp":"60.0","powerFactor":"97.0","ivtStatus":"01"}] }} [07:45:23] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 07(String), 45(String), 28.1(Float), 18.4(Float), 0.1(Float), 130614.0(Float), 01(String) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466042(Integer), 137(Integer), 1(Integer), 19700.0(Double), 0.0(Double), 19.8(Double), 6551.3(Double), 16.2(Double), 696.0(Double), 11274.7(Double), 35.0(Double), 6456.6(Double), 12700.0(Double), 90129.0(Double), 01(String) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466042(Integer), 137(Integer), 2(Integer), 8400.0(Double), 0.0(Double), 8.5(Double), 1.5(Double), 13.4(Double), 574.7(Double), 7701.4(Double), 60.0(Double), 97.0(Double), 5700.0(Double), 40485.0(Double), 01(String) [07:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:24] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":243.4,"todayHours":0.2,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1833178.0,"currPower":276.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"213520.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"186727.0","todayEnergy":"186727.0","lifetimeEnergy":"1186840.0","dcCurr":"226.5","dcVolt":"936.8","dcPower":"212185.2","temp":"35.9","powerFactor":"99.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"62802.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"56678.0","todayEnergy":"56678.0","lifetimeEnergy":"646338.0","dcCurr":"64.9","dcVolt":"947.8","dcPower":"61512.2","temp":"33.0","powerFactor":"100.0","ivtStatus":"01"}] }} [07:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [07:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:24] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":35.4,"todayHours":0.2,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345164.2,"currPower":45.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"15136.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11900.0","todayEnergy":"11900.0","lifetimeEnergy":"115750.1","dcCurr":"103.0","dcVolt":"544.0","dcPower":"56032.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"14317.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"11100.0","todayEnergy":"11100.0","lifetimeEnergy":"106753.1","dcCurr":"68.0","dcVolt":"586.0","dcPower":"39848.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"16109.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"12400.0","todayEnergy":"12400.0","lifetimeEnergy":"122661.0","dcCurr":"104.0","dcVolt":"588.0","dcPower":"61152.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 07(String), 45(String), 276.3(Float), 243.4(Float), 0.2(Float), 1833178.0(Float), 01(String) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466043(Integer), 120(Integer), 1(Integer), 213520.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 226.5(Double), 936.8(Double), 212185.2(Double), 35.9(Double), 99.9(Double), 186727.0(Double), 1186840.0(Double), 01(String) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466043(Integer), 120(Integer), 2(Integer), 62802.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 64.9(Double), 947.8(Double), 61512.2(Double), 33.0(Double), 100.0(Double), 56678.0(Double), 646338.0(Double), 01(String) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 07(String), 45(String), 45.6(Float), 35.4(Float), 0.2(Float), 345164.2(Float), 01(String) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466044(Integer), 127(Integer), 1(Integer), 15136.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 103.0(Double), 544.0(Double), 56032.0(Double), 48.0(Double), 0.0(Double), 11900.0(Double), 115750.1(Double), 01(String) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466044(Integer), 127(Integer), 2(Integer), 14317.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 68.0(Double), 586.0(Double), 39848.0(Double), 48.0(Double), 0.0(Double), 11100.0(Double), 106753.1(Double), 01(String) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466044(Integer), 127(Integer), 3(Integer), 16109.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 104.0(Double), 588.0(Double), 61152.0(Double), 45.0(Double), 0.0(Double), 12400.0(Double), 122661.0(Double), 01(String) [07:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:25] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":79.7,"todayHours":0.2,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":854888.4,"currPower":96.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"21449.0","acFreq":"600.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"17780.0","todayEnergy":"17780.0","lifetimeEnergy":"191081.2","dcCurr":"690.1","dcVolt":"627.0","dcPower":"432698.9","temp":"40.4","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"21243.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.1","acEnergy":"17550.0","todayEnergy":"17550.0","lifetimeEnergy":"190113.9","dcCurr":"34.7","dcVolt":"626.5","dcPower":"21719.5","temp":"40.2","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"21309.0","acFreq":"600.3","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"17770.0","todayEnergy":"17770.0","lifetimeEnergy":"190113.6","dcCurr":"34.6","dcVolt":"625.6","dcPower":"21638.2","temp":"39.8","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"4","acPower":"21282.0","acFreq":"600.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"17680.0","todayEnergy":"17680.0","lifetimeEnergy":"186969.4","dcCurr":"34.5","dcVolt":"628.2","dcPower":"21674.2","temp":"39.8","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"10853.0","acFreq":"600.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"8920.0","todayEnergy":"8920.0","lifetimeEnergy":"96610.4","dcCurr":"18.2","dcVolt":"613.1","dcPower":"11158.4","temp":"49.9","powerFactor":"10.0","ivtStatus":"01"}] }} [07:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 07(String), 45(String), 96.1(Float), 79.7(Float), 0.2(Float), 854888.4(Float), 01(String) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466045(Integer), 128(Integer), 1(Integer), 21449.0(Double), 600.4(Double), 0.0(Double), 0.0(Double), 690.1(Double), 627.0(Double), 432698.9(Double), 40.4(Double), 10.0(Double), 17780.0(Double), 191081.2(Double), 01(String) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466045(Integer), 128(Integer), 2(Integer), 21243.0(Double), 600.2(Double), 0.0(Double), 0.1(Double), 34.7(Double), 626.5(Double), 21719.5(Double), 40.2(Double), 10.0(Double), 17550.0(Double), 190113.9(Double), 01(String) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466045(Integer), 128(Integer), 3(Integer), 21309.0(Double), 600.3(Double), 0.0(Double), -0.0(Double), 34.6(Double), 625.6(Double), 21638.2(Double), 39.8(Double), 645.4(Double), 17770.0(Double), 190113.6(Double), 01(String) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466045(Integer), 128(Integer), 4(Integer), 21282.0(Double), 600.3(Double), 0.0(Double), 0.0(Double), 34.5(Double), 628.2(Double), 21674.2(Double), 39.8(Double), 10.0(Double), 17680.0(Double), 186969.4(Double), 01(String) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466045(Integer), 128(Integer), 5(Integer), 10853.0(Double), 600.4(Double), 0.0(Double), 0.0(Double), 18.2(Double), 613.1(Double), 11158.4(Double), 49.9(Double), 10.0(Double), 8920.0(Double), 96610.4(Double), 01(String) [07:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:26] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:26] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":210.0,"todayHours":0.2,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1875571.0,"currPower":247.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"190072.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"159351.0","todayEnergy":"159351.0","lifetimeEnergy":"1216114.0","dcCurr":"198.5","dcVolt":"953.5","dcPower":"189269.8","temp":"35.3","powerFactor":"84.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"57822.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"50683.0","todayEnergy":"50683.0","lifetimeEnergy":"659457.0","dcCurr":"61.5","dcVolt":"957.5","dcPower":"58886.3","temp":"32.3","powerFactor":"95.0","ivtStatus":"01"}] }} [07:45:26] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 07(String), 45(String), 247.9(Float), 210.0(Float), 0.2(Float), 1875571.0(Float), 01(String) [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466046(Integer), 112(Integer), 1(Integer), 190072.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 198.5(Double), 953.5(Double), 189269.8(Double), 35.3(Double), 84.0(Double), 159351.0(Double), 1216114.0(Double), 01(String) [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466046(Integer), 112(Integer), 2(Integer), 57822.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 61.5(Double), 957.5(Double), 58886.3(Double), 32.3(Double), 95.0(Double), 50683.0(Double), 659457.0(Double), 01(String) [07:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:27] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":65.3,"todayHours":0.1,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":141592.0,"currPower":40.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"10000.0","acFreq":"0.0","apparentPower":"10.0","reactivePower":"6552.4","acEnergy":"15400.0","todayEnergy":"15400.0","lifetimeEnergy":"35806.0","dcCurr":"6.5","dcVolt":"620.3","dcPower":"4031.7","temp":"67.6","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"10100.0","acFreq":"0.0","apparentPower":"10.1","reactivePower":"0.3","acEnergy":"16500.0","todayEnergy":"16500.0","lifetimeEnergy":"35398.0","dcCurr":"6.6","dcVolt":"621.0","dcPower":"4098.6","temp":"71.8","powerFactor":"99.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"9900.0","acFreq":"0.0","apparentPower":"9.9","reactivePower":"6553.2","acEnergy":"16000.0","todayEnergy":"16000.0","lifetimeEnergy":"35527.0","dcCurr":"6.6","dcVolt":"619.7","dcPower":"4090.2","temp":"69.4","powerFactor":"6456.6","ivtStatus":"01"},{"ivtIdx":"4","acPower":"10100.0","acFreq":"0.0","apparentPower":"10.1","reactivePower":"6552.4","acEnergy":"17400.0","todayEnergy":"17400.0","lifetimeEnergy":"34861.0","dcCurr":"6.5","dcVolt":"617.2","dcPower":"4012.0","temp":"73.0","powerFactor":"6456.6","ivtStatus":"01"}] }} [07:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 07(String), 45(String), 40.1(Float), 65.3(Float), 0.1(Float), 141592.0(Float), 01(String) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466047(Integer), 139(Integer), 1(Integer), 10000.0(Double), 0.0(Double), 10.0(Double), 6552.4(Double), 6.5(Double), 620.3(Double), 4031.7(Double), 67.6(Double), 6455.6(Double), 15400.0(Double), 35806.0(Double), 01(String) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466047(Integer), 139(Integer), 2(Integer), 10100.0(Double), 0.0(Double), 10.1(Double), 0.3(Double), 6.6(Double), 621.0(Double), 4098.6(Double), 71.8(Double), 99.0(Double), 16500.0(Double), 35398.0(Double), 01(String) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466047(Integer), 139(Integer), 3(Integer), 9900.0(Double), 0.0(Double), 9.9(Double), 6553.2(Double), 6.6(Double), 619.7(Double), 4090.2(Double), 69.4(Double), 6456.6(Double), 16000.0(Double), 35527.0(Double), 01(String) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466047(Integer), 139(Integer), 4(Integer), 10100.0(Double), 0.0(Double), 10.1(Double), 6552.4(Double), 6.5(Double), 617.2(Double), 4012.0(Double), 73.0(Double), 6456.6(Double), 17400.0(Double), 34861.0(Double), 01(String) [07:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:28] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:28] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":224.9,"todayHours":0.2,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1906266.0,"currPower":262.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"179686.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"145713.0","todayEnergy":"145713.0","lifetimeEnergy":"1244646.0","dcCurr":"191.0","dcVolt":"932.5","dcPower":"178107.5","temp":"36.1","powerFactor":"86.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"82434.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"79142.0","todayEnergy":"79142.0","lifetimeEnergy":"661620.0","dcCurr":"87.7","dcVolt":"939.0","dcPower":"82350.3","temp":"35.4","powerFactor":"90.9","ivtStatus":"01"}] }} [07:45:28] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 07(String), 45(String), 262.1(Float), 224.9(Float), 0.2(Float), 1906266.0(Float), 01(String) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466048(Integer), 107(Integer), 1(Integer), 179686.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 191.0(Double), 932.5(Double), 178107.5(Double), 36.1(Double), 86.6(Double), 145713.0(Double), 1244646.0(Double), 01(String) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466048(Integer), 107(Integer), 2(Integer), 82434.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 87.7(Double), 939.0(Double), 82350.3(Double), 35.4(Double), 90.9(Double), 79142.0(Double), 661620.0(Double), 01(String) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:28] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:28] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":20.7,"todayHours":0.2,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":105998.0,"currPower":19.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"19500.0","acFreq":"0.0","apparentPower":"19.5","reactivePower":"6551.9","acEnergy":"20700.0","todayEnergy":"20700.0","lifetimeEnergy":"105998.0","dcCurr":"15.3","dcVolt":"494.0","dcPower":"7558.2","temp":"34.5","powerFactor":"6456.6","ivtStatus":"01"}] }} [07:45:28] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 07(String), 45(String), 19.5(Float), 20.7(Float), 0.2(Float), 105998.0(Float), 01(String) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466049(Integer), 136(Integer), 1(Integer), 19500.0(Double), 0.0(Double), 19.5(Double), 6551.9(Double), 15.3(Double), 494.0(Double), 7558.2(Double), 34.5(Double), 6456.6(Double), 20700.0(Double), 105998.0(Double), 01(String) [07:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:29] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":224.9,"todayHours":0.2,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1731937.0,"currPower":262.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"209355.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"180798.0","todayEnergy":"180798.0","lifetimeEnergy":"1130122.0","dcCurr":"220.1","dcVolt":"942.3","dcPower":"207400.2","temp":"37.4","powerFactor":"84.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"53344.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"44126.0","todayEnergy":"44126.0","lifetimeEnergy":"601815.0","dcCurr":"54.6","dcVolt":"950.2","dcPower":"51880.9","temp":"34.4","powerFactor":"96.4","ivtStatus":"01"}] }} [07:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 07(String), 45(String), 262.7(Float), 224.9(Float), 0.2(Float), 1731937.0(Float), 01(String) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466050(Integer), 125(Integer), 1(Integer), 209355.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 220.1(Double), 942.3(Double), 207400.2(Double), 37.4(Double), 84.4(Double), 180798.0(Double), 1130122.0(Double), 01(String) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466050(Integer), 125(Integer), 2(Integer), 53344.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 54.6(Double), 950.2(Double), 51880.9(Double), 34.4(Double), 96.4(Double), 44126.0(Double), 601815.0(Double), 01(String) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:29] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":39.7,"todayHours":0.3,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255151.7,"currPower":45.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"16051.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"14100.0","todayEnergy":"14100.0","lifetimeEnergy":"90401.4","dcCurr":"105.0","dcVolt":"558.0","dcPower":"58590.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"14081.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"12400.0","todayEnergy":"12400.0","lifetimeEnergy":"79470.9","dcCurr":"70.0","dcVolt":"553.0","dcPower":"38710.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"15261.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"13200.0","todayEnergy":"13200.0","lifetimeEnergy":"85279.4","dcCurr":"105.0","dcVolt":"511.0","dcPower":"53655.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 07(String), 45(String), 45.4(Float), 39.7(Float), 0.3(Float), 255151.7(Float), 01(String) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466051(Integer), 131(Integer), 1(Integer), 16051.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 105.0(Double), 558.0(Double), 58590.0(Double), 46.0(Double), 0.0(Double), 14100.0(Double), 90401.4(Double), 01(String) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466051(Integer), 131(Integer), 2(Integer), 14081.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 70.0(Double), 553.0(Double), 38710.0(Double), 46.0(Double), 0.0(Double), 12400.0(Double), 79470.9(Double), 01(String) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466051(Integer), 131(Integer), 3(Integer), 15261.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 105.0(Double), 511.0(Double), 53655.0(Double), 47.0(Double), 0.0(Double), 13200.0(Double), 85279.4(Double), 01(String) [07:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:30] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":11.3,"todayHours":0.2,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15881.0,"currPower":13.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"13400.0","acFreq":"0.0","apparentPower":"13.4","reactivePower":"1.2","acEnergy":"11300.0","todayEnergy":"11300.0","lifetimeEnergy":"15881.0","dcCurr":"17.8","dcVolt":"738.4","dcPower":"13142.9","temp":"74.2","powerFactor":"99.0","ivtStatus":"01"}] }} [07:45:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 07(String), 45(String), 13.4(Float), 11.3(Float), 0.2(Float), 15881.0(Float), 01(String) [07:45:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:30] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":15.7,"todayHours":0.2,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27291.0,"currPower":23.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"23100.0","acFreq":"0.0","apparentPower":"23.1","reactivePower":"6552.9","acEnergy":"15700.0","todayEnergy":"15700.0","lifetimeEnergy":"27291.0","dcCurr":"9.4","dcVolt":"693.6","dcPower":"6520.2","temp":"78.2","powerFactor":"6454.6","ivtStatus":"01"}] }} [07:45:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466052(Integer), 140(Integer), 1(Integer), 13400.0(Double), 0.0(Double), 13.4(Double), 1.2(Double), 17.8(Double), 738.4(Double), 13142.9(Double), 74.2(Double), 99.0(Double), 11300.0(Double), 15881.0(Double), 01(String) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 07(String), 45(String), 23.1(Float), 15.7(Float), 0.2(Float), 27291.0(Float), 01(String) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466053(Integer), 141(Integer), 1(Integer), 23100.0(Double), 0.0(Double), 23.1(Double), 6552.9(Double), 9.4(Double), 693.6(Double), 6520.2(Double), 78.2(Double), 6454.6(Double), 15700.0(Double), 27291.0(Double), 01(String) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:30] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":226.9,"todayHours":0.2,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1892920.0,"currPower":317.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"249034.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"173162.0","todayEnergy":"173162.0","lifetimeEnergy":"1221230.0","dcCurr":"258.7","dcVolt":"936.3","dcPower":"242220.8","temp":"38.7","powerFactor":"86.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"68020.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"53749.0","todayEnergy":"53749.0","lifetimeEnergy":"671690.0","dcCurr":"71.2","dcVolt":"943.8","dcPower":"67198.6","temp":"34.7","powerFactor":"90.2","ivtStatus":"01"}] }} [07:45:30] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 07(String), 45(String), 317.1(Float), 226.9(Float), 0.2(Float), 1892920.0(Float), 01(String) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466054(Integer), 109(Integer), 1(Integer), 249034.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 258.7(Double), 936.3(Double), 242220.8(Double), 38.7(Double), 86.5(Double), 173162.0(Double), 1221230.0(Double), 01(String) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466054(Integer), 109(Integer), 2(Integer), 68020.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 71.2(Double), 943.8(Double), 67198.6(Double), 34.7(Double), 90.2(Double), 53749.0(Double), 671690.0(Double), 01(String) [07:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:31] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":81.6,"todayHours":0.1,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2424425.0,"currPower":104.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"7078.0","acFreq":"0.0","apparentPower":"7.1","reactivePower":"0.0","acEnergy":"5700.0","todayEnergy":"5700.0","lifetimeEnergy":"144332.0","dcCurr":"9.1","dcVolt":"583.8","dcPower":"5312.9","temp":"31.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"7527.0","acFreq":"0.0","apparentPower":"7.5","reactivePower":"0.0","acEnergy":"5800.0","todayEnergy":"5800.0","lifetimeEnergy":"163876.0","dcCurr":"9.9","dcVolt":"576.3","dcPower":"5705.4","temp":"33.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"7227.0","acFreq":"0.0","apparentPower":"7.2","reactivePower":"0.0","acEnergy":"5800.0","todayEnergy":"5800.0","lifetimeEnergy":"147214.0","dcCurr":"9.4","dcVolt":"591.6","dcPower":"5561.4","temp":"31.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"7559.0","acFreq":"0.0","apparentPower":"7.6","reactivePower":"0.0","acEnergy":"6200.0","todayEnergy":"6200.0","lifetimeEnergy":"152471.0","dcCurr":"9.7","dcVolt":"584.5","dcPower":"5670.0","temp":"31.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"7985.0","acFreq":"0.0","apparentPower":"8.0","reactivePower":"0.0","acEnergy":"6200.0","todayEnergy":"6200.0","lifetimeEnergy":"167645.0","dcCurr":"10.1","dcVolt":"590.1","dcPower":"5959.7","temp":"32.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"7911.0","acFreq":"0.0","apparentPower":"7.9","reactivePower":"0.0","acEnergy":"6300.0","todayEnergy":"6300.0","lifetimeEnergy":"167234.0","dcCurr":"10.2","dcVolt":"582.2","dcPower":"5938.4","temp":"32.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"7062.0","acFreq":"0.0","apparentPower":"7.1","reactivePower":"0.0","acEnergy":"5900.0","todayEnergy":"5900.0","lifetimeEnergy":"140895.0","dcCurr":"8.9","dcVolt":"592.6","dcPower":"5273.8","temp":"31.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"6238.0","acFreq":"0.0","apparentPower":"6.2","reactivePower":"0.0","acEnergy":"4900.0","todayEnergy":"4900.0","lifetimeEnergy":"158140.0","dcCurr":"7.9","dcVolt":"594.0","dcPower":"4692.9","temp":"32.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"4366.0","acFreq":"0.0","apparentPower":"4.4","reactivePower":"0.0","acEnergy":"3500.0","todayEnergy":"3500.0","lifetimeEnergy":"133684.0","dcCurr":"5.5","dcVolt":"609.4","dcPower":"3351.5","temp":"31.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"6729.0","acFreq":"0.0","apparentPower":"6.7","reactivePower":"0.0","acEnergy":"5400.0","todayEnergy":"5400.0","lifetimeEnergy":"160698.0","dcCurr":"8.5","dcVolt":"595.0","dcPower":"5057.2","temp":"31.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"7073.0","acFreq":"0.0","apparentPower":"7.1","reactivePower":"0.0","acEnergy":"5500.0","todayEnergy":"5500.0","lifetimeEnergy":"160757.0","dcCurr":"9.2","dcVolt":"598.6","dcPower":"5506.8","temp":"32.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"7383.0","acFreq":"0.0","apparentPower":"7.4","reactivePower":"0.0","acEnergy":"5600.0","todayEnergy":"5600.0","lifetimeEnergy":"163302.0","dcCurr":"9.7","dcVolt":"589.5","dcPower":"5718.5","temp":"32.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"1826.0","acFreq":"0.0","apparentPower":"1.8","reactivePower":"0.0","acEnergy":"500.0","todayEnergy":"500.0","lifetimeEnergy":"160752.0","dcCurr":"2.7","dcVolt":"548.9","dcPower":"1482.1","temp":"27.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"7395.0","acFreq":"0.0","apparentPower":"7.4","reactivePower":"0.0","acEnergy":"5400.0","todayEnergy":"5400.0","lifetimeEnergy":"147406.0","dcCurr":"8.7","dcVolt":"594.9","dcPower":"5175.9","temp":"32.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"4020.0","acFreq":"0.0","apparentPower":"4.0","reactivePower":"0.0","acEnergy":"3100.0","todayEnergy":"3100.0","lifetimeEnergy":"99164.0","dcCurr":"6.5","dcVolt":"611.0","dcPower":"3971.3","temp":"31.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"7061.0","acFreq":"0.0","apparentPower":"7.1","reactivePower":"0.0","acEnergy":"5800.0","todayEnergy":"5800.0","lifetimeEnergy":"156855.0","dcCurr":"9.1","dcVolt":"577.7","dcPower":"5257.1","temp":"31.2","powerFactor":"0.0","ivtStatus":"01"}] }} [07:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 07(String), 45(String), 104.4(Float), 81.6(Float), 0.1(Float), 2424425.0(Float), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 1(Integer), 7078.0(Double), 0.0(Double), 7.1(Double), 0.0(Double), 9.1(Double), 583.8(Double), 5312.9(Double), 31.4(Double), 0.0(Double), 5700.0(Double), 144332.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 2(Integer), 7527.0(Double), 0.0(Double), 7.5(Double), 0.0(Double), 9.9(Double), 576.3(Double), 5705.4(Double), 33.0(Double), 0.0(Double), 5800.0(Double), 163876.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 3(Integer), 7227.0(Double), 0.0(Double), 7.2(Double), 0.0(Double), 9.4(Double), 591.6(Double), 5561.4(Double), 31.6(Double), 0.0(Double), 5800.0(Double), 147214.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 4(Integer), 7559.0(Double), 0.0(Double), 7.6(Double), 0.0(Double), 9.7(Double), 584.5(Double), 5670.0(Double), 31.4(Double), 0.0(Double), 6200.0(Double), 152471.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 5(Integer), 7985.0(Double), 0.0(Double), 8.0(Double), 0.0(Double), 10.1(Double), 590.1(Double), 5959.7(Double), 32.7(Double), 0.0(Double), 6200.0(Double), 167645.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 6(Integer), 7911.0(Double), 0.0(Double), 7.9(Double), 0.0(Double), 10.2(Double), 582.2(Double), 5938.4(Double), 32.4(Double), 0.0(Double), 6300.0(Double), 167234.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 7(Integer), 7062.0(Double), 0.0(Double), 7.1(Double), 0.0(Double), 8.9(Double), 592.6(Double), 5273.8(Double), 31.3(Double), 0.0(Double), 5900.0(Double), 140895.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 8(Integer), 6238.0(Double), 0.0(Double), 6.2(Double), 0.0(Double), 7.9(Double), 594.0(Double), 4692.9(Double), 32.2(Double), 0.0(Double), 4900.0(Double), 158140.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 9(Integer), 4366.0(Double), 0.0(Double), 4.4(Double), 0.0(Double), 5.5(Double), 609.4(Double), 3351.5(Double), 31.8(Double), 0.0(Double), 3500.0(Double), 133684.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 10(Integer), 6729.0(Double), 0.0(Double), 6.7(Double), 0.0(Double), 8.5(Double), 595.0(Double), 5057.2(Double), 31.2(Double), 0.0(Double), 5400.0(Double), 160698.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 11(Integer), 7073.0(Double), 0.0(Double), 7.1(Double), 0.0(Double), 9.2(Double), 598.6(Double), 5506.8(Double), 32.4(Double), 0.0(Double), 5500.0(Double), 160757.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 12(Integer), 7383.0(Double), 0.0(Double), 7.4(Double), 0.0(Double), 9.7(Double), 589.5(Double), 5718.5(Double), 32.0(Double), 0.0(Double), 5600.0(Double), 163302.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 13(Integer), 1826.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.7(Double), 548.9(Double), 1482.1(Double), 27.5(Double), 0.0(Double), 500.0(Double), 160752.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 17(Integer), 7395.0(Double), 0.0(Double), 7.4(Double), 0.0(Double), 8.7(Double), 594.9(Double), 5175.9(Double), 32.3(Double), 0.0(Double), 5400.0(Double), 147406.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 18(Integer), 4020.0(Double), 0.0(Double), 4.0(Double), 0.0(Double), 6.5(Double), 611.0(Double), 3971.3(Double), 31.9(Double), 0.0(Double), 3100.0(Double), 99164.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466055(Integer), 92(Integer), 19(Integer), 7061.0(Double), 0.0(Double), 7.1(Double), 0.0(Double), 9.1(Double), 577.7(Double), 5257.1(Double), 31.2(Double), 0.0(Double), 5800.0(Double), 156855.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:31] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":123.4,"todayHours":0.1,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3085489.0,"currPower":152.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"7347.0","acFreq":"0.0","apparentPower":"7.3","reactivePower":"0.0","acEnergy":"6100.0","todayEnergy":"6100.0","lifetimeEnergy":"152724.0","dcCurr":"9.2","dcVolt":"596.4","dcPower":"5486.9","temp":"31.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"8520.0","acFreq":"0.0","apparentPower":"8.5","reactivePower":"0.0","acEnergy":"6800.0","todayEnergy":"6800.0","lifetimeEnergy":"166510.0","dcCurr":"10.8","dcVolt":"585.8","dcPower":"6327.0","temp":"31.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"7272.0","acFreq":"0.0","apparentPower":"7.3","reactivePower":"0.0","acEnergy":"6200.0","todayEnergy":"6200.0","lifetimeEnergy":"146901.0","dcCurr":"9.3","dcVolt":"585.4","dcPower":"5444.2","temp":"31.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"8362.0","acFreq":"0.0","apparentPower":"8.4","reactivePower":"0.0","acEnergy":"6700.0","todayEnergy":"6700.0","lifetimeEnergy":"164662.0","dcCurr":"10.7","dcVolt":"587.3","dcPower":"6284.1","temp":"32.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"7317.0","acFreq":"0.0","apparentPower":"7.3","reactivePower":"0.0","acEnergy":"6100.0","todayEnergy":"6100.0","lifetimeEnergy":"147481.0","dcCurr":"9.6","dcVolt":"588.8","dcPower":"5652.5","temp":"31.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"8164.0","acFreq":"0.0","apparentPower":"8.2","reactivePower":"0.0","acEnergy":"6600.0","todayEnergy":"6600.0","lifetimeEnergy":"169624.0","dcCurr":"10.4","dcVolt":"590.1","dcPower":"6137.0","temp":"32.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"8557.0","acFreq":"0.0","apparentPower":"8.6","reactivePower":"0.0","acEnergy":"6700.0","todayEnergy":"6700.0","lifetimeEnergy":"166403.0","dcCurr":"11.1","dcVolt":"584.6","dcPower":"6489.1","temp":"33.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"7716.0","acFreq":"0.0","apparentPower":"7.7","reactivePower":"0.0","acEnergy":"6500.0","todayEnergy":"6500.0","lifetimeEnergy":"149812.0","dcCurr":"9.7","dcVolt":"592.3","dcPower":"5745.6","temp":"31.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"8332.0","acFreq":"0.0","apparentPower":"8.3","reactivePower":"0.0","acEnergy":"6600.0","todayEnergy":"6600.0","lifetimeEnergy":"165882.0","dcCurr":"10.6","dcVolt":"589.4","dcPower":"6248.0","temp":"31.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"6972.0","acFreq":"0.0","apparentPower":"7.0","reactivePower":"0.0","acEnergy":"5800.0","todayEnergy":"5800.0","lifetimeEnergy":"133650.0","dcCurr":"8.7","dcVolt":"593.5","dcPower":"5163.2","temp":"32.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"8001.0","acFreq":"0.0","apparentPower":"8.0","reactivePower":"0.0","acEnergy":"6500.0","todayEnergy":"6500.0","lifetimeEnergy":"161657.0","dcCurr":"10.2","dcVolt":"591.1","dcPower":"6029.2","temp":"32.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"7105.0","acFreq":"0.0","apparentPower":"7.1","reactivePower":"0.0","acEnergy":"6000.0","todayEnergy":"6000.0","lifetimeEnergy":"133328.0","dcCurr":"8.7","dcVolt":"602.6","dcPower":"5242.3","temp":"32.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"7673.0","acFreq":"0.0","apparentPower":"7.7","reactivePower":"0.0","acEnergy":"6200.0","todayEnergy":"6200.0","lifetimeEnergy":"159315.0","dcCurr":"9.8","dcVolt":"589.0","dcPower":"5772.5","temp":"32.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"7640.0","acFreq":"0.0","apparentPower":"7.6","reactivePower":"0.0","acEnergy":"6200.0","todayEnergy":"6200.0","lifetimeEnergy":"153111.0","dcCurr":"9.8","dcVolt":"586.4","dcPower":"5746.7","temp":"32.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"7118.0","acFreq":"0.0","apparentPower":"7.1","reactivePower":"0.0","acEnergy":"6100.0","todayEnergy":"6100.0","lifetimeEnergy":"136832.0","dcCurr":"9.1","dcVolt":"592.3","dcPower":"5389.6","temp":"32.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"7540.0","acFreq":"0.0","apparentPower":"7.5","reactivePower":"0.0","acEnergy":"5800.0","todayEnergy":"5800.0","lifetimeEnergy":"165567.0","dcCurr":"9.1","dcVolt":"597.1","dcPower":"5433.9","temp":"31.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"7465.0","acFreq":"0.0","apparentPower":"7.5","reactivePower":"0.0","acEnergy":"5900.0","todayEnergy":"5900.0","lifetimeEnergy":"161791.0","dcCurr":"9.0","dcVolt":"600.7","dcPower":"5406.6","temp":"32.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"6651.0","acFreq":"0.0","apparentPower":"6.7","reactivePower":"0.0","acEnergy":"5100.0","todayEnergy":"5100.0","lifetimeEnergy":"139442.0","dcCurr":"7.7","dcVolt":"598.4","dcPower":"4607.9","temp":"32.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"6515.0","acFreq":"0.0","apparentPower":"6.5","reactivePower":"0.0","acEnergy":"5000.0","todayEnergy":"5000.0","lifetimeEnergy":"139791.0","dcCurr":"8.2","dcVolt":"591.5","dcPower":"4850.6","temp":"32.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"8337.0","acFreq":"0.0","apparentPower":"8.3","reactivePower":"0.0","acEnergy":"6500.0","todayEnergy":"6500.0","lifetimeEnergy":"171006.0","dcCurr":"10.5","dcVolt":"594.0","dcPower":"6236.6","temp":"32.0","powerFactor":"0.0","ivtStatus":"01"}] }} [07:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 07(String), 45(String), 152.6(Float), 123.4(Float), 0.1(Float), 3085489.0(Float), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 1(Integer), 7347.0(Double), 0.0(Double), 7.3(Double), 0.0(Double), 9.2(Double), 596.4(Double), 5486.9(Double), 31.7(Double), 0.0(Double), 6100.0(Double), 152724.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 2(Integer), 8520.0(Double), 0.0(Double), 8.5(Double), 0.0(Double), 10.8(Double), 585.8(Double), 6327.0(Double), 31.9(Double), 0.0(Double), 6800.0(Double), 166510.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 3(Integer), 7272.0(Double), 0.0(Double), 7.3(Double), 0.0(Double), 9.3(Double), 585.4(Double), 5444.2(Double), 31.3(Double), 0.0(Double), 6200.0(Double), 146901.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 4(Integer), 8362.0(Double), 0.0(Double), 8.4(Double), 0.0(Double), 10.7(Double), 587.3(Double), 6284.1(Double), 32.0(Double), 0.0(Double), 6700.0(Double), 164662.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 5(Integer), 7317.0(Double), 0.0(Double), 7.3(Double), 0.0(Double), 9.6(Double), 588.8(Double), 5652.5(Double), 31.9(Double), 0.0(Double), 6100.0(Double), 147481.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 6(Integer), 8164.0(Double), 0.0(Double), 8.2(Double), 0.0(Double), 10.4(Double), 590.1(Double), 6137.0(Double), 32.2(Double), 0.0(Double), 6600.0(Double), 169624.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 7(Integer), 8557.0(Double), 0.0(Double), 8.6(Double), 0.0(Double), 11.1(Double), 584.6(Double), 6489.1(Double), 33.1(Double), 0.0(Double), 6700.0(Double), 166403.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 8(Integer), 7716.0(Double), 0.0(Double), 7.7(Double), 0.0(Double), 9.7(Double), 592.3(Double), 5745.6(Double), 31.6(Double), 0.0(Double), 6500.0(Double), 149812.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 9(Integer), 8332.0(Double), 0.0(Double), 8.3(Double), 0.0(Double), 10.6(Double), 589.4(Double), 6248.0(Double), 31.6(Double), 0.0(Double), 6600.0(Double), 165882.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 10(Integer), 6972.0(Double), 0.0(Double), 7.0(Double), 0.0(Double), 8.7(Double), 593.5(Double), 5163.2(Double), 32.0(Double), 0.0(Double), 5800.0(Double), 133650.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 11(Integer), 8001.0(Double), 0.0(Double), 8.0(Double), 0.0(Double), 10.2(Double), 591.1(Double), 6029.2(Double), 32.3(Double), 0.0(Double), 6500.0(Double), 161657.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 12(Integer), 7105.0(Double), 0.0(Double), 7.1(Double), 0.0(Double), 8.7(Double), 602.6(Double), 5242.3(Double), 32.5(Double), 0.0(Double), 6000.0(Double), 133328.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 13(Integer), 7673.0(Double), 0.0(Double), 7.7(Double), 0.0(Double), 9.8(Double), 589.0(Double), 5772.5(Double), 32.4(Double), 0.0(Double), 6200.0(Double), 159315.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 14(Integer), 7640.0(Double), 0.0(Double), 7.6(Double), 0.0(Double), 9.8(Double), 586.4(Double), 5746.7(Double), 32.5(Double), 0.0(Double), 6200.0(Double), 153111.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 15(Integer), 7118.0(Double), 0.0(Double), 7.1(Double), 0.0(Double), 9.1(Double), 592.3(Double), 5389.6(Double), 32.2(Double), 0.0(Double), 6100.0(Double), 136832.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 16(Integer), 7540.0(Double), 0.0(Double), 7.5(Double), 0.0(Double), 9.1(Double), 597.1(Double), 5433.9(Double), 31.4(Double), 0.0(Double), 5800.0(Double), 165567.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 17(Integer), 7465.0(Double), 0.0(Double), 7.5(Double), 0.0(Double), 9.0(Double), 600.7(Double), 5406.6(Double), 32.0(Double), 0.0(Double), 5900.0(Double), 161791.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 18(Integer), 6651.0(Double), 0.0(Double), 6.7(Double), 0.0(Double), 7.7(Double), 598.4(Double), 4607.9(Double), 32.4(Double), 0.0(Double), 5100.0(Double), 139442.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 19(Integer), 6515.0(Double), 0.0(Double), 6.5(Double), 0.0(Double), 8.2(Double), 591.5(Double), 4850.6(Double), 32.1(Double), 0.0(Double), 5000.0(Double), 139791.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466056(Integer), 93(Integer), 20(Integer), 8337.0(Double), 0.0(Double), 8.3(Double), 0.0(Double), 10.5(Double), 594.0(Double), 6236.6(Double), 32.0(Double), 0.0(Double), 6500.0(Double), 171006.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:31] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":240.7,"todayHours":0.2,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1651235.0,"currPower":276.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"214481.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"191382.0","todayEnergy":"191382.0","lifetimeEnergy":"1075810.0","dcCurr":"231.3","dcVolt":"930.5","dcPower":"215224.7","temp":"36.6","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"61750.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"49315.0","todayEnergy":"49315.0","lifetimeEnergy":"575425.0","dcCurr":"64.5","dcVolt":"960.2","dcPower":"61932.9","temp":"33.4","powerFactor":"99.8","ivtStatus":"01"}] }} [07:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 07(String), 45(String), 276.2(Float), 240.7(Float), 0.2(Float), 1651235.0(Float), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466057(Integer), 123(Integer), 1(Integer), 214481.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 231.3(Double), 930.5(Double), 215224.7(Double), 36.6(Double), 100.0(Double), 191382.0(Double), 1075810.0(Double), 01(String) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466057(Integer), 123(Integer), 2(Integer), 61750.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 64.5(Double), 960.2(Double), 61932.9(Double), 33.4(Double), 99.8(Double), 49315.0(Double), 575425.0(Double), 01(String) [07:45:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:32] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":248.6,"todayHours":0.2,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1819990.0,"currPower":313.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"243296.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"193362.0","todayEnergy":"193362.0","lifetimeEnergy":"1194491.0","dcCurr":"262.3","dcVolt":"933.1","dcPower":"244752.1","temp":"40.0","powerFactor":"84.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"69681.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"55243.0","todayEnergy":"55243.0","lifetimeEnergy":"625499.0","dcCurr":"58.5","dcVolt":"930.6","dcPower":"54440.1","temp":"35.9","powerFactor":"93.9","ivtStatus":"01"}] }} [07:45:32] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 07(String), 45(String), 313.0(Float), 248.6(Float), 0.2(Float), 1819990.0(Float), 01(String) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466058(Integer), 102(Integer), 1(Integer), 243296.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 262.3(Double), 933.1(Double), 244752.1(Double), 40.0(Double), 84.9(Double), 193362.0(Double), 1194491.0(Double), 01(String) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466058(Integer), 102(Integer), 2(Integer), 69681.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 58.5(Double), 930.6(Double), 54440.1(Double), 35.9(Double), 93.9(Double), 55243.0(Double), 625499.0(Double), 01(String) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:33] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:33] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":241.1,"todayHours":0.2,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1872965.0,"currPower":306.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"244496.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"189365.0","todayEnergy":"189365.0","lifetimeEnergy":"1207227.0","dcCurr":"253.4","dcVolt":"937.9","dcPower":"237663.9","temp":"38.5","powerFactor":"99.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"61598.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"51771.0","todayEnergy":"51771.0","lifetimeEnergy":"665738.0","dcCurr":"51.2","dcVolt":"976.8","dcPower":"50012.2","temp":"35.2","powerFactor":"99.9","ivtStatus":"01"}] }} [07:45:33] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 07(String), 45(String), 306.1(Float), 241.1(Float), 0.2(Float), 1872965.0(Float), 01(String) [07:45:33] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:33] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":265.7,"todayHours":0.3,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1878364.0,"currPower":299.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"241035.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"216401.0","todayEnergy":"216401.0","lifetimeEnergy":"1227534.0","dcCurr":"255.2","dcVolt":"936.4","dcPower":"238969.3","temp":"41.3","powerFactor":"90.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"58862.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"49264.0","todayEnergy":"49264.0","lifetimeEnergy":"650830.0","dcCurr":"63.2","dcVolt":"947.3","dcPower":"59869.4","temp":"34.8","powerFactor":"97.9","ivtStatus":"01"}] }} [07:45:33] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466059(Integer), 105(Integer), 1(Integer), 244496.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 253.4(Double), 937.9(Double), 237663.9(Double), 38.5(Double), 99.9(Double), 189365.0(Double), 1207227.0(Double), 01(String) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466059(Integer), 105(Integer), 2(Integer), 61598.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 51.2(Double), 976.8(Double), 50012.2(Double), 35.2(Double), 99.9(Double), 51771.0(Double), 665738.0(Double), 01(String) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 07(String), 45(String), 299.9(Float), 265.7(Float), 0.3(Float), 1878364.0(Float), 01(String) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466060(Integer), 122(Integer), 1(Integer), 241035.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 255.2(Double), 936.4(Double), 238969.3(Double), 41.3(Double), 90.9(Double), 216401.0(Double), 1227534.0(Double), 01(String) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466060(Integer), 122(Integer), 2(Integer), 58862.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 63.2(Double), 947.3(Double), 59869.4(Double), 34.8(Double), 97.9(Double), 49264.0(Double), 650830.0(Double), 01(String) [07:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:35] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:35] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":256.0,"todayHours":0.3,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1857759.0,"currPower":310.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"242832.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"208517.0","todayEnergy":"208517.0","lifetimeEnergy":"1220111.0","dcCurr":"255.2","dcVolt":"937.9","dcPower":"239352.1","temp":"38.6","powerFactor":"85.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"67842.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"47480.0","todayEnergy":"47480.0","lifetimeEnergy":"637648.0","dcCurr":"56.4","dcVolt":"939.2","dcPower":"52970.9","temp":"34.5","powerFactor":"94.8","ivtStatus":"01"}] }} [07:45:35] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 07(String), 45(String), 310.7(Float), 256.0(Float), 0.3(Float), 1857759.0(Float), 01(String) [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466061(Integer), 101(Integer), 1(Integer), 242832.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 255.2(Double), 937.9(Double), 239352.1(Double), 38.6(Double), 85.3(Double), 208517.0(Double), 1220111.0(Double), 01(String) [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466061(Integer), 101(Integer), 2(Integer), 67842.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 56.4(Double), 939.2(Double), 52970.9(Double), 34.5(Double), 94.8(Double), 47480.0(Double), 637648.0(Double), 01(String) [07:45:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:36] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:36] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":249.1,"todayHours":0.2,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1932351.0,"currPower":314.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"247733.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"203103.0","todayEnergy":"203103.0","lifetimeEnergy":"1258732.0","dcCurr":"265.3","dcVolt":"940.1","dcPower":"249408.5","temp":"41.0","powerFactor":"86.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"67171.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"45985.0","todayEnergy":"45985.0","lifetimeEnergy":"673619.0","dcCurr":"55.0","dcVolt":"969.8","dcPower":"53339.0","temp":"36.0","powerFactor":"90.9","ivtStatus":"01"}] }} [07:45:36] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 07(String), 45(String), 314.9(Float), 249.1(Float), 0.2(Float), 1932351.0(Float), 01(String) [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466062(Integer), 103(Integer), 1(Integer), 247733.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 265.3(Double), 940.1(Double), 249408.5(Double), 41.0(Double), 86.1(Double), 203103.0(Double), 1258732.0(Double), 01(String) [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466062(Integer), 103(Integer), 2(Integer), 67171.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 55.0(Double), 969.8(Double), 53339.0(Double), 36.0(Double), 90.9(Double), 45985.0(Double), 673619.0(Double), 01(String) [07:45:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:39] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:39] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":111.7,"todayHours":0.1,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556244.0,"currPower":148.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"118623.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"82299.0","todayEnergy":"82299.0","lifetimeEnergy":"1058181.0","dcCurr":"128.7","dcVolt":"929.9","dcPower":"119678.1","temp":"38.3","powerFactor":"88.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"29421.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"29387.0","todayEnergy":"29387.0","lifetimeEnergy":"498063.0","dcCurr":"28.1","dcVolt":"938.2","dcPower":"26363.4","temp":"49.0","powerFactor":"90.0","ivtStatus":"01"}] }} [07:45:39] [DEBUG] controller.InverterController - ------------------------------------------ [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 07(String), 45(String), 148.0(Float), 111.7(Float), 0.1(Float), 1556244.0(Float), 01(String) [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466063(Integer), 110(Integer), 1(Integer), 118623.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 128.7(Double), 929.9(Double), 119678.1(Double), 38.3(Double), 88.3(Double), 82299.0(Double), 1058181.0(Double), 01(String) [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466063(Integer), 110(Integer), 2(Integer), 29421.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 28.1(Double), 938.2(Double), 26363.4(Double), 49.0(Double), 90.0(Double), 29387.0(Double), 498063.0(Double), 01(String) [07:45:39] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [07:48:46] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 157 [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:48:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [07:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [07:48:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [07:48:50] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [07:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [07:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [07:48:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 26 [07:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [07:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [07:48:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466045(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [07:57:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:57:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [07:57:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [07:57:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [07:57:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [07:57:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:57:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [07:58:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [07:58:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [07:58:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [07:58:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [07:58:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [07:58:47] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 172 [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 92 [07:58:47] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"143","temp":"null","cloud":"0","weatherCode":"03250330"},{"plantSeq":"142","temp":"null","cloud":"0","weatherCode":"10710380"},{"plantSeq":"141","temp":"null","cloud":"0","weatherCode":"03250340"},{"plantSeq":"140","temp":"null","cloud":"0","weatherCode":"03330340"},{"plantSeq":"139","temp":"null","cloud":"0","weatherCode":"01780250"},{"plantSeq":"138","temp":"null","cloud":"0","weatherCode":"03250250"},{"plantSeq":"137","temp":"null","cloud":"0","weatherCode":"03250250"},{"plantSeq":"136","temp":"null","cloud":"0","weatherCode":"02220320"},{"plantSeq":"135","temp":"null","cloud":"0","weatherCode":"02590370"},{"plantSeq":"134","temp":"null","cloud":"0","weatherCode":"03250360"},{"plantSeq":"132","temp":"null","cloud":"0","weatherCode":"03123129"},{"plantSeq":"131","temp":"null","cloud":"0","weatherCode":"03123101"},{"plantSeq":"129","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"128","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"127","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"126","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"125","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"124","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"123","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"122","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"121","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"120","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"113","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"112","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"111","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"110","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"109","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"108","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"107","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"106","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"105","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"104","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"103","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"102","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"101","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"99","temp":"null","cloud":"0","weatherCode":"03250330"},{"plantSeq":"98","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"97","temp":"null","cloud":"0","weatherCode":"04730370"},{"plantSeq":"96","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"95","temp":"null","cloud":"0","weatherCode":"04113250"},{"plantSeq":"94","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"93","temp":"null","cloud":"0","weatherCode":"01760350"},{"plantSeq":"92","temp":"null","cloud":"0","weatherCode":"01760350"},{"plantSeq":"91","temp":"null","cloud":"0","weatherCode":"01750330"},{"plantSeq":"90","temp":"null","cloud":"0","weatherCode":"01750330"},{"plantSeq":"89","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"88","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"87","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"86","temp":"null","cloud":"0","weatherCode":"16150380"},{"plantSeq":"85","temp":"null","cloud":"0","weatherCode":"16150380"},{"plantSeq":"84","temp":"null","cloud":"0","weatherCode":"15180380"},{"plantSeq":"83","temp":"null","cloud":"0","weatherCode":"01820250"},{"plantSeq":"82","temp":"null","cloud":"0","weatherCode":"15710330"},{"plantSeq":"81","temp":"null","cloud":"0","weatherCode":"04170320"},{"plantSeq":"80","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"78","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"77","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"76","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"75","temp":"null","cloud":"0","weatherCode":"04210330"},{"plantSeq":"74","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"73","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"64","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"60","temp":"null","cloud":"0","weatherCode":"16770310"},{"plantSeq":"56","temp":"null","cloud":"0","weatherCode":"02590370"},{"plantSeq":"55","temp":"null","cloud":"0","weatherCode":"10710262"},{"plantSeq":"48","temp":"null","cloud":"0","weatherCode":"14130320"},{"plantSeq":"45","temp":"null","cloud":"0","weatherCode":"15800253"},{"plantSeq":"44","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"42","temp":"null","cloud":"0","weatherCode":"16150250"},{"plantSeq":"41","temp":"null","cloud":"0","weatherCode":"03820250"},{"plantSeq":"40","temp":"null","cloud":"0","weatherCode":"03820250"},{"plantSeq":"39","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"34","temp":"null","cloud":"0","weatherCode":"04170340"},{"plantSeq":"32","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"31","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"30","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"29","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"28","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"27","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"26","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"25","temp":"null","cloud":"0","weatherCode":"01760250"},{"plantSeq":"24","temp":"null","cloud":"0","weatherCode":"01760250"},{"plantSeq":"22","temp":"null","cloud":"0","weatherCode":"02273112"},{"plantSeq":"21","temp":"null","cloud":"0","weatherCode":"13800350"},{"plantSeq":"20","temp":"null","cloud":"0","weatherCode":"13750330"},{"plantSeq":"19","temp":"null","cloud":"0","weatherCode":"13750330"},{"plantSeq":"18","temp":"null","cloud":"0","weatherCode":"13210114"},{"plantSeq":"17","temp":"null","cloud":"0","weatherCode":"13210114"},{"plantSeq":"16","temp":"null","cloud":"0","weatherCode":"12770380"},{"plantSeq":"15","temp":"null","cloud":"0","weatherCode":"12770380"},{"plantSeq":"14","temp":"null","cloud":"0","weatherCode":"12890320"},{"plantSeq":"13","temp":"null","cloud":"0","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"-","inputHour":"-"} [07:58:47] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 26 [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [07:58:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [07:58:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [07:58:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [07:58:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466045(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:02:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:02:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:02:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [08:02:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:02:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:02:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [08:02:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:02:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:02:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:02:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [08:05:01] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:01] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":338.7,"todayHours":0.3,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1704907.0,"currPower":330.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"253495.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"259047.0","todayEnergy":"259047.0","lifetimeEnergy":"1104192.0","dcCurr":"268.8","dcVolt":"935.2","dcPower":"251381.8","temp":"38.7","powerFactor":"84.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"76736.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"79645.0","todayEnergy":"79645.0","lifetimeEnergy":"600715.0","dcCurr":"79.4","dcVolt":"936.5","dcPower":"74358.1","temp":"35.6","powerFactor":"90.7","ivtStatus":"01"}] }} [08:05:01] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 08(String), 05(String), 330.2(Float), 338.7(Float), 0.3(Float), 1704907.0(Float), 01(String) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466069(Integer), 106(Integer), 1(Integer), 253495.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 268.8(Double), 935.2(Double), 251381.8(Double), 38.7(Double), 84.8(Double), 259047.0(Double), 1104192.0(Double), 01(String) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466069(Integer), 106(Integer), 2(Integer), 76736.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 79.4(Double), 936.5(Double), 74358.1(Double), 35.6(Double), 90.7(Double), 79645.0(Double), 600715.0(Double), 01(String) [08:05:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:02] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:02] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":329.0,"todayHours":0.3,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1892000.0,"currPower":351.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"280788.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"262804.0","todayEnergy":"262804.0","lifetimeEnergy":"1418076.0","dcCurr":"329.7","dcVolt":"934.9","dcPower":"308236.6","temp":"42.2","powerFactor":"86.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"70466.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"66200.0","todayEnergy":"66200.0","lifetimeEnergy":"473924.0","dcCurr":"73.3","dcVolt":"947.4","dcPower":"69444.4","temp":"33.9","powerFactor":"94.7","ivtStatus":"01"}] }} [08:05:02] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 08(String), 05(String), 351.3(Float), 329.0(Float), 0.3(Float), 1892000.0(Float), 01(String) [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466070(Integer), 111(Integer), 1(Integer), 280788.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 329.7(Double), 934.9(Double), 308236.6(Double), 42.2(Double), 86.4(Double), 262804.0(Double), 1418076.0(Double), 01(String) [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466070(Integer), 111(Integer), 2(Integer), 70466.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 73.3(Double), 947.4(Double), 69444.4(Double), 33.9(Double), 94.7(Double), 66200.0(Double), 473924.0(Double), 01(String) [08:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:08] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:08] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":242.8,"todayHours":0.2,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1876767.0,"currPower":260.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"216679.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"209335.0","todayEnergy":"209335.0","lifetimeEnergy":"1199091.0","dcCurr":"233.1","dcVolt":"929.8","dcPower":"216736.4","temp":"37.0","powerFactor":"82.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"43586.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33463.0","todayEnergy":"33463.0","lifetimeEnergy":"677676.0","dcCurr":"40.2","dcVolt":"982.3","dcPower":"39488.5","temp":"49.4","powerFactor":"90.0","ivtStatus":"01"}] }} [08:05:08] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 08(String), 05(String), 260.3(Float), 242.8(Float), 0.2(Float), 1876767.0(Float), 01(String) [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466071(Integer), 113(Integer), 1(Integer), 216679.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 233.1(Double), 929.8(Double), 216736.4(Double), 37.0(Double), 82.8(Double), 209335.0(Double), 1199091.0(Double), 01(String) [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466071(Integer), 113(Integer), 2(Integer), 43586.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 40.2(Double), 982.3(Double), 39488.5(Double), 49.4(Double), 90.0(Double), 33463.0(Double), 677676.0(Double), 01(String) [08:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:09] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:09] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":28.2,"todayHours":0.3,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11432.0,"currPower":30.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30700.0","acFreq":"0.0","apparentPower":"30.7","reactivePower":"0.6","acEnergy":"28200.0","todayEnergy":"28200.0","lifetimeEnergy":"11432.0","dcCurr":"12.2","dcVolt":"420.3","dcPower":"5128.1","temp":"37.1","powerFactor":"100.0","ivtStatus":"01"}] }} [08:05:09] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 08(String), 05(String), 30.7(Float), 28.2(Float), 0.3(Float), 11432.0(Float), 01(String) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466072(Integer), 142(Integer), 1(Integer), 30700.0(Double), 0.0(Double), 30.7(Double), 0.6(Double), 12.2(Double), 420.3(Double), 5128.1(Double), 37.1(Double), 100.0(Double), 28200.0(Double), 11432.0(Double), 01(String) [08:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:13] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:13] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":44.2,"todayHours":0.3,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266346.5,"currPower":40.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"17070.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"15700.0","todayEnergy":"15700.0","lifetimeEnergy":"93264.7","dcCurr":"97.0","dcVolt":"548.0","dcPower":"53156.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"10296.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"8800.0","todayEnergy":"8800.0","lifetimeEnergy":"87848.5","dcCurr":"55.0","dcVolt":"553.0","dcPower":"30415.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"13323.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"19700.0","todayEnergy":"19700.0","lifetimeEnergy":"85233.3","dcCurr":"78.0","dcVolt":"544.0","dcPower":"42432.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:05:13] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 08(String), 05(String), 40.7(Float), 44.2(Float), 0.3(Float), 266346.5(Float), 01(String) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466073(Integer), 132(Integer), 1(Integer), 17070.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 97.0(Double), 548.0(Double), 53156.0(Double), 49.0(Double), 0.0(Double), 15700.0(Double), 93264.7(Double), 01(String) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466073(Integer), 132(Integer), 2(Integer), 10296.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 55.0(Double), 553.0(Double), 30415.0(Double), 47.0(Double), 0.0(Double), 8800.0(Double), 87848.5(Double), 01(String) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466073(Integer), 132(Integer), 3(Integer), 13323.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 78.0(Double), 544.0(Double), 42432.0(Double), 48.0(Double), 0.0(Double), 19700.0(Double), 85233.3(Double), 01(String) [08:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:14] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:14] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":307.0,"todayHours":0.3,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1694201.0,"currPower":300.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"231597.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"238615.0","todayEnergy":"238615.0","lifetimeEnergy":"1090847.0","dcCurr":"249.8","dcVolt":"929.8","dcPower":"232264.0","temp":"38.2","powerFactor":"86.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"69221.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"68916.0","todayEnergy":"68916.0","lifetimeEnergy":"603355.0","dcCurr":"73.7","dcVolt":"936.8","dcPower":"69042.2","temp":"35.0","powerFactor":"90.5","ivtStatus":"01"}] }} [08:05:14] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 08(String), 05(String), 300.8(Float), 307.0(Float), 0.3(Float), 1694201.0(Float), 01(String) [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466074(Integer), 124(Integer), 1(Integer), 231597.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 249.8(Double), 929.8(Double), 232264.0(Double), 38.2(Double), 86.2(Double), 238615.0(Double), 1090847.0(Double), 01(String) [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466074(Integer), 124(Integer), 2(Integer), 69221.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 73.7(Double), 936.8(Double), 69042.2(Double), 35.0(Double), 90.5(Double), 68916.0(Double), 603355.0(Double), 01(String) [08:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:16] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:16] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":25.5,"todayHours":0.1,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199327.0,"currPower":39.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"17000.0","acFreq":"0.0","apparentPower":"17.0","reactivePower":"6553.2","acEnergy":"11000.0","todayEnergy":"11000.0","lifetimeEnergy":"101035.0","dcCurr":"8.4","dcVolt":"586.1","dcPower":"4923.5","temp":"35.2","powerFactor":"6456.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"22800.0","acFreq":"0.0","apparentPower":"22.8","reactivePower":"6553.3","acEnergy":"14500.0","todayEnergy":"14500.0","lifetimeEnergy":"98292.0","dcCurr":"11.6","dcVolt":"571.5","dcPower":"6629.0","temp":"37.5","powerFactor":"6455.6","ivtStatus":"01"}] }} [08:05:16] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 08(String), 05(String), 39.8(Float), 25.5(Float), 0.1(Float), 199327.0(Float), 01(String) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466075(Integer), 134(Integer), 1(Integer), 17000.0(Double), 0.0(Double), 17.0(Double), 6553.2(Double), 8.4(Double), 586.1(Double), 4923.5(Double), 35.2(Double), 6456.6(Double), 11000.0(Double), 101035.0(Double), 01(String) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466075(Integer), 134(Integer), 2(Integer), 22800.0(Double), 0.0(Double), 22.8(Double), 6553.3(Double), 11.6(Double), 571.5(Double), 6629.0(Double), 37.5(Double), 6455.6(Double), 14500.0(Double), 98292.0(Double), 01(String) [08:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:19] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":93.4,"todayHours":0.5,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413680.0,"currPower":88.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"22000.0","acFreq":"0.0","apparentPower":"22.0","reactivePower":"1.0","acEnergy":"23300.0","todayEnergy":"23300.0","lifetimeEnergy":"100839.0","dcCurr":"40.7","dcVolt":"530.5","dcPower":"21591.3","temp":"51.1","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"22400.0","acFreq":"0.0","apparentPower":"22.4","reactivePower":"1.6","acEnergy":"23700.0","todayEnergy":"23700.0","lifetimeEnergy":"102353.0","dcCurr":"40.9","dcVolt":"535.0","dcPower":"21882.9","temp":"51.0","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"21800.0","acFreq":"0.0","apparentPower":"21.8","reactivePower":"1.4","acEnergy":"22900.0","todayEnergy":"22900.0","lifetimeEnergy":"103934.0","dcCurr":"40.1","dcVolt":"538.7","dcPower":"21600.5","temp":"46.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"22500.0","acFreq":"0.0","apparentPower":"22.5","reactivePower":"1.5","acEnergy":"23500.0","todayEnergy":"23500.0","lifetimeEnergy":"106554.0","dcCurr":"41.5","dcVolt":"538.2","dcPower":"22333.9","temp":"42.6","powerFactor":"100.0","ivtStatus":"01"}] }} [08:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 08(String), 05(String), 88.7(Float), 93.4(Float), 0.5(Float), 413680.0(Float), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466076(Integer), 99(Integer), 1(Integer), 22000.0(Double), 0.0(Double), 22.0(Double), 1.0(Double), 40.7(Double), 530.5(Double), 21591.3(Double), 51.1(Double), 100.0(Double), 23300.0(Double), 100839.0(Double), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466076(Integer), 99(Integer), 2(Integer), 22400.0(Double), 0.0(Double), 22.4(Double), 1.6(Double), 40.9(Double), 535.0(Double), 21882.9(Double), 51.0(Double), 100.0(Double), 23700.0(Double), 102353.0(Double), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466076(Integer), 99(Integer), 3(Integer), 21800.0(Double), 0.0(Double), 21.8(Double), 1.4(Double), 40.1(Double), 538.7(Double), 21600.5(Double), 46.5(Double), 100.0(Double), 22900.0(Double), 103934.0(Double), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466076(Integer), 99(Integer), 4(Integer), 22500.0(Double), 0.0(Double), 22.5(Double), 1.5(Double), 41.5(Double), 538.2(Double), 22333.9(Double), 42.6(Double), 100.0(Double), 23500.0(Double), 106554.0(Double), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:19] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":332.4,"todayHours":0.3,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1808660.0,"currPower":322.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"246368.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"249435.0","todayEnergy":"249435.0","lifetimeEnergy":"1172784.0","dcCurr":"269.0","dcVolt":"930.5","dcPower":"250304.5","temp":"46.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"76296.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"83435.0","todayEnergy":"83435.0","lifetimeEnergy":"635876.0","dcCurr":"80.6","dcVolt":"953.1","dcPower":"76819.9","temp":"42.1","powerFactor":"99.7","ivtStatus":"01"}] }} [08:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 08(String), 05(String), 322.0(Float), 332.4(Float), 0.3(Float), 1808660.0(Float), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466077(Integer), 126(Integer), 1(Integer), 246368.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 269.0(Double), 930.5(Double), 250304.5(Double), 46.4(Double), 100.0(Double), 249435.0(Double), 1172784.0(Double), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466077(Integer), 126(Integer), 2(Integer), 76296.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 80.6(Double), 953.1(Double), 76819.9(Double), 42.1(Double), 99.7(Double), 83435.0(Double), 635876.0(Double), 01(String) [08:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:21] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":20.6,"todayHours":0.2,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":90958.0,"currPower":25.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"25800.0","acFreq":"0.0","apparentPower":"25.8","reactivePower":"6552.3","acEnergy":"20600.0","todayEnergy":"20600.0","lifetimeEnergy":"90958.0","dcCurr":"21.2","dcVolt":"506.6","dcPower":"10740.6","temp":"35.6","powerFactor":"6455.6","ivtStatus":"01"}] }} [08:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 08(String), 05(String), 25.8(Float), 20.6(Float), 0.2(Float), 90958.0(Float), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466078(Integer), 138(Integer), 1(Integer), 25800.0(Double), 0.0(Double), 25.8(Double), 6552.3(Double), 21.2(Double), 506.6(Double), 10740.6(Double), 35.6(Double), 6455.6(Double), 20600.0(Double), 90958.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:21] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":34.5,"todayHours":0.3,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212506.7,"currPower":16.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"18734.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"17900.0","todayEnergy":"17900.0","lifetimeEnergy":"112455.6","dcCurr":"62.0","dcVolt":"537.0","dcPower":"33294.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"16270.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"16600.0","todayEnergy":"16600.0","lifetimeEnergy":"100051.1","dcCurr":"63.0","dcVolt":"550.0","dcPower":"34650.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:21] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":188.9,"todayHours":0.2,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1791907.0,"currPower":201.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"167935.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"161183.0","todayEnergy":"161183.0","lifetimeEnergy":"1171961.0","dcCurr":"182.5","dcVolt":"934.0","dcPower":"170455.0","temp":"45.4","powerFactor":"84.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"33607.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"27699.0","todayEnergy":"27699.0","lifetimeEnergy":"619946.0","dcCurr":"22.2","dcVolt":"981.5","dcPower":"21789.3","temp":"48.9","powerFactor":"90.2","ivtStatus":"01"}] }} [08:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 08(String), 05(String), 16.3(Float), 34.5(Float), 0.3(Float), 212506.7(Float), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466079(Integer), 129(Integer), 1(Integer), 18734.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 62.0(Double), 537.0(Double), 33294.0(Double), 45.0(Double), 0.0(Double), 17900.0(Double), 112455.6(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466079(Integer), 129(Integer), 2(Integer), 16270.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 63.0(Double), 550.0(Double), 34650.0(Double), 49.0(Double), 0.0(Double), 16600.0(Double), 100051.1(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 08(String), 05(String), 201.5(Float), 188.9(Float), 0.2(Float), 1791907.0(Float), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466080(Integer), 108(Integer), 1(Integer), 167935.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 182.5(Double), 934.0(Double), 170455.0(Double), 45.4(Double), 84.3(Double), 161183.0(Double), 1171961.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466080(Integer), 108(Integer), 2(Integer), 33607.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 22.2(Double), 981.5(Double), 21789.3(Double), 48.9(Double), 90.2(Double), 27699.0(Double), 619946.0(Double), 01(String) [08:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:22] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":22.0,"todayHours":0.2,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124653.0,"currPower":35.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"35500.0","acFreq":"0.0","apparentPower":"35.5","reactivePower":"6552.9","acEnergy":"22000.0","todayEnergy":"22000.0","lifetimeEnergy":"124653.0","dcCurr":"23.2","dcVolt":"561.9","dcPower":"13036.9","temp":"38.2","powerFactor":"6455.6","ivtStatus":"01"}] }} [08:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 08(String), 05(String), 35.5(Float), 22.0(Float), 0.2(Float), 124653.0(Float), 01(String) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466081(Integer), 135(Integer), 1(Integer), 35500.0(Double), 0.0(Double), 35.5(Double), 6552.9(Double), 23.2(Double), 561.9(Double), 13036.9(Double), 38.2(Double), 6455.6(Double), 22000.0(Double), 124653.0(Double), 01(String) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:22] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":29.6,"todayHours":0.2,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130625.0,"currPower":37.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"26300.0","acFreq":"0.0","apparentPower":"26.3","reactivePower":"6552.1","acEnergy":"20500.0","todayEnergy":"20500.0","lifetimeEnergy":"90137.0","dcCurr":"21.8","dcVolt":"675.6","dcPower":"14727.4","temp":"35.7","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"11400.0","acFreq":"0.0","apparentPower":"11.4","reactivePower":"1.1","acEnergy":"9100.0","todayEnergy":"9100.0","lifetimeEnergy":"40488.0","dcCurr":"19.7","dcVolt":"555.5","dcPower":"10942.7","temp":"70.0","powerFactor":"99.0","ivtStatus":"01"}] }} [08:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 08(String), 05(String), 37.7(Float), 29.6(Float), 0.2(Float), 130625.0(Float), 01(String) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466082(Integer), 137(Integer), 1(Integer), 26300.0(Double), 0.0(Double), 26.3(Double), 6552.1(Double), 21.8(Double), 675.6(Double), 14727.4(Double), 35.7(Double), 6455.6(Double), 20500.0(Double), 90137.0(Double), 01(String) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466082(Integer), 137(Integer), 2(Integer), 11400.0(Double), 0.0(Double), 11.4(Double), 1.1(Double), 19.7(Double), 555.5(Double), 10942.7(Double), 70.0(Double), 99.0(Double), 9100.0(Double), 40488.0(Double), 01(String) [08:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:23] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":342.9,"todayHours":0.3,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1833277.0,"currPower":325.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"252719.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"263808.0","todayEnergy":"263808.0","lifetimeEnergy":"1186917.0","dcCurr":"271.1","dcVolt":"935.7","dcPower":"253668.3","temp":"37.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"72732.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"79092.0","todayEnergy":"79092.0","lifetimeEnergy":"646360.0","dcCurr":"74.9","dcVolt":"937.0","dcPower":"70181.3","temp":"34.0","powerFactor":"99.9","ivtStatus":"01"}] }} [08:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [08:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:23] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":52.3,"todayHours":0.3,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345181.1,"currPower":55.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"18374.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"17500.0","todayEnergy":"17500.0","lifetimeEnergy":"115755.7","dcCurr":"126.0","dcVolt":"540.0","dcPower":"68040.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"17386.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"16400.0","todayEnergy":"16400.0","lifetimeEnergy":"106758.4","dcCurr":"82.0","dcVolt":"590.0","dcPower":"48380.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"19532.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"18400.0","todayEnergy":"18400.0","lifetimeEnergy":"122667.0","dcCurr":"129.0","dcVolt":"590.0","dcPower":"76110.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 08(String), 05(String), 325.5(Float), 342.9(Float), 0.3(Float), 1833277.0(Float), 01(String) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466083(Integer), 120(Integer), 1(Integer), 252719.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 271.1(Double), 935.7(Double), 253668.3(Double), 37.5(Double), 100.0(Double), 263808.0(Double), 1186917.0(Double), 01(String) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466083(Integer), 120(Integer), 2(Integer), 72732.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 74.9(Double), 937.0(Double), 70181.3(Double), 34.0(Double), 99.9(Double), 79092.0(Double), 646360.0(Double), 01(String) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 08(String), 05(String), 55.3(Float), 52.3(Float), 0.3(Float), 345181.1(Float), 01(String) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466084(Integer), 127(Integer), 1(Integer), 18374.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 126.0(Double), 540.0(Double), 68040.0(Double), 45.0(Double), 0.0(Double), 17500.0(Double), 115755.7(Double), 01(String) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466084(Integer), 127(Integer), 2(Integer), 17386.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 82.0(Double), 590.0(Double), 48380.0(Double), 48.0(Double), 0.0(Double), 16400.0(Double), 106758.4(Double), 01(String) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466084(Integer), 127(Integer), 3(Integer), 19532.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 129.0(Double), 590.0(Double), 76110.0(Double), 46.0(Double), 0.0(Double), 18400.0(Double), 122667.0(Double), 01(String) [08:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:24] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":115.6,"todayHours":0.3,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":854924.3,"currPower":158.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"35956.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"25850.0","todayEnergy":"25850.0","lifetimeEnergy":"191089.3","dcCurr":"58.2","dcVolt":"626.5","dcPower":"36449.8","temp":"41.9","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"35548.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"25570.0","todayEnergy":"25570.0","lifetimeEnergy":"190121.9","dcCurr":"58.1","dcVolt":"623.6","dcPower":"36232.6","temp":"41.7","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"3","acPower":"35670.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"25750.0","todayEnergy":"25750.0","lifetimeEnergy":"190121.6","dcCurr":"58.5","dcVolt":"618.9","dcPower":"36210.4","temp":"41.0","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"35781.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"25640.0","todayEnergy":"25640.0","lifetimeEnergy":"186977.4","dcCurr":"58.2","dcVolt":"627.2","dcPower":"36491.2","temp":"41.1","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"18111.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"12970.0","todayEnergy":"12970.0","lifetimeEnergy":"96614.4","dcCurr":"30.4","dcVolt":"609.7","dcPower":"18517.1","temp":"51.0","powerFactor":"10.0","ivtStatus":"01"}] }} [08:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 08(String), 05(String), 158.8(Float), 115.6(Float), 0.3(Float), 854924.3(Float), 01(String) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466085(Integer), 128(Integer), 1(Integer), 35956.0(Double), 600.1(Double), 0.0(Double), -0.0(Double), 58.2(Double), 626.5(Double), 36449.8(Double), 41.9(Double), 645.4(Double), 25850.0(Double), 191089.3(Double), 01(String) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466085(Integer), 128(Integer), 2(Integer), 35548.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 58.1(Double), 623.6(Double), 36232.6(Double), 41.7(Double), 645.4(Double), 25570.0(Double), 190121.9(Double), 01(String) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466085(Integer), 128(Integer), 3(Integer), 35670.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 58.5(Double), 618.9(Double), 36210.4(Double), 41.0(Double), 10.0(Double), 25750.0(Double), 190121.6(Double), 01(String) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466085(Integer), 128(Integer), 4(Integer), 35781.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 58.2(Double), 627.2(Double), 36491.2(Double), 41.1(Double), 10.0(Double), 25640.0(Double), 186977.4(Double), 01(String) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466085(Integer), 128(Integer), 5(Integer), 18111.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 30.4(Double), 609.7(Double), 18517.1(Double), 51.0(Double), 10.0(Double), 12970.0(Double), 96614.4(Double), 01(String) [08:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:25] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":301.3,"todayHours":0.3,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1875663.0,"currPower":303.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"234555.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"229655.0","todayEnergy":"229655.0","lifetimeEnergy":"1216185.0","dcCurr":"247.2","dcVolt":"937.7","dcPower":"231799.4","temp":"37.0","powerFactor":"85.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"68701.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"71686.0","todayEnergy":"71686.0","lifetimeEnergy":"659478.0","dcCurr":"72.5","dcVolt":"943.4","dcPower":"68396.5","temp":"32.8","powerFactor":"90.3","ivtStatus":"01"}] }} [08:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 08(String), 05(String), 303.3(Float), 301.3(Float), 0.3(Float), 1875663.0(Float), 01(String) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466086(Integer), 112(Integer), 1(Integer), 234555.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 247.2(Double), 937.7(Double), 231799.4(Double), 37.0(Double), 85.9(Double), 229655.0(Double), 1216185.0(Double), 01(String) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466086(Integer), 112(Integer), 2(Integer), 68701.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 72.5(Double), 943.4(Double), 68396.5(Double), 32.8(Double), 90.3(Double), 71686.0(Double), 659478.0(Double), 01(String) [08:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:26] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":84.4,"todayHours":0.2,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":141612.0,"currPower":56.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"14300.0","acFreq":"0.0","apparentPower":"14.3","reactivePower":"6552.7","acEnergy":"20100.0","todayEnergy":"20100.0","lifetimeEnergy":"35811.0","dcCurr":"9.4","dcVolt":"624.1","dcPower":"5866.5","temp":"71.9","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"14000.0","acFreq":"0.0","apparentPower":"14.0","reactivePower":"6552.7","acEnergy":"21300.0","todayEnergy":"21300.0","lifetimeEnergy":"35403.0","dcCurr":"9.4","dcVolt":"621.0","dcPower":"5837.1","temp":"75.5","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"3","acPower":"13900.0","acFreq":"0.0","apparentPower":"13.9","reactivePower":"6553.0","acEnergy":"20700.0","todayEnergy":"20700.0","lifetimeEnergy":"35532.0","dcCurr":"9.3","dcVolt":"620.9","dcPower":"5774.1","temp":"73.4","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"4","acPower":"14200.0","acFreq":"0.0","apparentPower":"14.2","reactivePower":"6552.4","acEnergy":"22300.0","todayEnergy":"22300.0","lifetimeEnergy":"34866.0","dcCurr":"9.4","dcVolt":"619.2","dcPower":"5820.2","temp":"76.3","powerFactor":"6455.6","ivtStatus":"01"}] }} [08:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 08(String), 05(String), 56.4(Float), 84.4(Float), 0.2(Float), 141612.0(Float), 01(String) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466087(Integer), 139(Integer), 1(Integer), 14300.0(Double), 0.0(Double), 14.3(Double), 6552.7(Double), 9.4(Double), 624.1(Double), 5866.5(Double), 71.9(Double), 6454.6(Double), 20100.0(Double), 35811.0(Double), 01(String) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466087(Integer), 139(Integer), 2(Integer), 14000.0(Double), 0.0(Double), 14.0(Double), 6552.7(Double), 9.4(Double), 621.0(Double), 5837.1(Double), 75.5(Double), 6455.6(Double), 21300.0(Double), 35403.0(Double), 01(String) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466087(Integer), 139(Integer), 3(Integer), 13900.0(Double), 0.0(Double), 13.9(Double), 6553.0(Double), 9.3(Double), 620.9(Double), 5774.1(Double), 73.4(Double), 6455.6(Double), 20700.0(Double), 35532.0(Double), 01(String) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466087(Integer), 139(Integer), 4(Integer), 14200.0(Double), 0.0(Double), 14.2(Double), 6552.4(Double), 9.4(Double), 619.2(Double), 5820.2(Double), 76.3(Double), 6455.6(Double), 22300.0(Double), 34866.0(Double), 01(String) [08:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:27] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":318.2,"todayHours":0.3,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1906360.0,"currPower":300.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"207590.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"209882.0","todayEnergy":"209882.0","lifetimeEnergy":"1244710.0","dcCurr":"219.9","dcVolt":"931.3","dcPower":"204792.9","temp":"37.2","powerFactor":"83.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"92620.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"108276.0","todayEnergy":"108276.0","lifetimeEnergy":"661650.0","dcCurr":"97.4","dcVolt":"939.9","dcPower":"91546.3","temp":"36.4","powerFactor":"95.5","ivtStatus":"01"}] }} [08:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 08(String), 05(String), 300.2(Float), 318.2(Float), 0.3(Float), 1906360.0(Float), 01(String) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466088(Integer), 107(Integer), 1(Integer), 207590.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 219.9(Double), 931.3(Double), 204792.9(Double), 37.2(Double), 83.1(Double), 209882.0(Double), 1244710.0(Double), 01(String) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466088(Integer), 107(Integer), 2(Integer), 92620.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 97.4(Double), 939.9(Double), 91546.3(Double), 36.4(Double), 95.5(Double), 108276.0(Double), 661650.0(Double), 01(String) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:27] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":29.6,"todayHours":0.3,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":106007.0,"currPower":30.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30600.0","acFreq":"0.0","apparentPower":"30.6","reactivePower":"6552.4","acEnergy":"29600.0","todayEnergy":"29600.0","lifetimeEnergy":"106007.0","dcCurr":"25.5","dcVolt":"493.6","dcPower":"12585.9","temp":"37.0","powerFactor":"6455.6","ivtStatus":"01"}] }} [08:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 08(String), 05(String), 30.6(Float), 29.6(Float), 0.3(Float), 106007.0(Float), 01(String) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466089(Integer), 136(Integer), 1(Integer), 30600.0(Double), 0.0(Double), 30.6(Double), 6552.4(Double), 25.5(Double), 493.6(Double), 12585.9(Double), 37.0(Double), 6455.6(Double), 29600.0(Double), 106007.0(Double), 01(String) [08:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:28] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":320.1,"todayHours":0.3,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1732032.0,"currPower":312.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"248401.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"256552.0","todayEnergy":"256552.0","lifetimeEnergy":"1130197.0","dcCurr":"266.5","dcVolt":"932.3","dcPower":"248458.0","temp":"38.7","powerFactor":"86.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"64005.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"63503.0","todayEnergy":"63503.0","lifetimeEnergy":"601835.0","dcCurr":"69.4","dcVolt":"933.7","dcPower":"64798.8","temp":"35.2","powerFactor":"94.6","ivtStatus":"01"}] }} [08:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 08(String), 05(String), 312.4(Float), 320.1(Float), 0.3(Float), 1732032.0(Float), 01(String) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466090(Integer), 125(Integer), 1(Integer), 248401.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 266.5(Double), 932.3(Double), 248458.0(Double), 38.7(Double), 86.3(Double), 256552.0(Double), 1130197.0(Double), 01(String) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466090(Integer), 125(Integer), 2(Integer), 64005.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 69.4(Double), 933.7(Double), 64798.8(Double), 35.2(Double), 94.6(Double), 63503.0(Double), 601835.0(Double), 01(String) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:28] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":56.5,"todayHours":0.4,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255168.5,"currPower":55.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"19464.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"20000.0","todayEnergy":"20000.0","lifetimeEnergy":"90407.3","dcCurr":"132.0","dcVolt":"562.0","dcPower":"74184.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"17155.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"17600.0","todayEnergy":"17600.0","lifetimeEnergy":"79476.1","dcCurr":"85.0","dcVolt":"553.0","dcPower":"47005.0","temp":"50.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"18502.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"18900.0","todayEnergy":"18900.0","lifetimeEnergy":"85285.1","dcCurr":"130.0","dcVolt":"512.0","dcPower":"66560.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 08(String), 05(String), 55.1(Float), 56.5(Float), 0.4(Float), 255168.5(Float), 01(String) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466091(Integer), 131(Integer), 1(Integer), 19464.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 132.0(Double), 562.0(Double), 74184.0(Double), 48.0(Double), 0.0(Double), 20000.0(Double), 90407.3(Double), 01(String) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466091(Integer), 131(Integer), 2(Integer), 17155.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 85.0(Double), 553.0(Double), 47005.0(Double), 50.0(Double), 0.0(Double), 17600.0(Double), 79476.1(Double), 01(String) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466091(Integer), 131(Integer), 3(Integer), 18502.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 130.0(Double), 512.0(Double), 66560.0(Double), 48.0(Double), 0.0(Double), 18900.0(Double), 85285.1(Double), 01(String) [08:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:29] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":16.9,"todayHours":0.3,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15887.0,"currPower":19.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"19500.0","acFreq":"0.0","apparentPower":"19.5","reactivePower":"1.1","acEnergy":"16900.0","todayEnergy":"16900.0","lifetimeEnergy":"15887.0","dcCurr":"26.9","dcVolt":"730.8","dcPower":"19659.4","temp":"44.8","powerFactor":"100.0","ivtStatus":"01"}] }} [08:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 08(String), 05(String), 19.5(Float), 16.9(Float), 0.3(Float), 15887.0(Float), 01(String) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466092(Integer), 140(Integer), 1(Integer), 19500.0(Double), 0.0(Double), 19.5(Double), 1.1(Double), 26.9(Double), 730.8(Double), 19659.4(Double), 44.8(Double), 100.0(Double), 16900.0(Double), 15887.0(Double), 01(String) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:29] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":24.7,"todayHours":0.2,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27300.0,"currPower":30.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30900.0","acFreq":"0.0","apparentPower":"30.9","reactivePower":"6552.0","acEnergy":"24700.0","todayEnergy":"24700.0","lifetimeEnergy":"27300.0","dcCurr":"12.2","dcVolt":"685.2","dcPower":"8359.4","temp":"49.4","powerFactor":"6454.6","ivtStatus":"01"}] }} [08:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 08(String), 05(String), 30.9(Float), 24.7(Float), 0.2(Float), 27300.0(Float), 01(String) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466093(Integer), 141(Integer), 1(Integer), 30900.0(Double), 0.0(Double), 30.9(Double), 6552.0(Double), 12.2(Double), 685.2(Double), 8359.4(Double), 49.4(Double), 6454.6(Double), 24700.0(Double), 27300.0(Double), 01(String) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:29] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":341.1,"todayHours":0.3,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1893035.0,"currPower":373.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"293791.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"262920.0","todayEnergy":"262920.0","lifetimeEnergy":"1221320.0","dcCurr":"309.1","dcVolt":"932.5","dcPower":"288235.8","temp":"42.9","powerFactor":"85.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"79978.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"78173.0","todayEnergy":"78173.0","lifetimeEnergy":"671715.0","dcCurr":"84.2","dcVolt":"931.1","dcPower":"78398.6","temp":"35.8","powerFactor":"95.3","ivtStatus":"01"}] }} [08:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 08(String), 05(String), 373.8(Float), 341.1(Float), 0.3(Float), 1893035.0(Float), 01(String) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466094(Integer), 109(Integer), 1(Integer), 293791.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 309.1(Double), 932.5(Double), 288235.8(Double), 42.9(Double), 85.0(Double), 262920.0(Double), 1221320.0(Double), 01(String) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466094(Integer), 109(Integer), 2(Integer), 79978.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 84.2(Double), 931.1(Double), 78398.6(Double), 35.8(Double), 95.3(Double), 78173.0(Double), 671715.0(Double), 01(String) [08:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:30] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":121.8,"todayHours":0.1,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2424465.0,"currPower":177.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"13577.0","acFreq":"0.0","apparentPower":"13.6","reactivePower":"0.0","acEnergy":"8600.0","todayEnergy":"8600.0","lifetimeEnergy":"144335.0","dcCurr":"17.1","dcVolt":"594.5","dcPower":"10165.4","temp":"32.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"13080.0","acFreq":"0.0","apparentPower":"13.1","reactivePower":"0.0","acEnergy":"8700.0","todayEnergy":"8700.0","lifetimeEnergy":"163879.0","dcCurr":"16.9","dcVolt":"585.3","dcPower":"9891.0","temp":"34.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"13569.0","acFreq":"0.0","apparentPower":"13.6","reactivePower":"0.0","acEnergy":"8700.0","todayEnergy":"8700.0","lifetimeEnergy":"147217.0","dcCurr":"17.9","dcVolt":"589.2","dcPower":"10547.3","temp":"32.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"14217.0","acFreq":"0.0","apparentPower":"14.2","reactivePower":"0.0","acEnergy":"9300.0","todayEnergy":"9300.0","lifetimeEnergy":"152474.0","dcCurr":"18.1","dcVolt":"593.6","dcPower":"10744.8","temp":"32.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"13629.0","acFreq":"0.0","apparentPower":"13.6","reactivePower":"0.0","acEnergy":"9300.0","todayEnergy":"9300.0","lifetimeEnergy":"167648.0","dcCurr":"17.2","dcVolt":"597.2","dcPower":"10271.8","temp":"33.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"14379.0","acFreq":"0.0","apparentPower":"14.4","reactivePower":"0.0","acEnergy":"9400.0","todayEnergy":"9400.0","lifetimeEnergy":"167237.0","dcCurr":"18.8","dcVolt":"585.8","dcPower":"11013.7","temp":"34.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"14238.0","acFreq":"0.0","apparentPower":"14.2","reactivePower":"0.0","acEnergy":"8900.0","todayEnergy":"8900.0","lifetimeEnergy":"140898.0","dcCurr":"18.1","dcVolt":"596.7","dcPower":"10800.3","temp":"32.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"9333.0","acFreq":"0.0","apparentPower":"9.3","reactivePower":"0.0","acEnergy":"7300.0","todayEnergy":"7300.0","lifetimeEnergy":"158142.0","dcCurr":"10.9","dcVolt":"608.1","dcPower":"6627.9","temp":"33.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"5812.0","acFreq":"0.0","apparentPower":"5.8","reactivePower":"0.0","acEnergy":"5100.0","todayEnergy":"5100.0","lifetimeEnergy":"133686.0","dcCurr":"7.2","dcVolt":"618.9","dcPower":"4456.3","temp":"32.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"10223.0","acFreq":"0.0","apparentPower":"10.2","reactivePower":"0.0","acEnergy":"7900.0","todayEnergy":"7900.0","lifetimeEnergy":"160700.0","dcCurr":"12.3","dcVolt":"613.5","dcPower":"7546.5","temp":"32.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"10884.0","acFreq":"0.0","apparentPower":"10.9","reactivePower":"0.0","acEnergy":"8200.0","todayEnergy":"8200.0","lifetimeEnergy":"160760.0","dcCurr":"14.6","dcVolt":"598.7","dcPower":"8740.5","temp":"33.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"11165.0","acFreq":"0.0","apparentPower":"11.2","reactivePower":"0.0","acEnergy":"8400.0","todayEnergy":"8400.0","lifetimeEnergy":"163305.0","dcCurr":"14.8","dcVolt":"605.6","dcPower":"8962.4","temp":"33.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"1826.0","acFreq":"0.0","apparentPower":"1.8","reactivePower":"0.0","acEnergy":"500.0","todayEnergy":"500.0","lifetimeEnergy":"160752.0","dcCurr":"2.7","dcVolt":"548.9","dcPower":"1482.1","temp":"27.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"11637.0","acFreq":"0.0","apparentPower":"11.6","reactivePower":"0.0","acEnergy":"8100.0","todayEnergy":"8100.0","lifetimeEnergy":"147408.0","dcCurr":"13.9","dcVolt":"596.5","dcPower":"8291.8","temp":"33.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"5957.0","acFreq":"0.0","apparentPower":"6.0","reactivePower":"0.0","acEnergy":"4600.0","todayEnergy":"4600.0","lifetimeEnergy":"99166.0","dcCurr":"9.4","dcVolt":"627.9","dcPower":"5902.6","temp":"32.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"13587.0","acFreq":"0.0","apparentPower":"13.6","reactivePower":"0.0","acEnergy":"8800.0","todayEnergy":"8800.0","lifetimeEnergy":"156858.0","dcCurr":"17.2","dcVolt":"597.7","dcPower":"10281.0","temp":"32.4","powerFactor":"0.0","ivtStatus":"01"}] }} [08:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 08(String), 05(String), 177.1(Float), 121.8(Float), 0.1(Float), 2424465.0(Float), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 1(Integer), 13577.0(Double), 0.0(Double), 13.6(Double), 0.0(Double), 17.1(Double), 594.5(Double), 10165.4(Double), 32.4(Double), 0.0(Double), 8600.0(Double), 144335.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 2(Integer), 13080.0(Double), 0.0(Double), 13.1(Double), 0.0(Double), 16.9(Double), 585.3(Double), 9891.0(Double), 34.8(Double), 0.0(Double), 8700.0(Double), 163879.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 3(Integer), 13569.0(Double), 0.0(Double), 13.6(Double), 0.0(Double), 17.9(Double), 589.2(Double), 10547.3(Double), 32.8(Double), 0.0(Double), 8700.0(Double), 147217.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 4(Integer), 14217.0(Double), 0.0(Double), 14.2(Double), 0.0(Double), 18.1(Double), 593.6(Double), 10744.8(Double), 32.6(Double), 0.0(Double), 9300.0(Double), 152474.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 5(Integer), 13629.0(Double), 0.0(Double), 13.6(Double), 0.0(Double), 17.2(Double), 597.2(Double), 10271.8(Double), 33.9(Double), 0.0(Double), 9300.0(Double), 167648.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 6(Integer), 14379.0(Double), 0.0(Double), 14.4(Double), 0.0(Double), 18.8(Double), 585.8(Double), 11013.7(Double), 34.1(Double), 0.0(Double), 9400.0(Double), 167237.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 7(Integer), 14238.0(Double), 0.0(Double), 14.2(Double), 0.0(Double), 18.1(Double), 596.7(Double), 10800.3(Double), 32.4(Double), 0.0(Double), 8900.0(Double), 140898.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 8(Integer), 9333.0(Double), 0.0(Double), 9.3(Double), 0.0(Double), 10.9(Double), 608.1(Double), 6627.9(Double), 33.2(Double), 0.0(Double), 7300.0(Double), 158142.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 9(Integer), 5812.0(Double), 0.0(Double), 5.8(Double), 0.0(Double), 7.2(Double), 618.9(Double), 4456.3(Double), 32.8(Double), 0.0(Double), 5100.0(Double), 133686.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 10(Integer), 10223.0(Double), 0.0(Double), 10.2(Double), 0.0(Double), 12.3(Double), 613.5(Double), 7546.5(Double), 32.4(Double), 0.0(Double), 7900.0(Double), 160700.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 11(Integer), 10884.0(Double), 0.0(Double), 10.9(Double), 0.0(Double), 14.6(Double), 598.7(Double), 8740.5(Double), 33.3(Double), 0.0(Double), 8200.0(Double), 160760.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 12(Integer), 11165.0(Double), 0.0(Double), 11.2(Double), 0.0(Double), 14.8(Double), 605.6(Double), 8962.4(Double), 33.0(Double), 0.0(Double), 8400.0(Double), 163305.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 13(Integer), 1826.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.7(Double), 548.9(Double), 1482.1(Double), 27.5(Double), 0.0(Double), 500.0(Double), 160752.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 17(Integer), 11637.0(Double), 0.0(Double), 11.6(Double), 0.0(Double), 13.9(Double), 596.5(Double), 8291.8(Double), 33.2(Double), 0.0(Double), 8100.0(Double), 147408.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 18(Integer), 5957.0(Double), 0.0(Double), 6.0(Double), 0.0(Double), 9.4(Double), 627.9(Double), 5902.6(Double), 32.8(Double), 0.0(Double), 4600.0(Double), 99166.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466095(Integer), 92(Integer), 19(Integer), 13587.0(Double), 0.0(Double), 13.6(Double), 0.0(Double), 17.2(Double), 597.7(Double), 10281.0(Double), 32.4(Double), 0.0(Double), 8800.0(Double), 156858.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:30] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":185.3,"todayHours":0.2,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3085551.0,"currPower":273.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"14664.0","acFreq":"0.0","apparentPower":"14.7","reactivePower":"0.0","acEnergy":"9200.0","todayEnergy":"9200.0","lifetimeEnergy":"152727.0","dcCurr":"18.7","dcVolt":"597.1","dcPower":"11165.8","temp":"32.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"15074.0","acFreq":"0.0","apparentPower":"15.1","reactivePower":"0.0","acEnergy":"10200.0","todayEnergy":"10200.0","lifetimeEnergy":"166513.0","dcCurr":"19.2","dcVolt":"589.0","dcPower":"11308.2","temp":"33.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"14595.0","acFreq":"0.0","apparentPower":"14.6","reactivePower":"0.0","acEnergy":"9400.0","todayEnergy":"9400.0","lifetimeEnergy":"146904.0","dcCurr":"18.6","dcVolt":"594.5","dcPower":"11057.1","temp":"32.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"14650.0","acFreq":"0.0","apparentPower":"14.6","reactivePower":"0.0","acEnergy":"10000.0","todayEnergy":"10000.0","lifetimeEnergy":"164665.0","dcCurr":"18.8","dcVolt":"593.4","dcPower":"11155.9","temp":"33.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"14414.0","acFreq":"0.0","apparentPower":"14.4","reactivePower":"0.0","acEnergy":"9200.0","todayEnergy":"9200.0","lifetimeEnergy":"147484.0","dcCurr":"18.3","dcVolt":"594.4","dcPower":"10878.1","temp":"33.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"14370.0","acFreq":"0.0","apparentPower":"14.4","reactivePower":"0.0","acEnergy":"9800.0","todayEnergy":"9800.0","lifetimeEnergy":"169627.0","dcCurr":"18.4","dcVolt":"597.7","dcPower":"10998.3","temp":"33.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"15011.0","acFreq":"0.0","apparentPower":"15.0","reactivePower":"0.0","acEnergy":"10100.0","todayEnergy":"10100.0","lifetimeEnergy":"166407.0","dcCurr":"19.3","dcVolt":"594.7","dcPower":"11477.7","temp":"34.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"14795.0","acFreq":"0.0","apparentPower":"14.8","reactivePower":"0.0","acEnergy":"9800.0","todayEnergy":"9800.0","lifetimeEnergy":"149816.0","dcCurr":"18.9","dcVolt":"595.4","dcPower":"11253.7","temp":"32.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"15000.0","acFreq":"0.0","apparentPower":"15.0","reactivePower":"0.0","acEnergy":"10000.0","todayEnergy":"10000.0","lifetimeEnergy":"165885.0","dcCurr":"19.2","dcVolt":"594.6","dcPower":"11415.7","temp":"32.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"13952.0","acFreq":"0.0","apparentPower":"14.0","reactivePower":"0.0","acEnergy":"8900.0","todayEnergy":"8900.0","lifetimeEnergy":"133653.0","dcCurr":"17.7","dcVolt":"595.6","dcPower":"10541.5","temp":"33.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"14357.0","acFreq":"0.0","apparentPower":"14.4","reactivePower":"0.0","acEnergy":"9800.0","todayEnergy":"9800.0","lifetimeEnergy":"161660.0","dcCurr":"18.2","dcVolt":"594.6","dcPower":"10822.3","temp":"33.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"13636.0","acFreq":"0.0","apparentPower":"13.6","reactivePower":"0.0","acEnergy":"9000.0","todayEnergy":"9000.0","lifetimeEnergy":"133331.0","dcCurr":"17.1","dcVolt":"600.2","dcPower":"10264.0","temp":"33.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"13562.0","acFreq":"0.0","apparentPower":"13.6","reactivePower":"0.0","acEnergy":"9300.0","todayEnergy":"9300.0","lifetimeEnergy":"159318.0","dcCurr":"17.3","dcVolt":"594.2","dcPower":"10279.7","temp":"33.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"13452.0","acFreq":"0.0","apparentPower":"13.5","reactivePower":"0.0","acEnergy":"9300.0","todayEnergy":"9300.0","lifetimeEnergy":"153114.0","dcCurr":"17.2","dcVolt":"594.5","dcPower":"10225.4","temp":"33.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"13705.0","acFreq":"0.0","apparentPower":"13.7","reactivePower":"0.0","acEnergy":"9200.0","todayEnergy":"9200.0","lifetimeEnergy":"136835.0","dcCurr":"17.6","dcVolt":"600.4","dcPower":"10566.5","temp":"33.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"11839.0","acFreq":"0.0","apparentPower":"11.8","reactivePower":"0.0","acEnergy":"8600.0","todayEnergy":"8600.0","lifetimeEnergy":"165570.0","dcCurr":"14.0","dcVolt":"597.8","dcPower":"8368.7","temp":"32.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"11750.0","acFreq":"0.0","apparentPower":"11.8","reactivePower":"0.0","acEnergy":"8800.0","todayEnergy":"8800.0","lifetimeEnergy":"161794.0","dcCurr":"14.1","dcVolt":"596.3","dcPower":"8408.3","temp":"33.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"10214.0","acFreq":"0.0","apparentPower":"10.2","reactivePower":"0.0","acEnergy":"7600.0","todayEnergy":"7600.0","lifetimeEnergy":"139445.0","dcCurr":"11.9","dcVolt":"594.5","dcPower":"7074.9","temp":"33.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"10173.0","acFreq":"0.0","apparentPower":"10.2","reactivePower":"0.0","acEnergy":"7400.0","todayEnergy":"7400.0","lifetimeEnergy":"139794.0","dcCurr":"12.8","dcVolt":"592.1","dcPower":"7579.3","temp":"33.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"14511.0","acFreq":"0.0","apparentPower":"14.5","reactivePower":"0.0","acEnergy":"9700.0","todayEnergy":"9700.0","lifetimeEnergy":"171009.0","dcCurr":"18.9","dcVolt":"596.1","dcPower":"11265.7","temp":"33.2","powerFactor":"0.0","ivtStatus":"01"}] }} [08:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 08(String), 05(String), 273.7(Float), 185.3(Float), 0.2(Float), 3085551.0(Float), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 1(Integer), 14664.0(Double), 0.0(Double), 14.7(Double), 0.0(Double), 18.7(Double), 597.1(Double), 11165.8(Double), 32.8(Double), 0.0(Double), 9200.0(Double), 152727.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 2(Integer), 15074.0(Double), 0.0(Double), 15.1(Double), 0.0(Double), 19.2(Double), 589.0(Double), 11308.2(Double), 33.2(Double), 0.0(Double), 10200.0(Double), 166513.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 3(Integer), 14595.0(Double), 0.0(Double), 14.6(Double), 0.0(Double), 18.6(Double), 594.5(Double), 11057.1(Double), 32.5(Double), 0.0(Double), 9400.0(Double), 146904.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 4(Integer), 14650.0(Double), 0.0(Double), 14.6(Double), 0.0(Double), 18.8(Double), 593.4(Double), 11155.9(Double), 33.1(Double), 0.0(Double), 10000.0(Double), 164665.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 5(Integer), 14414.0(Double), 0.0(Double), 14.4(Double), 0.0(Double), 18.3(Double), 594.4(Double), 10878.1(Double), 33.2(Double), 0.0(Double), 9200.0(Double), 147484.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 6(Integer), 14370.0(Double), 0.0(Double), 14.4(Double), 0.0(Double), 18.4(Double), 597.7(Double), 10998.3(Double), 33.3(Double), 0.0(Double), 9800.0(Double), 169627.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 7(Integer), 15011.0(Double), 0.0(Double), 15.0(Double), 0.0(Double), 19.3(Double), 594.7(Double), 11477.7(Double), 34.2(Double), 0.0(Double), 10100.0(Double), 166407.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 8(Integer), 14795.0(Double), 0.0(Double), 14.8(Double), 0.0(Double), 18.9(Double), 595.4(Double), 11253.7(Double), 32.9(Double), 0.0(Double), 9800.0(Double), 149816.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 9(Integer), 15000.0(Double), 0.0(Double), 15.0(Double), 0.0(Double), 19.2(Double), 594.6(Double), 11415.7(Double), 32.8(Double), 0.0(Double), 10000.0(Double), 165885.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 10(Integer), 13952.0(Double), 0.0(Double), 14.0(Double), 0.0(Double), 17.7(Double), 595.6(Double), 10541.5(Double), 33.1(Double), 0.0(Double), 8900.0(Double), 133653.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 11(Integer), 14357.0(Double), 0.0(Double), 14.4(Double), 0.0(Double), 18.2(Double), 594.6(Double), 10822.3(Double), 33.5(Double), 0.0(Double), 9800.0(Double), 161660.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 12(Integer), 13636.0(Double), 0.0(Double), 13.6(Double), 0.0(Double), 17.1(Double), 600.2(Double), 10264.0(Double), 33.7(Double), 0.0(Double), 9000.0(Double), 133331.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 13(Integer), 13562.0(Double), 0.0(Double), 13.6(Double), 0.0(Double), 17.3(Double), 594.2(Double), 10279.7(Double), 33.7(Double), 0.0(Double), 9300.0(Double), 159318.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 14(Integer), 13452.0(Double), 0.0(Double), 13.5(Double), 0.0(Double), 17.2(Double), 594.5(Double), 10225.4(Double), 33.7(Double), 0.0(Double), 9300.0(Double), 153114.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 15(Integer), 13705.0(Double), 0.0(Double), 13.7(Double), 0.0(Double), 17.6(Double), 600.4(Double), 10566.5(Double), 33.4(Double), 0.0(Double), 9200.0(Double), 136835.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 16(Integer), 11839.0(Double), 0.0(Double), 11.8(Double), 0.0(Double), 14.0(Double), 597.8(Double), 8368.7(Double), 32.5(Double), 0.0(Double), 8600.0(Double), 165570.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 17(Integer), 11750.0(Double), 0.0(Double), 11.8(Double), 0.0(Double), 14.1(Double), 596.3(Double), 8408.3(Double), 33.2(Double), 0.0(Double), 8800.0(Double), 161794.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 18(Integer), 10214.0(Double), 0.0(Double), 10.2(Double), 0.0(Double), 11.9(Double), 594.5(Double), 7074.9(Double), 33.2(Double), 0.0(Double), 7600.0(Double), 139445.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 19(Integer), 10173.0(Double), 0.0(Double), 10.2(Double), 0.0(Double), 12.8(Double), 592.1(Double), 7579.3(Double), 33.1(Double), 0.0(Double), 7400.0(Double), 139794.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466096(Integer), 93(Integer), 20(Integer), 14511.0(Double), 0.0(Double), 14.5(Double), 0.0(Double), 18.9(Double), 596.1(Double), 11265.7(Double), 33.2(Double), 0.0(Double), 9700.0(Double), 171009.0(Double), 01(String) [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:30] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":340.3,"todayHours":0.3,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1651335.0,"currPower":325.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"252969.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"268809.0","todayEnergy":"268809.0","lifetimeEnergy":"1075888.0","dcCurr":"271.1","dcVolt":"933.8","dcPower":"253153.2","temp":"38.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"72557.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"71469.0","todayEnergy":"71469.0","lifetimeEnergy":"575447.0","dcCurr":"74.8","dcVolt":"954.5","dcPower":"71396.6","temp":"34.9","powerFactor":"100.0","ivtStatus":"01"}] }} [08:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 08(String), 05(String), 325.5(Float), 340.3(Float), 0.3(Float), 1651335.0(Float), 01(String) [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466097(Integer), 123(Integer), 1(Integer), 252969.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 271.1(Double), 933.8(Double), 253153.2(Double), 38.3(Double), 100.0(Double), 268809.0(Double), 1075888.0(Double), 01(String) [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466097(Integer), 123(Integer), 2(Integer), 72557.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 74.8(Double), 954.5(Double), 71396.6(Double), 34.9(Double), 100.0(Double), 71469.0(Double), 575447.0(Double), 01(String) [08:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:32] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":361.3,"todayHours":0.4,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1820103.0,"currPower":367.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"285527.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"280937.0","todayEnergy":"280937.0","lifetimeEnergy":"1194578.0","dcCurr":"309.8","dcVolt":"933.2","dcPower":"289105.3","temp":"44.5","powerFactor":"85.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"81979.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"80403.0","todayEnergy":"80403.0","lifetimeEnergy":"625525.0","dcCurr":"75.1","dcVolt":"936.2","dcPower":"70308.6","temp":"37.1","powerFactor":"93.1","ivtStatus":"01"}] }} [08:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 08(String), 05(String), 367.5(Float), 361.3(Float), 0.4(Float), 1820103.0(Float), 01(String) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466098(Integer), 102(Integer), 1(Integer), 285527.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 309.8(Double), 933.2(Double), 289105.3(Double), 44.5(Double), 85.7(Double), 280937.0(Double), 1194578.0(Double), 01(String) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466098(Integer), 102(Integer), 2(Integer), 81979.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 75.1(Double), 936.2(Double), 70308.6(Double), 37.1(Double), 93.1(Double), 80403.0(Double), 625525.0(Double), 01(String) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:32] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":351.8,"todayHours":0.4,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1873076.0,"currPower":361.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"287815.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"277530.0","todayEnergy":"277530.0","lifetimeEnergy":"1207316.0","dcCurr":"295.6","dcVolt":"938.1","dcPower":"277302.3","temp":"42.0","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"74018.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"74260.0","todayEnergy":"74260.0","lifetimeEnergy":"665760.0","dcCurr":"64.7","dcVolt":"960.7","dcPower":"62157.3","temp":"36.3","powerFactor":"99.9","ivtStatus":"01"}] }} [08:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 08(String), 05(String), 361.8(Float), 351.8(Float), 0.4(Float), 1873076.0(Float), 01(String) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466099(Integer), 105(Integer), 1(Integer), 287815.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 295.6(Double), 938.1(Double), 277302.3(Double), 42.0(Double), 100.0(Double), 277530.0(Double), 1207316.0(Double), 01(String) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466099(Integer), 105(Integer), 2(Integer), 74018.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 64.7(Double), 960.7(Double), 62157.3(Double), 36.3(Double), 99.9(Double), 74260.0(Double), 665760.0(Double), 01(String) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:32] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":373.9,"todayHours":0.4,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1878473.0,"currPower":352.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"281621.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"303188.0","todayEnergy":"303188.0","lifetimeEnergy":"1227621.0","dcCurr":"300.3","dcVolt":"937.4","dcPower":"281501.2","temp":"45.8","powerFactor":"91.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"70948.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"70715.0","todayEnergy":"70715.0","lifetimeEnergy":"650852.0","dcCurr":"76.8","dcVolt":"934.2","dcPower":"71746.6","temp":"36.2","powerFactor":"91.5","ivtStatus":"01"}] }} [08:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 08(String), 05(String), 352.6(Float), 373.9(Float), 0.4(Float), 1878473.0(Float), 01(String) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466100(Integer), 122(Integer), 1(Integer), 281621.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 300.3(Double), 937.4(Double), 281501.2(Double), 45.8(Double), 91.9(Double), 303188.0(Double), 1227621.0(Double), 01(String) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466100(Integer), 122(Integer), 2(Integer), 70948.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 76.8(Double), 934.2(Double), 71746.6(Double), 36.2(Double), 91.5(Double), 70715.0(Double), 650852.0(Double), 01(String) [08:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:34] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:34] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":367.7,"todayHours":0.4,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1857870.0,"currPower":362.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"282072.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"295788.0","todayEnergy":"295788.0","lifetimeEnergy":"1220198.0","dcCurr":"298.8","dcVolt":"934.5","dcPower":"279228.6","temp":"43.8","powerFactor":"86.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"80272.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"71899.0","todayEnergy":"71899.0","lifetimeEnergy":"637672.0","dcCurr":"74.1","dcVolt":"935.5","dcPower":"69320.5","temp":"36.5","powerFactor":"92.5","ivtStatus":"01"}] }} [08:05:34] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 08(String), 05(String), 362.3(Float), 367.7(Float), 0.4(Float), 1857870.0(Float), 01(String) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466101(Integer), 101(Integer), 1(Integer), 282072.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 298.8(Double), 934.5(Double), 279228.6(Double), 43.8(Double), 86.9(Double), 295788.0(Double), 1220198.0(Double), 01(String) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466101(Integer), 101(Integer), 2(Integer), 80272.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 74.1(Double), 935.5(Double), 69320.5(Double), 36.5(Double), 92.5(Double), 71899.0(Double), 637672.0(Double), 01(String) [08:05:34] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:34] [DEBUG] controller.InverterController - {"plantSeq":104,"todayEnergy":359.0,"todayHours":0.4,"lastdayEnergy":1836608.0,"lastdayHours":1838.4,"lifetimeEnergy":1836967.0,"currPower":369.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"290372.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"287777.0","todayEnergy":"287777.0","lifetimeEnergy":"1177524.0","dcCurr":"318.5","dcVolt":"928.8","dcPower":"295822.8","temp":"42.9","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"78749.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"71192.0","todayEnergy":"71192.0","lifetimeEnergy":"659443.0","dcCurr":"77.3","dcVolt":"951.4","dcPower":"73543.2","temp":"38.0","powerFactor":"100.0","ivtStatus":"01"}] }} [08:05:34] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2023-08-02(String), 08(String), 05(String), 369.1(Float), 359.0(Float), 0.4(Float), 1836967.0(Float), 01(String) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466102(Integer), 104(Integer), 1(Integer), 290372.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 318.5(Double), 928.8(Double), 295822.8(Double), 42.9(Double), 100.0(Double), 287777.0(Double), 1177524.0(Double), 01(String) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466102(Integer), 104(Integer), 2(Integer), 78749.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 77.3(Double), 951.4(Double), 73543.2(Double), 38.0(Double), 100.0(Double), 71192.0(Double), 659443.0(Double), 01(String) [08:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:35] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:35] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":362.4,"todayHours":0.4,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1932464.0,"currPower":369.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"289724.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"292124.0","todayEnergy":"292124.0","lifetimeEnergy":"1258821.0","dcCurr":"309.0","dcVolt":"937.4","dcPower":"289656.6","temp":"45.3","powerFactor":"84.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"79315.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"70254.0","todayEnergy":"70254.0","lifetimeEnergy":"673643.0","dcCurr":"68.7","dcVolt":"946.4","dcPower":"65017.7","temp":"37.2","powerFactor":"92.7","ivtStatus":"01"}] }} [08:05:35] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 08(String), 05(String), 369.0(Float), 362.4(Float), 0.4(Float), 1932464.0(Float), 01(String) [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466103(Integer), 103(Integer), 1(Integer), 289724.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 309.0(Double), 937.4(Double), 289656.6(Double), 45.3(Double), 84.8(Double), 292124.0(Double), 1258821.0(Double), 01(String) [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466103(Integer), 103(Integer), 2(Integer), 79315.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 68.7(Double), 946.4(Double), 65017.7(Double), 37.2(Double), 92.7(Double), 70254.0(Double), 673643.0(Double), 01(String) [08:05:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:38] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:38] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":176.8,"todayHours":0.2,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556310.0,"currPower":233.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"199105.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"136879.0","todayEnergy":"136879.0","lifetimeEnergy":"1058236.0","dcCurr":"215.4","dcVolt":"929.2","dcPower":"200149.7","temp":"37.2","powerFactor":"83.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"34254.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"39916.0","todayEnergy":"39916.0","lifetimeEnergy":"498074.0","dcCurr":"33.6","dcVolt":"959.6","dcPower":"32242.6","temp":"47.9","powerFactor":"94.4","ivtStatus":"01"}] }} [08:05:38] [DEBUG] controller.InverterController - ------------------------------------------ [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 08(String), 05(String), 233.4(Float), 176.8(Float), 0.2(Float), 1556310.0(Float), 01(String) [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466104(Integer), 110(Integer), 1(Integer), 199105.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 215.4(Double), 929.2(Double), 200149.7(Double), 37.2(Double), 83.1(Double), 136879.0(Double), 1058236.0(Double), 01(String) [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466104(Integer), 110(Integer), 2(Integer), 34254.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 33.6(Double), 959.6(Double), 32242.6(Double), 47.9(Double), 94.4(Double), 39916.0(Double), 498074.0(Double), 01(String) [08:05:38] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:08:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [08:08:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [08:08:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:08:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:08:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:08:47] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 188 [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 92 [08:08:47] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"143","temp":"null","cloud":"0","weatherCode":"03250330"},{"plantSeq":"142","temp":"null","cloud":"0","weatherCode":"10710380"},{"plantSeq":"141","temp":"null","cloud":"0","weatherCode":"03250340"},{"plantSeq":"140","temp":"null","cloud":"0","weatherCode":"03330340"},{"plantSeq":"139","temp":"null","cloud":"0","weatherCode":"01780250"},{"plantSeq":"138","temp":"null","cloud":"0","weatherCode":"03250250"},{"plantSeq":"137","temp":"null","cloud":"0","weatherCode":"03250250"},{"plantSeq":"136","temp":"null","cloud":"0","weatherCode":"02220320"},{"plantSeq":"135","temp":"null","cloud":"0","weatherCode":"02590370"},{"plantSeq":"134","temp":"null","cloud":"0","weatherCode":"03250360"},{"plantSeq":"132","temp":"null","cloud":"0","weatherCode":"03123129"},{"plantSeq":"131","temp":"null","cloud":"0","weatherCode":"03123101"},{"plantSeq":"129","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"128","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"127","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"126","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"125","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"124","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"123","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"122","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"121","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"120","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"113","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"112","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"111","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"110","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"109","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"108","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"107","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"106","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"105","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"104","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"103","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"102","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"101","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"99","temp":"null","cloud":"0","weatherCode":"03250330"},{"plantSeq":"98","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"97","temp":"null","cloud":"0","weatherCode":"04730370"},{"plantSeq":"96","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"95","temp":"null","cloud":"0","weatherCode":"04113250"},{"plantSeq":"94","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"93","temp":"null","cloud":"0","weatherCode":"01760350"},{"plantSeq":"92","temp":"null","cloud":"0","weatherCode":"01760350"},{"plantSeq":"91","temp":"null","cloud":"0","weatherCode":"01750330"},{"plantSeq":"90","temp":"null","cloud":"0","weatherCode":"01750330"},{"plantSeq":"89","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"88","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"87","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"86","temp":"null","cloud":"0","weatherCode":"16150380"},{"plantSeq":"85","temp":"null","cloud":"0","weatherCode":"16150380"},{"plantSeq":"84","temp":"null","cloud":"0","weatherCode":"15180380"},{"plantSeq":"83","temp":"null","cloud":"0","weatherCode":"01820250"},{"plantSeq":"82","temp":"null","cloud":"0","weatherCode":"15710330"},{"plantSeq":"81","temp":"null","cloud":"0","weatherCode":"04170320"},{"plantSeq":"80","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"78","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"77","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"76","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"75","temp":"null","cloud":"0","weatherCode":"04210330"},{"plantSeq":"74","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"73","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"64","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"60","temp":"null","cloud":"0","weatherCode":"16770310"},{"plantSeq":"56","temp":"null","cloud":"0","weatherCode":"02590370"},{"plantSeq":"55","temp":"null","cloud":"0","weatherCode":"10710262"},{"plantSeq":"48","temp":"null","cloud":"0","weatherCode":"14130320"},{"plantSeq":"45","temp":"null","cloud":"0","weatherCode":"15800253"},{"plantSeq":"44","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"42","temp":"null","cloud":"0","weatherCode":"16150250"},{"plantSeq":"41","temp":"null","cloud":"0","weatherCode":"03820250"},{"plantSeq":"40","temp":"null","cloud":"0","weatherCode":"03820250"},{"plantSeq":"39","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"34","temp":"null","cloud":"0","weatherCode":"04170340"},{"plantSeq":"32","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"31","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"30","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"29","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"28","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"27","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"26","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"25","temp":"null","cloud":"0","weatherCode":"01760250"},{"plantSeq":"24","temp":"null","cloud":"0","weatherCode":"01760250"},{"plantSeq":"22","temp":"null","cloud":"0","weatherCode":"02273112"},{"plantSeq":"21","temp":"null","cloud":"0","weatherCode":"13800350"},{"plantSeq":"20","temp":"null","cloud":"0","weatherCode":"13750330"},{"plantSeq":"19","temp":"null","cloud":"0","weatherCode":"13750330"},{"plantSeq":"18","temp":"null","cloud":"0","weatherCode":"13210114"},{"plantSeq":"17","temp":"null","cloud":"0","weatherCode":"13210114"},{"plantSeq":"16","temp":"null","cloud":"0","weatherCode":"12770380"},{"plantSeq":"15","temp":"null","cloud":"0","weatherCode":"12770380"},{"plantSeq":"14","temp":"null","cloud":"0","weatherCode":"12890320"},{"plantSeq":"13","temp":"null","cloud":"0","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"-","inputHour":"-"} [08:08:47] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 39 [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:08:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:08:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:08:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:08:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [08:10:40] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:10:44] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:10:44] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sgsafe, login_channel : null [08:10:44] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sgsafe(String) [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:44] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:10:44] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [08:10:44] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:10:44] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [08:10:44] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:10:44] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : sgsafe [08:10:44] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [08:10:44] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sgsafe(String) [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sgsafe(String) [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [08:10:44] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : sgsafe, mappingList.size : 4 [08:10:44] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:10:44] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[sgsafe] roles roles [0]ROLE_01 [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sgsafe(String), 01(String), 527CBEABDBC0CCBF9099FE038F180D18(String), PHONE(String) [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:10:44] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:10:44] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [08:10:44] [DEBUG] controller.SignController - /ess/view.co [08:10:44] [DEBUG] controller.SignController - ....................................... [08:10:44] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:44] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 0 [08:10:44] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2023-08-02(String), 80(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2023-08-01(String), 80(Integer), 0(Integer), 2023-07-31(String), 80(Integer), 0(Integer), 2023-08-02(String), 107562(Integer) [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:10:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2023-08-02(String), 80(Integer), 2023-08-02(String), 80(Integer) [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:10:45] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:45] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 106.101.65.102, 106.101.65.102, param : code=404 [08:10:45] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2023-07-19(String) [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:10:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:10:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:10:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2023-08-02(String), 80(Integer), 0(Integer), 2023-08-02(String) [08:10:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:10:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:10:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 80(Integer), 0(Integer), 80(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:10:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:10:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:10:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 1(Integer), 2023-08-02(String), 80(Integer), 1(Integer), 2023-08-02(String) [08:10:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:10:51] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:51] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 92, refer : http://emsa.eltenergy.com/ess/view.co [08:10:51] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 2023-08-02(String) [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:51] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:51] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 92, param.plantSeq : 92 [08:10:51] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 92(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 0(Integer), 2023-08-01(String), 92(Integer), 0(Integer), 2023-07-31(String), 92(Integer), 0(Integer), 2023-08-02(String), 107562(Integer) [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 92(Integer), 2023-08-02(String), 92(Integer) [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:10:51] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:51] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 106.101.65.102, 106.101.65.102, param : code=404 [08:10:51] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2023-07-19(String) [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:10:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:10:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:10:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 0(Integer), 2023-08-02(String), 92(Integer), 0(Integer), 2023-08-02(String) [08:10:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:10:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:10:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 92(Integer), 0(Integer), 92(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:10:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:10:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:10:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 1(Integer), 2023-08-02(String), 92(Integer), 1(Integer), 2023-08-02(String) [08:10:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:10:56] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:56] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 80, refer : http://emsa.eltenergy.com/ess/view.co?plantSeq=92 [08:10:56] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2023-08-02(String), 2023-08-02(String) [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:56] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:56] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 80 [08:10:56] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2023-08-02(String), 80(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2023-08-01(String), 80(Integer), 0(Integer), 2023-07-31(String), 80(Integer), 0(Integer), 2023-08-02(String), 107562(Integer) [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2023-08-02(String), 80(Integer), 2023-08-02(String), 80(Integer) [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:10:56] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:56] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 106.101.65.102, 106.101.65.102, param : code=404 [08:10:56] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2023-07-19(String) [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2023-08-02(String), 80(Integer), 0(Integer), 2023-08-02(String) [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 80(Integer), 0(Integer), 80(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 1(Integer), 2023-08-02(String), 80(Integer), 1(Integer), 2023-08-02(String) [08:10:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:10:59] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:59] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 93, refer : http://emsa.eltenergy.com/ess/view.co?plantSeq=80 [08:10:59] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 2023-08-02(String) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:59] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:59] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 93, param.plantSeq : 93 [08:10:59] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 93(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 0(Integer), 2023-08-01(String), 93(Integer), 0(Integer), 2023-07-31(String), 93(Integer), 0(Integer), 2023-08-02(String), 107562(Integer) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 93(Integer), 2023-08-02(String), 93(Integer) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:10:59] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:59] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 106.101.65.102, 106.101.65.102, param : code=404 [08:10:59] [DEBUG] controller.EssController - ----------------------------------------------- [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 01(String), 2023-07-19(String) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 0(Integer), 2023-08-02(String), 93(Integer), 0(Integer), 2023-08-02(String) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 93(Integer), 0(Integer), 93(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 1(Integer), 2023-08-02(String), 93(Integer), 1(Integer), 2023-08-02(String) [08:10:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:11:01] [DEBUG] controller.EssController - ----------------------------------------------- [08:11:01] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 139, refer : http://emsa.eltenergy.com/ess/view.co?plantSeq=93 [08:11:01] [DEBUG] controller.EssController - ----------------------------------------------- [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 2023-08-02(String) [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 139(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 139(Integer), 2023-08-02(String) [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 139(Integer), 466087(Integer), 2023-08-02(String), 2023-08-02(String), 139(Integer) [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 01(String), 2023-07-19(String) [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 139(Integer) [08:11:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:11:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:11:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 139(Integer) [08:11:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:11:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:11:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:11:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [08:11:03] [DEBUG] controller.EssController - ----------------------------------------------- [08:11:03] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 106.101.65.102, 106.101.65.102, param : code=404 [08:11:03] [DEBUG] controller.EssController - ----------------------------------------------- [08:18:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [08:18:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [08:18:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:18:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:18:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:18:48] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 188 [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 92 [08:18:48] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"143","temp":"null","cloud":"0","weatherCode":"03250330"},{"plantSeq":"142","temp":"null","cloud":"0","weatherCode":"10710380"},{"plantSeq":"141","temp":"null","cloud":"0","weatherCode":"03250340"},{"plantSeq":"140","temp":"null","cloud":"0","weatherCode":"03330340"},{"plantSeq":"139","temp":"null","cloud":"0","weatherCode":"01780250"},{"plantSeq":"138","temp":"null","cloud":"0","weatherCode":"03250250"},{"plantSeq":"137","temp":"null","cloud":"0","weatherCode":"03250250"},{"plantSeq":"136","temp":"null","cloud":"0","weatherCode":"02220320"},{"plantSeq":"135","temp":"null","cloud":"0","weatherCode":"02590370"},{"plantSeq":"134","temp":"null","cloud":"0","weatherCode":"03250360"},{"plantSeq":"132","temp":"null","cloud":"0","weatherCode":"03123129"},{"plantSeq":"131","temp":"null","cloud":"0","weatherCode":"03123101"},{"plantSeq":"129","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"128","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"127","temp":"null","cloud":"0","weatherCode":""},{"plantSeq":"126","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"125","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"124","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"123","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"122","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"121","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"120","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"113","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"112","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"111","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"110","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"109","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"108","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"107","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"106","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"105","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"104","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"103","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"102","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"101","temp":"null","cloud":"0","weatherCode":"03220340"},{"plantSeq":"99","temp":"null","cloud":"0","weatherCode":"03250330"},{"plantSeq":"98","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"97","temp":"null","cloud":"0","weatherCode":"04730370"},{"plantSeq":"96","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"95","temp":"null","cloud":"0","weatherCode":"04113250"},{"plantSeq":"94","temp":"null","cloud":"0","weatherCode":"04770250"},{"plantSeq":"93","temp":"null","cloud":"0","weatherCode":"01760350"},{"plantSeq":"92","temp":"null","cloud":"0","weatherCode":"01760350"},{"plantSeq":"91","temp":"null","cloud":"0","weatherCode":"01750330"},{"plantSeq":"90","temp":"null","cloud":"0","weatherCode":"01750330"},{"plantSeq":"89","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"88","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"87","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"86","temp":"null","cloud":"0","weatherCode":"16150380"},{"plantSeq":"85","temp":"null","cloud":"0","weatherCode":"16150380"},{"plantSeq":"84","temp":"null","cloud":"0","weatherCode":"15180380"},{"plantSeq":"83","temp":"null","cloud":"0","weatherCode":"01820250"},{"plantSeq":"82","temp":"null","cloud":"0","weatherCode":"15710330"},{"plantSeq":"81","temp":"null","cloud":"0","weatherCode":"04170320"},{"plantSeq":"80","temp":"null","cloud":"0","weatherCode":"01750250"},{"plantSeq":"78","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"77","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"76","temp":"null","cloud":"0","weatherCode":"01790250"},{"plantSeq":"75","temp":"null","cloud":"0","weatherCode":"04210330"},{"plantSeq":"74","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"73","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"64","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"60","temp":"null","cloud":"0","weatherCode":"16770310"},{"plantSeq":"56","temp":"null","cloud":"0","weatherCode":"02590370"},{"plantSeq":"55","temp":"null","cloud":"0","weatherCode":"10710262"},{"plantSeq":"48","temp":"null","cloud":"0","weatherCode":"14130320"},{"plantSeq":"45","temp":"null","cloud":"0","weatherCode":"15800253"},{"plantSeq":"44","temp":"null","cloud":"0","weatherCode":"13740250"},{"plantSeq":"42","temp":"null","cloud":"0","weatherCode":"16150250"},{"plantSeq":"41","temp":"null","cloud":"0","weatherCode":"03820250"},{"plantSeq":"40","temp":"null","cloud":"0","weatherCode":"03820250"},{"plantSeq":"39","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"34","temp":"null","cloud":"0","weatherCode":"04170340"},{"plantSeq":"32","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"31","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"30","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"29","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"28","temp":"null","cloud":"0","weatherCode":"03240370"},{"plantSeq":"27","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"26","temp":"null","cloud":"0","weatherCode":"16130250"},{"plantSeq":"25","temp":"null","cloud":"0","weatherCode":"01760250"},{"plantSeq":"24","temp":"null","cloud":"0","weatherCode":"01760250"},{"plantSeq":"22","temp":"null","cloud":"0","weatherCode":"02273112"},{"plantSeq":"21","temp":"null","cloud":"0","weatherCode":"13800350"},{"plantSeq":"20","temp":"null","cloud":"0","weatherCode":"13750330"},{"plantSeq":"19","temp":"null","cloud":"0","weatherCode":"13750330"},{"plantSeq":"18","temp":"null","cloud":"0","weatherCode":"13210114"},{"plantSeq":"17","temp":"null","cloud":"0","weatherCode":"13210114"},{"plantSeq":"16","temp":"null","cloud":"0","weatherCode":"12770380"},{"plantSeq":"15","temp":"null","cloud":"0","weatherCode":"12770380"},{"plantSeq":"14","temp":"null","cloud":"0","weatherCode":"12890320"},{"plantSeq":"13","temp":"null","cloud":"0","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"-","inputHour":"-"} [08:18:48] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 39 [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:18:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:18:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:18:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:18:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 57 [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466085(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:19:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [08:22:38] [DEBUG] controller.EssController - ----------------------------------------------- [08:22:38] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 106.101.67.62, 106.101.67.62, param : code=404 [08:22:38] [DEBUG] controller.EssController - ----------------------------------------------- [08:22:39] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:22:39] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:25:01] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:01] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":457.5,"todayHours":0.5,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1705026.0,"currPower":379.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"292722.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"350488.0","todayEnergy":"350488.0","lifetimeEnergy":"1104283.0","dcCurr":"309.0","dcVolt":"931.0","dcPower":"287679.0","temp":"42.4","powerFactor":"90.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"87059.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"106990.0","todayEnergy":"106990.0","lifetimeEnergy":"600743.0","dcCurr":"89.8","dcVolt":"927.4","dcPower":"83280.5","temp":"36.4","powerFactor":"98.5","ivtStatus":"01"}] }} [08:25:01] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 08(String), 25(String), 379.8(Float), 457.5(Float), 0.5(Float), 1705026.0(Float), 01(String) [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466110(Integer), 106(Integer), 1(Integer), 292722.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 309.0(Double), 931.0(Double), 287679.0(Double), 42.4(Double), 90.1(Double), 350488.0(Double), 1104283.0(Double), 01(String) [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466110(Integer), 106(Integer), 2(Integer), 87059.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 89.8(Double), 927.4(Double), 83280.5(Double), 36.4(Double), 98.5(Double), 106990.0(Double), 600743.0(Double), 01(String) [08:25:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:02] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:02] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":453.3,"todayHours":0.5,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1892125.0,"currPower":397.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"317854.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"362223.0","todayEnergy":"362223.0","lifetimeEnergy":"1418176.0","dcCurr":"371.8","dcVolt":"931.9","dcPower":"346480.4","temp":"46.4","powerFactor":"86.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"80089.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"91088.0","todayEnergy":"91088.0","lifetimeEnergy":"473949.0","dcCurr":"83.9","dcVolt":"950.1","dcPower":"79713.4","temp":"35.2","powerFactor":"94.3","ivtStatus":"01"}] }} [08:25:02] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 08(String), 25(String), 397.9(Float), 453.3(Float), 0.5(Float), 1892125.0(Float), 01(String) [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466111(Integer), 111(Integer), 1(Integer), 317854.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 371.8(Double), 931.9(Double), 346480.4(Double), 46.4(Double), 86.8(Double), 362223.0(Double), 1418176.0(Double), 01(String) [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466111(Integer), 111(Integer), 2(Integer), 80089.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 83.9(Double), 950.1(Double), 79713.4(Double), 35.2(Double), 94.3(Double), 91088.0(Double), 473949.0(Double), 01(String) [08:25:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:08] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:08] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":338.2,"todayHours":0.3,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1876863.0,"currPower":313.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"255120.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"287946.0","todayEnergy":"287946.0","lifetimeEnergy":"1199170.0","dcCurr":"278.3","dcVolt":"934.9","dcPower":"260182.7","temp":"38.5","powerFactor":"98.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"58402.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"50287.0","todayEnergy":"50287.0","lifetimeEnergy":"677693.0","dcCurr":"60.9","dcVolt":"944.5","dcPower":"57520.1","temp":"33.5","powerFactor":"96.1","ivtStatus":"01"}] }} [08:25:08] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 08(String), 25(String), 313.5(Float), 338.2(Float), 0.3(Float), 1876863.0(Float), 01(String) [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466112(Integer), 113(Integer), 1(Integer), 255120.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 278.3(Double), 934.9(Double), 260182.7(Double), 38.5(Double), 98.3(Double), 287946.0(Double), 1199170.0(Double), 01(String) [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466112(Integer), 113(Integer), 2(Integer), 58402.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 60.9(Double), 944.5(Double), 57520.1(Double), 33.5(Double), 96.1(Double), 50287.0(Double), 677693.0(Double), 01(String) [08:25:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:09] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:09] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":37.0,"todayHours":0.4,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11441.0,"currPower":27.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"27400.0","acFreq":"0.0","apparentPower":"27.4","reactivePower":"6553.3","acEnergy":"37000.0","todayEnergy":"37000.0","lifetimeEnergy":"11441.0","dcCurr":"11.0","dcVolt":"416.3","dcPower":"4579.7","temp":"37.4","powerFactor":"6454.6","ivtStatus":"01"}] }} [08:25:09] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 08(String), 25(String), 27.4(Float), 37.0(Float), 0.4(Float), 11441.0(Float), 01(String) [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466113(Integer), 142(Integer), 1(Integer), 27400.0(Double), 0.0(Double), 27.4(Double), 6553.3(Double), 11.0(Double), 416.3(Double), 4579.7(Double), 37.4(Double), 6454.6(Double), 37000.0(Double), 11441.0(Double), 01(String) [08:25:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:13] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:13] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":59.7,"todayHours":0.4,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266362.0,"currPower":50.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"20070.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"22100.0","todayEnergy":"22100.0","lifetimeEnergy":"93271.1","dcCurr":"118.0","dcVolt":"539.0","dcPower":"63602.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"13576.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"12800.0","todayEnergy":"12800.0","lifetimeEnergy":"87852.5","dcCurr":"74.0","dcVolt":"560.0","dcPower":"41440.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"16351.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"24800.0","todayEnergy":"24800.0","lifetimeEnergy":"85238.4","dcCurr":"100.0","dcVolt":"533.0","dcPower":"53300.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:25:13] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 08(String), 25(String), 50.0(Float), 59.7(Float), 0.4(Float), 266362.0(Float), 01(String) [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466114(Integer), 132(Integer), 1(Integer), 20070.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 118.0(Double), 539.0(Double), 63602.0(Double), 46.0(Double), 0.0(Double), 22100.0(Double), 93271.1(Double), 01(String) [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466114(Integer), 132(Integer), 2(Integer), 13576.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 74.0(Double), 560.0(Double), 41440.0(Double), 45.0(Double), 0.0(Double), 12800.0(Double), 87852.5(Double), 01(String) [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466114(Integer), 132(Integer), 3(Integer), 16351.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 100.0(Double), 533.0(Double), 53300.0(Double), 45.0(Double), 0.0(Double), 24800.0(Double), 85238.4(Double), 01(String) [08:25:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:14] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:14] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":414.6,"todayHours":0.4,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1694309.0,"currPower":342.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"264461.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"321185.0","todayEnergy":"321185.0","lifetimeEnergy":"1090930.0","dcCurr":"288.5","dcVolt":"927.9","dcPower":"267699.2","temp":"41.6","powerFactor":"87.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"77947.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"93373.0","todayEnergy":"93373.0","lifetimeEnergy":"603379.0","dcCurr":"82.5","dcVolt":"938.2","dcPower":"77401.5","temp":"36.1","powerFactor":"91.7","ivtStatus":"01"}] }} [08:25:14] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 08(String), 25(String), 342.4(Float), 414.6(Float), 0.4(Float), 1694309.0(Float), 01(String) [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466115(Integer), 124(Integer), 1(Integer), 264461.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 288.5(Double), 927.9(Double), 267699.2(Double), 41.6(Double), 87.1(Double), 321185.0(Double), 1090930.0(Double), 01(String) [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466115(Integer), 124(Integer), 2(Integer), 77947.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 82.5(Double), 938.2(Double), 77401.5(Double), 36.1(Double), 91.7(Double), 93373.0(Double), 603379.0(Double), 01(String) [08:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:16] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:16] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":40.2,"todayHours":0.2,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199341.0,"currPower":46.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"20900.0","acFreq":"0.0","apparentPower":"20.9","reactivePower":"0.0","acEnergy":"17400.0","todayEnergy":"17400.0","lifetimeEnergy":"101041.0","dcCurr":"10.8","dcVolt":"578.5","dcPower":"6248.2","temp":"37.4","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"25400.0","acFreq":"0.0","apparentPower":"25.4","reactivePower":"6552.3","acEnergy":"22800.0","todayEnergy":"22800.0","lifetimeEnergy":"98300.0","dcCurr":"13.9","dcVolt":"555.6","dcPower":"7722.4","temp":"39.2","powerFactor":"6455.6","ivtStatus":"01"}] }} [08:25:16] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 08(String), 25(String), 46.3(Float), 40.2(Float), 0.2(Float), 199341.0(Float), 01(String) [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466116(Integer), 134(Integer), 1(Integer), 20900.0(Double), 0.0(Double), 20.9(Double), 0.0(Double), 10.8(Double), 578.5(Double), 6248.2(Double), 37.4(Double), 6455.6(Double), 17400.0(Double), 101041.0(Double), 01(String) [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466116(Integer), 134(Integer), 2(Integer), 25400.0(Double), 0.0(Double), 25.4(Double), 6552.3(Double), 13.9(Double), 555.6(Double), 7722.4(Double), 39.2(Double), 6455.6(Double), 22800.0(Double), 98300.0(Double), 01(String) [08:25:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:19] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":124.1,"todayHours":0.6,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413709.0,"currPower":103.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"25700.0","acFreq":"0.0","apparentPower":"25.7","reactivePower":"1.2","acEnergy":"30900.0","todayEnergy":"30900.0","lifetimeEnergy":"100846.0","dcCurr":"48.0","dcVolt":"530.0","dcPower":"25441.6","temp":"53.2","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"26200.0","acFreq":"0.0","apparentPower":"26.2","reactivePower":"1.9","acEnergy":"31500.0","todayEnergy":"31500.0","lifetimeEnergy":"102360.0","dcCurr":"48.7","dcVolt":"528.1","dcPower":"25718.5","temp":"51.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"25500.0","acFreq":"0.0","apparentPower":"25.5","reactivePower":"1.9","acEnergy":"30400.0","todayEnergy":"30400.0","lifetimeEnergy":"103941.0","dcCurr":"47.8","dcVolt":"530.6","dcPower":"25361.1","temp":"49.2","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"26200.0","acFreq":"0.0","apparentPower":"26.2","reactivePower":"1.6","acEnergy":"31300.0","todayEnergy":"31300.0","lifetimeEnergy":"106562.0","dcCurr":"49.3","dcVolt":"531.1","dcPower":"26183.2","temp":"44.5","powerFactor":"100.0","ivtStatus":"01"}] }} [08:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 08(String), 25(String), 103.6(Float), 124.1(Float), 0.6(Float), 413709.0(Float), 01(String) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466117(Integer), 99(Integer), 1(Integer), 25700.0(Double), 0.0(Double), 25.7(Double), 1.2(Double), 48.0(Double), 530.0(Double), 25441.6(Double), 53.2(Double), 100.0(Double), 30900.0(Double), 100846.0(Double), 01(String) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466117(Integer), 99(Integer), 2(Integer), 26200.0(Double), 0.0(Double), 26.2(Double), 1.9(Double), 48.7(Double), 528.1(Double), 25718.5(Double), 51.4(Double), 100.0(Double), 31500.0(Double), 102360.0(Double), 01(String) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466117(Integer), 99(Integer), 3(Integer), 25500.0(Double), 0.0(Double), 25.5(Double), 1.9(Double), 47.8(Double), 530.6(Double), 25361.1(Double), 49.2(Double), 100.0(Double), 30400.0(Double), 103941.0(Double), 01(String) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466117(Integer), 99(Integer), 4(Integer), 26200.0(Double), 0.0(Double), 26.2(Double), 1.6(Double), 49.3(Double), 531.1(Double), 26183.2(Double), 44.5(Double), 100.0(Double), 31300.0(Double), 106562.0(Double), 01(String) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:19] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":447.8,"todayHours":0.4,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1808775.0,"currPower":366.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"280536.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"337058.0","todayEnergy":"337058.0","lifetimeEnergy":"1172872.0","dcCurr":"304.6","dcVolt":"932.0","dcPower":"283887.2","temp":"48.2","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"85706.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"110778.0","todayEnergy":"110778.0","lifetimeEnergy":"635903.0","dcCurr":"90.1","dcVolt":"940.4","dcPower":"84730.0","temp":"44.1","powerFactor":"99.9","ivtStatus":"01"}] }} [08:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 08(String), 25(String), 366.2(Float), 447.8(Float), 0.4(Float), 1808775.0(Float), 01(String) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466118(Integer), 126(Integer), 1(Integer), 280536.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 304.6(Double), 932.0(Double), 283887.2(Double), 48.2(Double), 100.0(Double), 337058.0(Double), 1172872.0(Double), 01(String) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466118(Integer), 126(Integer), 2(Integer), 85706.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 90.1(Double), 940.4(Double), 84730.0(Double), 44.1(Double), 99.9(Double), 110778.0(Double), 635903.0(Double), 01(String) [08:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:21] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":30.5,"todayHours":0.3,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":90968.0,"currPower":30.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30200.0","acFreq":"0.0","apparentPower":"30.2","reactivePower":"6553.0","acEnergy":"30500.0","todayEnergy":"30500.0","lifetimeEnergy":"90968.0","dcCurr":"25.2","dcVolt":"496.4","dcPower":"12509.3","temp":"37.5","powerFactor":"6454.6","ivtStatus":"01"}] }} [08:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 08(String), 25(String), 30.2(Float), 30.5(Float), 0.3(Float), 90968.0(Float), 01(String) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466119(Integer), 138(Integer), 1(Integer), 30200.0(Double), 0.0(Double), 30.2(Double), 6553.0(Double), 25.2(Double), 496.4(Double), 12509.3(Double), 37.5(Double), 6454.6(Double), 30500.0(Double), 90968.0(Double), 01(String) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:21] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":47.0,"todayHours":0.5,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212519.2,"currPower":40.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"22048.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"24700.0","todayEnergy":"24700.0","lifetimeEnergy":"112462.4","dcCurr":"80.0","dcVolt":"548.0","dcPower":"43840.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"18290.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"22300.0","todayEnergy":"22300.0","lifetimeEnergy":"100056.8","dcCurr":"82.0","dcVolt":"544.0","dcPower":"44608.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:21] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":271.3,"todayHours":0.3,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1791990.0,"currPower":304.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"234989.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"226521.0","todayEnergy":"226521.0","lifetimeEnergy":"1172027.0","dcCurr":"253.4","dcVolt":"930.3","dcPower":"235738.0","temp":"49.7","powerFactor":"86.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"69925.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"44734.0","todayEnergy":"44734.0","lifetimeEnergy":"619963.0","dcCurr":"64.1","dcVolt":"938.0","dcPower":"60125.8","temp":"44.1","powerFactor":"90.3","ivtStatus":"01"}] }} [08:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 08(String), 25(String), 40.3(Float), 47.0(Float), 0.5(Float), 212519.2(Float), 01(String) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 08(String), 25(String), 304.9(Float), 271.3(Float), 0.3(Float), 1791990.0(Float), 01(String) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466120(Integer), 129(Integer), 1(Integer), 22048.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 80.0(Double), 548.0(Double), 43840.0(Double), 47.0(Double), 0.0(Double), 24700.0(Double), 112462.4(Double), 01(String) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466121(Integer), 108(Integer), 1(Integer), 234989.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 253.4(Double), 930.3(Double), 235738.0(Double), 49.7(Double), 86.8(Double), 226521.0(Double), 1172027.0(Double), 01(String) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466120(Integer), 129(Integer), 2(Integer), 18290.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 82.0(Double), 544.0(Double), 44608.0(Double), 45.0(Double), 0.0(Double), 22300.0(Double), 100056.8(Double), 01(String) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466121(Integer), 108(Integer), 2(Integer), 69925.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 64.1(Double), 938.0(Double), 60125.8(Double), 44.1(Double), 90.3(Double), 44734.0(Double), 619963.0(Double), 01(String) [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:22] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":32.8,"todayHours":0.3,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124663.0,"currPower":36.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"36200.0","acFreq":"0.0","apparentPower":"36.2","reactivePower":"0.6","acEnergy":"32800.0","todayEnergy":"32800.0","lifetimeEnergy":"124663.0","dcCurr":"24.4","dcVolt":"546.6","dcPower":"13336.2","temp":"40.3","powerFactor":"99.0","ivtStatus":"01"}] }} [08:25:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 08(String), 25(String), 36.2(Float), 32.8(Float), 0.3(Float), 124663.0(Float), 01(String) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466122(Integer), 135(Integer), 1(Integer), 36200.0(Double), 0.0(Double), 36.2(Double), 0.6(Double), 24.4(Double), 546.6(Double), 13336.2(Double), 40.3(Double), 99.0(Double), 32800.0(Double), 124663.0(Double), 01(String) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:22] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":44.0,"todayHours":0.3,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130639.0,"currPower":44.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"31300.0","acFreq":"0.0","apparentPower":"31.3","reactivePower":"6551.2","acEnergy":"30600.0","todayEnergy":"30600.0","lifetimeEnergy":"90147.0","dcCurr":"25.9","dcVolt":"666.0","dcPower":"17248.5","temp":"37.4","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"13600.0","acFreq":"0.0","apparentPower":"13.6","reactivePower":"1.0","acEnergy":"13400.0","todayEnergy":"13400.0","lifetimeEnergy":"40492.0","dcCurr":"23.6","dcVolt":"551.5","dcPower":"13015.4","temp":"50.0","powerFactor":"99.0","ivtStatus":"01"}] }} [08:25:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 08(String), 25(String), 44.9(Float), 44.0(Float), 0.3(Float), 130639.0(Float), 01(String) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466123(Integer), 137(Integer), 1(Integer), 31300.0(Double), 0.0(Double), 31.3(Double), 6551.2(Double), 25.9(Double), 666.0(Double), 17248.5(Double), 37.4(Double), 6455.6(Double), 30600.0(Double), 90147.0(Double), 01(String) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466123(Integer), 137(Integer), 2(Integer), 13600.0(Double), 0.0(Double), 13.6(Double), 1.0(Double), 23.6(Double), 551.5(Double), 13015.4(Double), 50.0(Double), 99.0(Double), 13400.0(Double), 40492.0(Double), 01(String) [08:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:23] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":458.4,"todayHours":0.5,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1833393.0,"currPower":367.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"285636.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"353604.0","todayEnergy":"353604.0","lifetimeEnergy":"1187007.0","dcCurr":"306.1","dcVolt":"936.2","dcPower":"286570.8","temp":"39.1","powerFactor":"99.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"81632.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"104827.0","todayEnergy":"104827.0","lifetimeEnergy":"646386.0","dcCurr":"86.1","dcVolt":"940.1","dcPower":"80942.6","temp":"35.2","powerFactor":"99.8","ivtStatus":"01"}] }} [08:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 08(String), 25(String), 367.3(Float), 458.4(Float), 0.5(Float), 1833393.0(Float), 01(String) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:23] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":71.7,"todayHours":0.5,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345200.5,"currPower":66.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"22105.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"23900.0","todayEnergy":"23900.0","lifetimeEnergy":"115762.1","dcCurr":"151.0","dcVolt":"539.0","dcPower":"81389.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20649.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"22500.0","todayEnergy":"22500.0","lifetimeEnergy":"106764.5","dcCurr":"100.0","dcVolt":"584.0","dcPower":"58400.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"23326.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"25300.0","todayEnergy":"25300.0","lifetimeEnergy":"122673.9","dcCurr":"155.0","dcVolt":"561.0","dcPower":"86955.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466124(Integer), 120(Integer), 1(Integer), 285636.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 306.1(Double), 936.2(Double), 286570.8(Double), 39.1(Double), 99.9(Double), 353604.0(Double), 1187007.0(Double), 01(String) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466124(Integer), 120(Integer), 2(Integer), 81632.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 86.1(Double), 940.1(Double), 80942.6(Double), 35.2(Double), 99.8(Double), 104827.0(Double), 646386.0(Double), 01(String) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 08(String), 25(String), 66.1(Float), 71.7(Float), 0.5(Float), 345200.5(Float), 01(String) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466125(Integer), 127(Integer), 1(Integer), 22105.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 151.0(Double), 539.0(Double), 81389.0(Double), 45.0(Double), 0.0(Double), 23900.0(Double), 115762.1(Double), 01(String) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466125(Integer), 127(Integer), 2(Integer), 20649.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 100.0(Double), 584.0(Double), 58400.0(Double), 46.0(Double), 0.0(Double), 22500.0(Double), 106764.5(Double), 01(String) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466125(Integer), 127(Integer), 3(Integer), 23326.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 155.0(Double), 561.0(Double), 86955.0(Double), 49.0(Double), 0.0(Double), 25300.0(Double), 122673.9(Double), 01(String) [08:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:24] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:24] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":170.5,"todayHours":0.4,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":854979.1,"currPower":148.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"33146.0","acFreq":"599.8","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"38090.0","todayEnergy":"38090.0","lifetimeEnergy":"191101.5","dcCurr":"55.1","dcVolt":"610.1","dcPower":"33608.3","temp":"44.4","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"32817.0","acFreq":"599.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"37650.0","todayEnergy":"37650.0","lifetimeEnergy":"190134.0","dcCurr":"55.1","dcVolt":"607.5","dcPower":"33465.8","temp":"44.1","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"32783.0","acFreq":"599.8","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"37850.0","todayEnergy":"37850.0","lifetimeEnergy":"190133.6","dcCurr":"54.9","dcVolt":"607.1","dcPower":"33312.3","temp":"43.6","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"4","acPower":"32641.0","acFreq":"599.8","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"37680.0","todayEnergy":"37680.0","lifetimeEnergy":"186989.4","dcCurr":"54.4","dcVolt":"611.9","dcPower":"33294.8","temp":"44.0","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"5","acPower":"16818.0","acFreq":"599.8","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"19180.0","todayEnergy":"19180.0","lifetimeEnergy":"96620.6","dcCurr":"28.9","dcVolt":"596.7","dcPower":"17232.2","temp":"53.3","powerFactor":"645.4","ivtStatus":"01"}] }} [08:25:24] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 08(String), 25(String), 148.2(Float), 170.5(Float), 0.4(Float), 854979.1(Float), 01(String) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466126(Integer), 128(Integer), 1(Integer), 33146.0(Double), 599.8(Double), 0.0(Double), -0.0(Double), 55.1(Double), 610.1(Double), 33608.3(Double), 44.4(Double), 645.4(Double), 38090.0(Double), 191101.5(Double), 01(String) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466126(Integer), 128(Integer), 2(Integer), 32817.0(Double), 599.8(Double), 0.0(Double), 0.0(Double), 55.1(Double), 607.5(Double), 33465.8(Double), 44.1(Double), 10.0(Double), 37650.0(Double), 190134.0(Double), 01(String) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466126(Integer), 128(Integer), 3(Integer), 32783.0(Double), 599.8(Double), 0.0(Double), -0.0(Double), 54.9(Double), 607.1(Double), 33312.3(Double), 43.6(Double), 645.4(Double), 37850.0(Double), 190133.6(Double), 01(String) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466126(Integer), 128(Integer), 4(Integer), 32641.0(Double), 599.8(Double), 0.0(Double), -0.0(Double), 54.4(Double), 611.9(Double), 33294.8(Double), 44.0(Double), 645.4(Double), 37680.0(Double), 186989.4(Double), 01(String) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466126(Integer), 128(Integer), 5(Integer), 16818.0(Double), 599.8(Double), 0.0(Double), -0.0(Double), 28.9(Double), 596.7(Double), 17232.2(Double), 53.3(Double), 645.4(Double), 19180.0(Double), 96620.6(Double), 01(String) [08:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:25] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":410.1,"todayHours":0.4,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1875771.0,"currPower":349.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"272041.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"314051.0","todayEnergy":"314051.0","lifetimeEnergy":"1216269.0","dcCurr":"291.1","dcVolt":"933.8","dcPower":"271829.2","temp":"38.9","powerFactor":"85.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"77519.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"96004.0","todayEnergy":"96004.0","lifetimeEnergy":"659502.0","dcCurr":"79.7","dcVolt":"929.5","dcPower":"74081.1","temp":"34.0","powerFactor":"95.2","ivtStatus":"01"}] }} [08:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 08(String), 25(String), 349.6(Float), 410.1(Float), 0.4(Float), 1875771.0(Float), 01(String) [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466127(Integer), 112(Integer), 1(Integer), 272041.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 291.1(Double), 933.8(Double), 271829.2(Double), 38.9(Double), 85.5(Double), 314051.0(Double), 1216269.0(Double), 01(String) [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466127(Integer), 112(Integer), 2(Integer), 77519.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 79.7(Double), 929.5(Double), 74081.1(Double), 34.0(Double), 95.2(Double), 96004.0(Double), 659502.0(Double), 01(String) [08:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:26] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":103.3,"todayHours":0.2,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":141631.0,"currPower":68.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"17200.0","acFreq":"0.0","apparentPower":"17.2","reactivePower":"0.2","acEnergy":"24800.0","todayEnergy":"24800.0","lifetimeEnergy":"35816.0","dcCurr":"11.0","dcVolt":"624.5","dcPower":"6869.9","temp":"74.1","powerFactor":"99.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"16800.0","acFreq":"0.0","apparentPower":"16.8","reactivePower":"6553.2","acEnergy":"26000.0","todayEnergy":"26000.0","lifetimeEnergy":"35407.0","dcCurr":"11.6","dcVolt":"624.9","dcPower":"7249.2","temp":"77.6","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"3","acPower":"17000.0","acFreq":"0.0","apparentPower":"17.0","reactivePower":"0.1","acEnergy":"25400.0","todayEnergy":"25400.0","lifetimeEnergy":"35537.0","dcCurr":"11.1","dcVolt":"623.8","dcPower":"6923.8","temp":"75.6","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"17600.0","acFreq":"0.0","apparentPower":"17.6","reactivePower":"0.1","acEnergy":"27100.0","todayEnergy":"27100.0","lifetimeEnergy":"34871.0","dcCurr":"11.3","dcVolt":"623.4","dcPower":"7044.8","temp":"77.7","powerFactor":"100.0","ivtStatus":"01"}] }} [08:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 08(String), 25(String), 68.6(Float), 103.3(Float), 0.2(Float), 141631.0(Float), 01(String) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466128(Integer), 139(Integer), 1(Integer), 17200.0(Double), 0.0(Double), 17.2(Double), 0.2(Double), 11.0(Double), 624.5(Double), 6869.9(Double), 74.1(Double), 99.0(Double), 24800.0(Double), 35816.0(Double), 01(String) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466128(Integer), 139(Integer), 2(Integer), 16800.0(Double), 0.0(Double), 16.8(Double), 6553.2(Double), 11.6(Double), 624.9(Double), 7249.2(Double), 77.6(Double), 6454.6(Double), 26000.0(Double), 35407.0(Double), 01(String) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466128(Integer), 139(Integer), 3(Integer), 17000.0(Double), 0.0(Double), 17.0(Double), 0.1(Double), 11.1(Double), 623.8(Double), 6923.8(Double), 75.6(Double), 100.0(Double), 25400.0(Double), 35537.0(Double), 01(String) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466128(Integer), 139(Integer), 4(Integer), 17600.0(Double), 0.0(Double), 17.6(Double), 0.1(Double), 11.3(Double), 623.4(Double), 7044.8(Double), 77.7(Double), 100.0(Double), 27100.0(Double), 34871.0(Double), 01(String) [08:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:27] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":424.7,"todayHours":0.4,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1906466.0,"currPower":339.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"235558.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"283574.0","todayEnergy":"283574.0","lifetimeEnergy":"1244784.0","dcCurr":"249.9","dcVolt":"932.1","dcPower":"232931.8","temp":"38.2","powerFactor":"91.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"103541.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"141161.0","todayEnergy":"141161.0","lifetimeEnergy":"661682.0","dcCurr":"109.0","dcVolt":"938.0","dcPower":"102242.0","temp":"37.3","powerFactor":"96.2","ivtStatus":"01"}] }} [08:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 08(String), 25(String), 339.1(Float), 424.7(Float), 0.4(Float), 1906466.0(Float), 01(String) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466129(Integer), 107(Integer), 1(Integer), 235558.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 249.9(Double), 932.1(Double), 232931.8(Double), 38.2(Double), 91.6(Double), 283574.0(Double), 1244784.0(Double), 01(String) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466129(Integer), 107(Integer), 2(Integer), 103541.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 109.0(Double), 938.0(Double), 102242.0(Double), 37.3(Double), 96.2(Double), 141161.0(Double), 661682.0(Double), 01(String) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:27] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":39.6,"todayHours":0.4,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":106017.0,"currPower":36.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"36900.0","acFreq":"0.0","apparentPower":"36.9","reactivePower":"6553.2","acEnergy":"39600.0","todayEnergy":"39600.0","lifetimeEnergy":"106017.0","dcCurr":"30.0","dcVolt":"496.6","dcPower":"14897.0","temp":"38.9","powerFactor":"6455.6","ivtStatus":"01"}] }} [08:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 08(String), 25(String), 36.9(Float), 39.6(Float), 0.4(Float), 106017.0(Float), 01(String) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466130(Integer), 136(Integer), 1(Integer), 36900.0(Double), 0.0(Double), 36.9(Double), 6553.2(Double), 30.0(Double), 496.6(Double), 14897.0(Double), 38.9(Double), 6455.6(Double), 39600.0(Double), 106017.0(Double), 01(String) [08:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:27] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":430.9,"todayHours":0.4,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1732142.0,"currPower":354.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"281672.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"344627.0","todayEnergy":"344627.0","lifetimeEnergy":"1130285.0","dcCurr":"304.5","dcVolt":"932.2","dcPower":"283854.9","temp":"41.4","powerFactor":"83.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"72849.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"86243.0","todayEnergy":"86243.0","lifetimeEnergy":"601857.0","dcCurr":"78.4","dcVolt":"936.5","dcPower":"73421.6","temp":"36.2","powerFactor":"94.1","ivtStatus":"01"}] }} [08:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 08(String), 25(String), 354.5(Float), 430.9(Float), 0.4(Float), 1732142.0(Float), 01(String) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466131(Integer), 125(Integer), 1(Integer), 281672.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 304.5(Double), 932.2(Double), 283854.9(Double), 41.4(Double), 83.7(Double), 344627.0(Double), 1130285.0(Double), 01(String) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466131(Integer), 125(Integer), 2(Integer), 72849.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 78.4(Double), 936.5(Double), 73421.6(Double), 36.2(Double), 94.1(Double), 86243.0(Double), 601857.0(Double), 01(String) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:28] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":76.6,"todayHours":0.5,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255188.6,"currPower":66.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"23605.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"27200.0","todayEnergy":"27200.0","lifetimeEnergy":"90414.5","dcCurr":"163.0","dcVolt":"553.0","dcPower":"90139.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20476.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"23800.0","todayEnergy":"23800.0","lifetimeEnergy":"79482.3","dcCurr":"107.0","dcVolt":"554.0","dcPower":"59278.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"22390.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"25600.0","todayEnergy":"25600.0","lifetimeEnergy":"85291.8","dcCurr":"159.0","dcVolt":"501.0","dcPower":"79659.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 08(String), 25(String), 66.5(Float), 76.6(Float), 0.5(Float), 255188.6(Float), 01(String) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466132(Integer), 131(Integer), 1(Integer), 23605.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 163.0(Double), 553.0(Double), 90139.0(Double), 45.0(Double), 0.0(Double), 27200.0(Double), 90414.5(Double), 01(String) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466132(Integer), 131(Integer), 2(Integer), 20476.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 107.0(Double), 554.0(Double), 59278.0(Double), 49.0(Double), 0.0(Double), 23800.0(Double), 79482.3(Double), 01(String) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466132(Integer), 131(Integer), 3(Integer), 22390.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 159.0(Double), 501.0(Double), 79659.0(Double), 46.0(Double), 0.0(Double), 25600.0(Double), 85291.8(Double), 01(String) [08:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:29] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":23.2,"todayHours":0.4,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15893.0,"currPower":16.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"16300.0","acFreq":"0.0","apparentPower":"16.3","reactivePower":"1.5","acEnergy":"23200.0","todayEnergy":"23200.0","lifetimeEnergy":"15893.0","dcCurr":"22.6","dcVolt":"720.7","dcPower":"16288.6","temp":"43.5","powerFactor":"100.0","ivtStatus":"01"}] }} [08:25:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 08(String), 25(String), 16.3(Float), 23.2(Float), 0.4(Float), 15893.0(Float), 01(String) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466133(Integer), 140(Integer), 1(Integer), 16300.0(Double), 0.0(Double), 16.3(Double), 1.5(Double), 22.6(Double), 720.7(Double), 16288.6(Double), 43.5(Double), 100.0(Double), 23200.0(Double), 15893.0(Double), 01(String) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:29] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":36.0,"todayHours":0.4,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27311.0,"currPower":39.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"39300.0","acFreq":"0.0","apparentPower":"39.3","reactivePower":"6552.4","acEnergy":"36000.0","todayEnergy":"36000.0","lifetimeEnergy":"27311.0","dcCurr":"16.1","dcVolt":"676.3","dcPower":"10889.0","temp":"50.4","powerFactor":"6454.6","ivtStatus":"01"}] }} [08:25:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 08(String), 25(String), 39.3(Float), 36.0(Float), 0.4(Float), 27311.0(Float), 01(String) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466134(Integer), 141(Integer), 1(Integer), 39300.0(Double), 0.0(Double), 39.3(Double), 6552.4(Double), 16.1(Double), 676.3(Double), 10889.0(Double), 50.4(Double), 6454.6(Double), 36000.0(Double), 27311.0(Double), 01(String) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:29] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":473.5,"todayHours":0.5,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1893167.0,"currPower":421.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"330460.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"366880.0","todayEnergy":"366880.0","lifetimeEnergy":"1221424.0","dcCurr":"351.3","dcVolt":"930.0","dcPower":"326709.0","temp":"46.6","powerFactor":"85.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"90772.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"106571.0","todayEnergy":"106571.0","lifetimeEnergy":"671743.0","dcCurr":"97.7","dcVolt":"934.9","dcPower":"91339.7","temp":"36.8","powerFactor":"92.6","ivtStatus":"01"}] }} [08:25:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 08(String), 25(String), 421.2(Float), 473.5(Float), 0.5(Float), 1893167.0(Float), 01(String) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466135(Integer), 109(Integer), 1(Integer), 330460.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 351.3(Double), 930.0(Double), 326709.0(Double), 46.6(Double), 85.7(Double), 366880.0(Double), 1221424.0(Double), 01(String) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466135(Integer), 109(Integer), 2(Integer), 90772.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 97.7(Double), 934.9(Double), 91339.7(Double), 36.8(Double), 92.6(Double), 106571.0(Double), 671743.0(Double), 01(String) [08:25:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:30] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":192.9,"todayHours":0.2,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2424537.0,"currPower":249.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"19916.0","acFreq":"0.0","apparentPower":"19.9","reactivePower":"0.0","acEnergy":"14200.0","todayEnergy":"14200.0","lifetimeEnergy":"144340.0","dcCurr":"25.3","dcVolt":"594.6","dcPower":"15042.5","temp":"34.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"19723.0","acFreq":"0.0","apparentPower":"19.7","reactivePower":"0.0","acEnergy":"14200.0","todayEnergy":"14200.0","lifetimeEnergy":"163884.0","dcCurr":"25.6","dcVolt":"583.5","dcPower":"14937.6","temp":"36.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"20154.0","acFreq":"0.0","apparentPower":"20.2","reactivePower":"0.0","acEnergy":"14400.0","todayEnergy":"14400.0","lifetimeEnergy":"147223.0","dcCurr":"26.0","dcVolt":"593.9","dcPower":"15441.4","temp":"34.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"20332.0","acFreq":"0.0","apparentPower":"20.3","reactivePower":"0.0","acEnergy":"15100.0","todayEnergy":"15100.0","lifetimeEnergy":"152480.0","dcCurr":"25.9","dcVolt":"589.8","dcPower":"15275.0","temp":"34.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"20434.0","acFreq":"0.0","apparentPower":"20.4","reactivePower":"0.0","acEnergy":"15000.0","todayEnergy":"15000.0","lifetimeEnergy":"167654.0","dcCurr":"26.1","dcVolt":"593.3","dcPower":"15486.0","temp":"36.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"20512.0","acFreq":"0.0","apparentPower":"20.5","reactivePower":"0.0","acEnergy":"15300.0","todayEnergy":"15300.0","lifetimeEnergy":"167243.0","dcCurr":"26.4","dcVolt":"586.7","dcPower":"15489.8","temp":"35.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"19709.0","acFreq":"0.0","apparentPower":"19.7","reactivePower":"0.0","acEnergy":"14600.0","todayEnergy":"14600.0","lifetimeEnergy":"140904.0","dcCurr":"25.0","dcVolt":"594.8","dcPower":"14869.2","temp":"34.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"10846.0","acFreq":"0.0","apparentPower":"10.8","reactivePower":"0.0","acEnergy":"10600.0","todayEnergy":"10600.0","lifetimeEnergy":"158146.0","dcCurr":"11.7","dcVolt":"610.1","dcPower":"7138.6","temp":"34.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"5916.0","acFreq":"0.0","apparentPower":"5.9","reactivePower":"0.0","acEnergy":"7000.0","todayEnergy":"7000.0","lifetimeEnergy":"133688.0","dcCurr":"7.4","dcVolt":"616.9","dcPower":"4565.1","temp":"34.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"13311.0","acFreq":"0.0","apparentPower":"13.3","reactivePower":"0.0","acEnergy":"11900.0","todayEnergy":"11900.0","lifetimeEnergy":"160704.0","dcCurr":"16.0","dcVolt":"607.1","dcPower":"9714.1","temp":"34.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"14709.0","acFreq":"0.0","apparentPower":"14.7","reactivePower":"0.0","acEnergy":"12500.0","todayEnergy":"12500.0","lifetimeEnergy":"160764.0","dcCurr":"20.9","dcVolt":"599.3","dcPower":"12525.4","temp":"35.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"15856.0","acFreq":"0.0","apparentPower":"15.9","reactivePower":"0.0","acEnergy":"12900.0","todayEnergy":"12900.0","lifetimeEnergy":"163310.0","dcCurr":"22.2","dcVolt":"594.7","dcPower":"13201.6","temp":"34.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"1826.0","acFreq":"0.0","apparentPower":"1.8","reactivePower":"0.0","acEnergy":"500.0","todayEnergy":"500.0","lifetimeEnergy":"160752.0","dcCurr":"2.7","dcVolt":"548.9","dcPower":"1482.1","temp":"27.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"17973.0","acFreq":"0.0","apparentPower":"18.0","reactivePower":"0.0","acEnergy":"13300.0","todayEnergy":"13300.0","lifetimeEnergy":"147414.0","dcCurr":"21.5","dcVolt":"592.7","dcPower":"12742.3","temp":"35.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"8218.0","acFreq":"0.0","apparentPower":"8.2","reactivePower":"0.0","acEnergy":"7100.0","todayEnergy":"7100.0","lifetimeEnergy":"99168.0","dcCurr":"13.3","dcVolt":"612.1","dcPower":"8140.9","temp":"34.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"20305.0","acFreq":"0.0","apparentPower":"20.3","reactivePower":"0.0","acEnergy":"14300.0","todayEnergy":"14300.0","lifetimeEnergy":"156863.0","dcCurr":"25.8","dcVolt":"592.8","dcPower":"15295.1","temp":"34.9","powerFactor":"0.0","ivtStatus":"01"}] }} [08:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 08(String), 25(String), 249.7(Float), 192.9(Float), 0.2(Float), 2424537.0(Float), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 1(Integer), 19916.0(Double), 0.0(Double), 19.9(Double), 0.0(Double), 25.3(Double), 594.6(Double), 15042.5(Double), 34.7(Double), 0.0(Double), 14200.0(Double), 144340.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 2(Integer), 19723.0(Double), 0.0(Double), 19.7(Double), 0.0(Double), 25.6(Double), 583.5(Double), 14937.6(Double), 36.6(Double), 0.0(Double), 14200.0(Double), 163884.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 3(Integer), 20154.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 26.0(Double), 593.9(Double), 15441.4(Double), 34.7(Double), 0.0(Double), 14400.0(Double), 147223.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 4(Integer), 20332.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 25.9(Double), 589.8(Double), 15275.0(Double), 34.9(Double), 0.0(Double), 15100.0(Double), 152480.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 5(Integer), 20434.0(Double), 0.0(Double), 20.4(Double), 0.0(Double), 26.1(Double), 593.3(Double), 15486.0(Double), 36.1(Double), 0.0(Double), 15000.0(Double), 167654.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 6(Integer), 20512.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 26.4(Double), 586.7(Double), 15489.8(Double), 35.8(Double), 0.0(Double), 15300.0(Double), 167243.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 7(Integer), 19709.0(Double), 0.0(Double), 19.7(Double), 0.0(Double), 25.0(Double), 594.8(Double), 14869.2(Double), 34.5(Double), 0.0(Double), 14600.0(Double), 140904.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 8(Integer), 10846.0(Double), 0.0(Double), 10.8(Double), 0.0(Double), 11.7(Double), 610.1(Double), 7138.6(Double), 34.9(Double), 0.0(Double), 10600.0(Double), 158146.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 9(Integer), 5916.0(Double), 0.0(Double), 5.9(Double), 0.0(Double), 7.4(Double), 616.9(Double), 4565.1(Double), 34.0(Double), 0.0(Double), 7000.0(Double), 133688.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 10(Integer), 13311.0(Double), 0.0(Double), 13.3(Double), 0.0(Double), 16.0(Double), 607.1(Double), 9714.1(Double), 34.6(Double), 0.0(Double), 11900.0(Double), 160704.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 11(Integer), 14709.0(Double), 0.0(Double), 14.7(Double), 0.0(Double), 20.9(Double), 599.3(Double), 12525.4(Double), 35.1(Double), 0.0(Double), 12500.0(Double), 160764.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 12(Integer), 15856.0(Double), 0.0(Double), 15.9(Double), 0.0(Double), 22.2(Double), 594.7(Double), 13201.6(Double), 34.9(Double), 0.0(Double), 12900.0(Double), 163310.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 13(Integer), 1826.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.7(Double), 548.9(Double), 1482.1(Double), 27.5(Double), 0.0(Double), 500.0(Double), 160752.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 17(Integer), 17973.0(Double), 0.0(Double), 18.0(Double), 0.0(Double), 21.5(Double), 592.7(Double), 12742.3(Double), 35.5(Double), 0.0(Double), 13300.0(Double), 147414.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 18(Integer), 8218.0(Double), 0.0(Double), 8.2(Double), 0.0(Double), 13.3(Double), 612.1(Double), 8140.9(Double), 34.1(Double), 0.0(Double), 7100.0(Double), 99168.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466136(Integer), 92(Integer), 19(Integer), 20305.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 25.8(Double), 592.8(Double), 15295.1(Double), 34.9(Double), 0.0(Double), 14300.0(Double), 156863.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:30] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":295.7,"todayHours":0.3,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3085662.0,"currPower":378.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"20128.0","acFreq":"0.0","apparentPower":"20.1","reactivePower":"0.0","acEnergy":"15000.0","todayEnergy":"15000.0","lifetimeEnergy":"152733.0","dcCurr":"25.7","dcVolt":"593.2","dcPower":"15244.4","temp":"35.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20476.0","acFreq":"0.0","apparentPower":"20.5","reactivePower":"0.0","acEnergy":"16100.0","todayEnergy":"16100.0","lifetimeEnergy":"166519.0","dcCurr":"26.6","dcVolt":"584.1","dcPower":"15536.2","temp":"35.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"19644.0","acFreq":"0.0","apparentPower":"19.6","reactivePower":"0.0","acEnergy":"15000.0","todayEnergy":"15000.0","lifetimeEnergy":"146910.0","dcCurr":"24.8","dcVolt":"589.1","dcPower":"14610.5","temp":"34.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"20223.0","acFreq":"0.0","apparentPower":"20.2","reactivePower":"0.0","acEnergy":"15800.0","todayEnergy":"15800.0","lifetimeEnergy":"164671.0","dcCurr":"25.8","dcVolt":"588.6","dcPower":"15185.0","temp":"35.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"19379.0","acFreq":"0.0","apparentPower":"19.4","reactivePower":"0.0","acEnergy":"14900.0","todayEnergy":"14900.0","lifetimeEnergy":"147490.0","dcCurr":"25.1","dcVolt":"584.5","dcPower":"14670.1","temp":"35.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"20266.0","acFreq":"0.0","apparentPower":"20.3","reactivePower":"0.0","acEnergy":"15700.0","todayEnergy":"15700.0","lifetimeEnergy":"169633.0","dcCurr":"25.7","dcVolt":"596.4","dcPower":"15326.6","temp":"35.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"20273.0","acFreq":"0.0","apparentPower":"20.3","reactivePower":"0.0","acEnergy":"16000.0","todayEnergy":"16000.0","lifetimeEnergy":"166413.0","dcCurr":"26.0","dcVolt":"588.8","dcPower":"15309.7","temp":"36.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"19653.0","acFreq":"0.0","apparentPower":"19.7","reactivePower":"0.0","acEnergy":"15600.0","todayEnergy":"15600.0","lifetimeEnergy":"149821.0","dcCurr":"24.9","dcVolt":"595.0","dcPower":"14816.3","temp":"35.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"20089.0","acFreq":"0.0","apparentPower":"20.1","reactivePower":"0.0","acEnergy":"15900.0","todayEnergy":"15900.0","lifetimeEnergy":"165891.0","dcCurr":"25.7","dcVolt":"594.2","dcPower":"15270.1","temp":"35.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"18507.0","acFreq":"0.0","apparentPower":"18.5","reactivePower":"0.0","acEnergy":"14400.0","todayEnergy":"14400.0","lifetimeEnergy":"133659.0","dcCurr":"23.5","dcVolt":"591.2","dcPower":"13892.4","temp":"35.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"19522.0","acFreq":"0.0","apparentPower":"19.5","reactivePower":"0.0","acEnergy":"15500.0","todayEnergy":"15500.0","lifetimeEnergy":"161666.0","dcCurr":"25.0","dcVolt":"592.7","dcPower":"14818.3","temp":"35.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"18133.0","acFreq":"0.0","apparentPower":"18.1","reactivePower":"0.0","acEnergy":"14400.0","todayEnergy":"14400.0","lifetimeEnergy":"133336.0","dcCurr":"23.0","dcVolt":"593.4","dcPower":"13647.4","temp":"36.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"18888.0","acFreq":"0.0","apparentPower":"18.9","reactivePower":"0.0","acEnergy":"14900.0","todayEnergy":"14900.0","lifetimeEnergy":"159324.0","dcCurr":"24.1","dcVolt":"591.8","dcPower":"14262.4","temp":"35.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"18483.0","acFreq":"0.0","apparentPower":"18.5","reactivePower":"0.0","acEnergy":"14800.0","todayEnergy":"14800.0","lifetimeEnergy":"153120.0","dcCurr":"23.4","dcVolt":"592.1","dcPower":"13855.9","temp":"36.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"18589.0","acFreq":"0.0","apparentPower":"18.6","reactivePower":"0.0","acEnergy":"14700.0","todayEnergy":"14700.0","lifetimeEnergy":"136840.0","dcCurr":"23.4","dcVolt":"604.1","dcPower":"14135.2","temp":"35.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"17170.0","acFreq":"0.0","apparentPower":"17.2","reactivePower":"0.0","acEnergy":"13700.0","todayEnergy":"13700.0","lifetimeEnergy":"165575.0","dcCurr":"20.3","dcVolt":"598.3","dcPower":"12145.5","temp":"34.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"17123.0","acFreq":"0.0","apparentPower":"17.1","reactivePower":"0.0","acEnergy":"13800.0","todayEnergy":"13800.0","lifetimeEnergy":"161799.0","dcCurr":"20.6","dcVolt":"590.4","dcPower":"12162.9","temp":"35.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"14974.0","acFreq":"0.0","apparentPower":"15.0","reactivePower":"0.0","acEnergy":"12000.0","todayEnergy":"12000.0","lifetimeEnergy":"139449.0","dcCurr":"17.1","dcVolt":"590.1","dcPower":"10091.3","temp":"35.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"15916.0","acFreq":"0.0","apparentPower":"15.9","reactivePower":"0.0","acEnergy":"11900.0","todayEnergy":"11900.0","lifetimeEnergy":"139798.0","dcCurr":"20.8","dcVolt":"589.8","dcPower":"12267.1","temp":"35.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"20528.0","acFreq":"0.0","apparentPower":"20.5","reactivePower":"0.0","acEnergy":"15600.0","todayEnergy":"15600.0","lifetimeEnergy":"171015.0","dcCurr":"26.3","dcVolt":"594.2","dcPower":"15627.5","temp":"35.7","powerFactor":"0.0","ivtStatus":"01"}] }} [08:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 08(String), 25(String), 378.0(Float), 295.7(Float), 0.3(Float), 3085662.0(Float), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 1(Integer), 20128.0(Double), 0.0(Double), 20.1(Double), 0.0(Double), 25.7(Double), 593.2(Double), 15244.4(Double), 35.2(Double), 0.0(Double), 15000.0(Double), 152733.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 2(Integer), 20476.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 26.6(Double), 584.1(Double), 15536.2(Double), 35.7(Double), 0.0(Double), 16100.0(Double), 166519.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 3(Integer), 19644.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 24.8(Double), 589.1(Double), 14610.5(Double), 34.8(Double), 0.0(Double), 15000.0(Double), 146910.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 4(Integer), 20223.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 25.8(Double), 588.6(Double), 15185.0(Double), 35.7(Double), 0.0(Double), 15800.0(Double), 164671.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 5(Integer), 19379.0(Double), 0.0(Double), 19.4(Double), 0.0(Double), 25.1(Double), 584.5(Double), 14670.1(Double), 35.3(Double), 0.0(Double), 14900.0(Double), 147490.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 6(Integer), 20266.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 25.7(Double), 596.4(Double), 15326.6(Double), 35.7(Double), 0.0(Double), 15700.0(Double), 169633.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 7(Integer), 20273.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 26.0(Double), 588.8(Double), 15309.7(Double), 36.6(Double), 0.0(Double), 16000.0(Double), 166413.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 8(Integer), 19653.0(Double), 0.0(Double), 19.7(Double), 0.0(Double), 24.9(Double), 595.0(Double), 14816.3(Double), 35.4(Double), 0.0(Double), 15600.0(Double), 149821.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 9(Integer), 20089.0(Double), 0.0(Double), 20.1(Double), 0.0(Double), 25.7(Double), 594.2(Double), 15270.1(Double), 35.6(Double), 0.0(Double), 15900.0(Double), 165891.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 10(Integer), 18507.0(Double), 0.0(Double), 18.5(Double), 0.0(Double), 23.5(Double), 591.2(Double), 13892.4(Double), 35.3(Double), 0.0(Double), 14400.0(Double), 133659.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 11(Integer), 19522.0(Double), 0.0(Double), 19.5(Double), 0.0(Double), 25.0(Double), 592.7(Double), 14818.3(Double), 35.7(Double), 0.0(Double), 15500.0(Double), 161666.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 12(Integer), 18133.0(Double), 0.0(Double), 18.1(Double), 0.0(Double), 23.0(Double), 593.4(Double), 13647.4(Double), 36.0(Double), 0.0(Double), 14400.0(Double), 133336.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 13(Integer), 18888.0(Double), 0.0(Double), 18.9(Double), 0.0(Double), 24.1(Double), 591.8(Double), 14262.4(Double), 35.7(Double), 0.0(Double), 14900.0(Double), 159324.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 14(Integer), 18483.0(Double), 0.0(Double), 18.5(Double), 0.0(Double), 23.4(Double), 592.1(Double), 13855.9(Double), 36.2(Double), 0.0(Double), 14800.0(Double), 153120.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 15(Integer), 18589.0(Double), 0.0(Double), 18.6(Double), 0.0(Double), 23.4(Double), 604.1(Double), 14135.2(Double), 35.9(Double), 0.0(Double), 14700.0(Double), 136840.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 16(Integer), 17170.0(Double), 0.0(Double), 17.2(Double), 0.0(Double), 20.3(Double), 598.3(Double), 12145.5(Double), 34.6(Double), 0.0(Double), 13700.0(Double), 165575.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 17(Integer), 17123.0(Double), 0.0(Double), 17.1(Double), 0.0(Double), 20.6(Double), 590.4(Double), 12162.9(Double), 35.2(Double), 0.0(Double), 13800.0(Double), 161799.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 18(Integer), 14974.0(Double), 0.0(Double), 15.0(Double), 0.0(Double), 17.1(Double), 590.1(Double), 10091.3(Double), 35.3(Double), 0.0(Double), 12000.0(Double), 139449.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 19(Integer), 15916.0(Double), 0.0(Double), 15.9(Double), 0.0(Double), 20.8(Double), 589.8(Double), 12267.1(Double), 35.3(Double), 0.0(Double), 11900.0(Double), 139798.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466137(Integer), 93(Integer), 20(Integer), 20528.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 26.3(Double), 594.2(Double), 15627.5(Double), 35.7(Double), 0.0(Double), 15600.0(Double), 171015.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:30] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":456.0,"todayHours":0.5,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1651451.0,"currPower":368.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"285894.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"358620.0","todayEnergy":"358620.0","lifetimeEnergy":"1075978.0","dcCurr":"308.3","dcVolt":"929.9","dcPower":"286688.2","temp":"40.9","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"82779.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"97351.0","todayEnergy":"97351.0","lifetimeEnergy":"575473.0","dcCurr":"86.7","dcVolt":"929.2","dcPower":"80561.6","temp":"36.1","powerFactor":"99.8","ivtStatus":"01"}] }} [08:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 08(String), 25(String), 368.7(Float), 456.0(Float), 0.5(Float), 1651451.0(Float), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466138(Integer), 123(Integer), 1(Integer), 285894.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 308.3(Double), 929.9(Double), 286688.2(Double), 40.9(Double), 100.0(Double), 358620.0(Double), 1075978.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466138(Integer), 123(Integer), 2(Integer), 82779.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 86.7(Double), 929.2(Double), 80561.6(Double), 36.1(Double), 99.8(Double), 97351.0(Double), 575473.0(Double), 01(String) [08:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:31] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:31] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":491.2,"todayHours":0.5,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1820233.0,"currPower":412.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"320539.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"381894.0","todayEnergy":"381894.0","lifetimeEnergy":"1194679.0","dcCurr":"349.5","dcVolt":"929.5","dcPower":"324860.3","temp":"48.0","powerFactor":"84.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"91898.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"109299.0","todayEnergy":"109299.0","lifetimeEnergy":"625554.0","dcCurr":"86.0","dcVolt":"927.9","dcPower":"79799.4","temp":"38.5","powerFactor":"94.8","ivtStatus":"01"}] }} [08:25:31] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 08(String), 25(String), 412.4(Float), 491.2(Float), 0.5(Float), 1820233.0(Float), 01(String) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466139(Integer), 102(Integer), 1(Integer), 320539.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 349.5(Double), 929.5(Double), 324860.3(Double), 48.0(Double), 84.4(Double), 381894.0(Double), 1194679.0(Double), 01(String) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466139(Integer), 102(Integer), 2(Integer), 91898.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 86.0(Double), 927.9(Double), 79799.4(Double), 38.5(Double), 94.8(Double), 109299.0(Double), 625554.0(Double), 01(String) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:32] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":480.9,"todayHours":0.5,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1873205.0,"currPower":413.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"327423.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"379970.0","todayEnergy":"379970.0","lifetimeEnergy":"1207418.0","dcCurr":"339.6","dcVolt":"929.2","dcPower":"315556.3","temp":"45.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"85529.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"100902.0","todayEnergy":"100902.0","lifetimeEnergy":"665787.0","dcCurr":"79.5","dcVolt":"928.8","dcPower":"73839.6","temp":"37.4","powerFactor":"99.7","ivtStatus":"01"}] }} [08:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 08(String), 25(String), 413.0(Float), 480.9(Float), 0.5(Float), 1873205.0(Float), 01(String) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466140(Integer), 105(Integer), 1(Integer), 327423.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 339.6(Double), 929.2(Double), 315556.3(Double), 45.5(Double), 100.0(Double), 379970.0(Double), 1207418.0(Double), 01(String) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466140(Integer), 105(Integer), 2(Integer), 85529.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 79.5(Double), 928.8(Double), 73839.6(Double), 37.4(Double), 99.7(Double), 100902.0(Double), 665787.0(Double), 01(String) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:32] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":499.6,"todayHours":0.5,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1878599.0,"currPower":400.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"318586.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"403428.0","todayEnergy":"403428.0","lifetimeEnergy":"1227722.0","dcCurr":"342.8","dcVolt":"937.6","dcPower":"321409.3","temp":"48.4","powerFactor":"91.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"81867.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"96152.0","todayEnergy":"96152.0","lifetimeEnergy":"650877.0","dcCurr":"88.3","dcVolt":"937.4","dcPower":"82772.4","temp":"37.1","powerFactor":"97.7","ivtStatus":"01"}] }} [08:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 08(String), 25(String), 400.5(Float), 499.6(Float), 0.5(Float), 1878599.0(Float), 01(String) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466141(Integer), 122(Integer), 1(Integer), 318586.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 342.8(Double), 937.6(Double), 321409.3(Double), 48.4(Double), 91.2(Double), 403428.0(Double), 1227722.0(Double), 01(String) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466141(Integer), 122(Integer), 2(Integer), 81867.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 88.3(Double), 937.4(Double), 82772.4(Double), 37.1(Double), 97.7(Double), 96152.0(Double), 650877.0(Double), 01(String) [08:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:34] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:34] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":495.4,"todayHours":0.5,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1857998.0,"currPower":404.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"314507.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"395352.0","todayEnergy":"395352.0","lifetimeEnergy":"1220298.0","dcCurr":"335.9","dcVolt":"931.3","dcPower":"312823.7","temp":"47.6","powerFactor":"85.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"89680.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"100086.0","todayEnergy":"100086.0","lifetimeEnergy":"637700.0","dcCurr":"83.7","dcVolt":"935.5","dcPower":"78301.3","temp":"38.1","powerFactor":"93.6","ivtStatus":"01"}] }} [08:25:34] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 08(String), 25(String), 404.2(Float), 495.4(Float), 0.5(Float), 1857998.0(Float), 01(String) [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466142(Integer), 101(Integer), 1(Integer), 314507.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 335.9(Double), 931.3(Double), 312823.7(Double), 47.6(Double), 85.4(Double), 395352.0(Double), 1220298.0(Double), 01(String) [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466142(Integer), 101(Integer), 2(Integer), 89680.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 83.7(Double), 935.5(Double), 78301.3(Double), 38.1(Double), 93.6(Double), 100086.0(Double), 637700.0(Double), 01(String) [08:25:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:35] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:35] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":493.4,"todayHours":0.5,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1932595.0,"currPower":417.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"327436.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"394939.0","todayEnergy":"394939.0","lifetimeEnergy":"1258924.0","dcCurr":"352.0","dcVolt":"928.8","dcPower":"326937.6","temp":"48.6","powerFactor":"86.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"89555.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"98440.0","todayEnergy":"98440.0","lifetimeEnergy":"673671.0","dcCurr":"81.0","dcVolt":"941.0","dcPower":"76221.0","temp":"38.3","powerFactor":"92.7","ivtStatus":"01"}] }} [08:25:35] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 08(String), 25(String), 417.0(Float), 493.4(Float), 0.5(Float), 1932595.0(Float), 01(String) [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466143(Integer), 103(Integer), 1(Integer), 327436.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 352.0(Double), 928.8(Double), 326937.6(Double), 48.6(Double), 86.2(Double), 394939.0(Double), 1258924.0(Double), 01(String) [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466143(Integer), 103(Integer), 2(Integer), 89555.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 81.0(Double), 941.0(Double), 76221.0(Double), 38.3(Double), 92.7(Double), 98440.0(Double), 673671.0(Double), 01(String) [08:25:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:38] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:38] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":262.1,"todayHours":0.3,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556395.0,"currPower":274.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"236218.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"209968.0","todayEnergy":"209968.0","lifetimeEnergy":"1058309.0","dcCurr":"257.5","dcVolt":"931.3","dcPower":"239809.8","temp":"38.7","powerFactor":"96.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"38660.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"52103.0","todayEnergy":"52103.0","lifetimeEnergy":"498086.0","dcCurr":"38.0","dcVolt":"957.7","dcPower":"36392.6","temp":"33.5","powerFactor":"100.0","ivtStatus":"01"}] }} [08:25:38] [DEBUG] controller.InverterController - ------------------------------------------ [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 08(String), 25(String), 274.9(Float), 262.1(Float), 0.3(Float), 1556395.0(Float), 01(String) [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466144(Integer), 110(Integer), 1(Integer), 236218.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 257.5(Double), 931.3(Double), 239809.8(Double), 38.7(Double), 96.8(Double), 209968.0(Double), 1058309.0(Double), 01(String) [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466144(Integer), 110(Integer), 2(Integer), 38660.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 38.0(Double), 957.7(Double), 36392.6(Double), 33.5(Double), 100.0(Double), 52103.0(Double), 498086.0(Double), 01(String) [08:25:38] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:26:04] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:26:13] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:26:13] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sgsafe, login_channel : null [08:26:13] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sgsafe(String) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:13] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:26:13] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [08:26:13] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:26:13] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co [08:26:13] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:26:13] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : sgsafe [08:26:13] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [08:26:13] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sgsafe(String) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sgsafe(String) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [08:26:13] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : sgsafe, mappingList.size : 4 [08:26:13] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:26:13] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[sgsafe] roles roles [0]ROLE_01 [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sgsafe(String), 01(String), 5AE0AD1FFD1764049C4C6E72A9F1FD32(String), PHONE(String) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:26:13] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:26:13] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [08:26:13] [DEBUG] controller.SignController - /ess/view.co [08:26:13] [DEBUG] controller.SignController - ....................................... [08:26:13] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:13] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 80, param.plantSeq : 0 [08:26:13] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2023-08-02(String), 80(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2023-08-01(String), 80(Integer), 0(Integer), 2023-07-31(String), 80(Integer), 0(Integer), 2023-08-02(String), 107563(Integer) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2023-08-02(String), 80(Integer), 2023-08-02(String), 80(Integer) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 21(String) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 15(String) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:26:13] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:13] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 39.7.24.72, 39.7.24.72, param : code=404 [08:26:13] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2023-07-19(String) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:26:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:26:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:26:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 0(Integer), 2023-08-02(String), 80(Integer), 0(Integer), 2023-08-02(String) [08:26:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:26:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:26:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 80(Integer), 0(Integer), 80(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:26:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:26:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:26:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 80(Integer), 1(Integer), 2023-08-02(String), 80(Integer), 1(Integer), 2023-08-02(String) [08:26:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:26:18] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:18] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 92, refer : http://emsa.eltenergy.com/ess/view.co [08:26:18] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 2023-08-02(String) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:18] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:18] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 92, param.plantSeq : 92 [08:26:18] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 92(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 0(Integer), 2023-08-01(String), 92(Integer), 0(Integer), 2023-07-31(String), 92(Integer), 0(Integer), 2023-08-02(String), 107563(Integer) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 92(Integer), 2023-08-02(String), 92(Integer) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:26:18] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:18] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 39.7.24.72, 39.7.24.72, param : code=404 [08:26:18] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2023-07-19(String) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 0(Integer), 2023-08-02(String), 92(Integer), 0(Integer), 2023-08-02(String) [08:26:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:26:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:26:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 92(Integer), 0(Integer), 92(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:26:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:26:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:26:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 1(Integer), 2023-08-02(String), 92(Integer), 1(Integer), 2023-08-02(String) [08:26:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:26:21] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:21] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 93, refer : http://emsa.eltenergy.com/ess/view.co?plantSeq=92 [08:26:21] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [08:26:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 2023-08-02(String) [08:26:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:21] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:21] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 93, param.plantSeq : 93 [08:26:21] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:26:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 93(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:26:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:26:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 0(Integer), 2023-08-01(String), 93(Integer), 0(Integer), 2023-07-31(String), 93(Integer), 0(Integer), 2023-08-02(String), 107563(Integer) [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 93(Integer), 2023-08-02(String), 93(Integer) [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:26:22] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:22] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 39.7.24.72, 39.7.24.72, param : code=404 [08:26:22] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 01(String), 2023-07-19(String) [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 0(Integer), 2023-08-02(String), 93(Integer), 0(Integer), 2023-08-02(String) [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:26:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 93(Integer), 0(Integer), 93(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:26:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:26:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:26:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 1(Integer), 2023-08-02(String), 93(Integer), 1(Integer), 2023-08-02(String) [08:26:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:26:25] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:25] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 139, refer : http://emsa.eltenergy.com/ess/view.co?plantSeq=93 [08:26:25] [DEBUG] controller.EssController - ----------------------------------------------- [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 2023-08-02(String) [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 139(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 139(Integer), 2023-08-02(String) [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 139(Integer), 466128(Integer), 2023-08-02(String), 2023-08-02(String), 139(Integer) [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 01(String), 2023-07-19(String) [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 139(Integer) [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 139(Integer) [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:26:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [08:28:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [08:28:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [08:28:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:28:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:28:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:28:49] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 204 [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 92 [08:28:49] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"143","temp":"26.2","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"26.3","cloud":"5","weatherCode":"10710380"},{"plantSeq":"141","temp":"25.7","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.1","cloud":"5","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.3","cloud":"5","weatherCode":"01780250"},{"plantSeq":"138","temp":"26.2","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"26.2","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"28.3","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"26.1","cloud":"5","weatherCode":"02590370"},{"plantSeq":"134","temp":"29.5","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"28.2","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.1","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"128","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"127","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"126","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"26.2","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"97","temp":"26.1","cloud":"5","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"95","temp":"27.1","cloud":"5","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"93","temp":"21.8","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"21.8","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.1","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.1","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"24.4","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"24.4","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"28.4","cloud":"5","weatherCode":"15180380"},{"plantSeq":"83","temp":"29.5","cloud":"5","weatherCode":"01820250"},{"plantSeq":"82","temp":"25.6","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"25.0","cloud":"5","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"24.8","cloud":"5","weatherCode":"04210330"},{"plantSeq":"74","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"24.0","cloud":"5","weatherCode":"16770310"},{"plantSeq":"56","temp":"26.1","cloud":"5","weatherCode":"02590370"},{"plantSeq":"55","temp":"27.8","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"27.9","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"26.6","cloud":"1","weatherCode":"15800253"},{"plantSeq":"44","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"24.6","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"26.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"26.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.0","cloud":"1","weatherCode":"04170340"},{"plantSeq":"32","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"26","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.0","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.0","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"26.9","cloud":"5","weatherCode":"02273112"},{"plantSeq":"21","temp":"27.9","cloud":"1","weatherCode":"13800350"},{"plantSeq":"20","temp":"25.9","cloud":"1","weatherCode":"13750330"},{"plantSeq":"19","temp":"25.9","cloud":"1","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.1","cloud":"1","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.1","cloud":"1","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.2","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.2","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"28.6","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"25.4","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"08"} [08:28:49] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 39 [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:28:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:28:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:28:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:28:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 57 [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466126(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:29:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [08:32:47] [DEBUG] controller.EssController - ----------------------------------------------- [08:32:47] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [08:32:47] [DEBUG] controller.EssController - ----------------------------------------------- [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107564(Integer) [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:32:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [08:32:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:33:54] [DEBUG] controller.RestAPIController - callPmsFault :: [40] [112.160.187.52] 고성성광 is Fault PUSH [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2023 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 1(Integer), 107564(Integer), 2023-08-02(String), 08(String), 33(String), 4448568(Long), 4212393(Long), 16060(Long), 0(Integer), 64(Integer), 18089(Integer), 67(Integer), 57656(Integer), 0(Integer), 0(Integer), 0(Integer), 17640(Integer), 0(Integer), 16060(Integer), 3835(Integer), 0(Integer), 0(Integer), 20(Integer), 914(Integer), 0(Integer), 6789(Integer), 0(Integer), 262(Integer), 229(Integer), 34(Integer), 34(Integer), 3(Integer), 0(Integer), 0(Integer), 780(Integer), 32784(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 20(String), 40(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:33:54] [DEBUG] service.CsService - [40:1] CS가 이미 접수되었습니다. pcs: 32784,0,0,0, bms : 0,0,0,0 [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2023 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 0(Integer), 107564(Integer), 2023-08-02(String), 08(String), 33(String), 4448568(Long), 4212393(Long), 16060(Long), 0(Integer), 64(Integer), 18089(Integer), 67(Integer), 57656(Integer), 0(Integer), 0(Integer), 0(Integer), 17640(Integer), 0(Integer), 16060(Integer), 3835(Integer), 0(Integer), 0(Integer), 20(Integer), 914(Integer), 0(Integer), 6789(Integer), 0(Integer), 262(Integer), 229(Integer), 34(Integer), 34(Integer), 3(Integer), 0(Integer), 0(Integer), 780(Integer), 32784(Integer), 0(Integer), 1(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2023 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 2(Integer), 107564(Integer), 2023-08-02(String), 08(String), 33(String), 4432987(Long), 4196189(Long), 16055(Long), 0(Integer), 64(Integer), 1885(Integer), 67(Integer), 42075(Integer), 0(Integer), 0(Integer), 0(Integer), 17640(Integer), 0(Integer), 16055(Integer), 3846(Integer), 0(Integer), 0(Integer), 20(Integer), 908(Integer), 0(Integer), 6786(Integer), 0(Integer), 268(Integer), 220(Integer), 34(Integer), 34(Integer), 3(Integer), 1(Integer), 0(Integer), 788(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 40(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:33:54] [DEBUG] service.CsService - [40:2] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2023 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 3(Integer), 107564(Integer), 2023-08-02(String), 08(String), 33(String), 4439874(Long), 4202923(Long), 16055(Long), 0(Integer), 64(Integer), 8619(Integer), 67(Integer), 48962(Integer), 0(Integer), 0(Integer), 0(Integer), 17640(Integer), 0(Integer), 16055(Integer), 3833(Integer), 0(Integer), 0(Integer), 20(Integer), 910(Integer), 0(Integer), 6784(Integer), 0(Integer), 275(Integer), 234(Integer), 34(Integer), 34(Integer), 3(Integer), 1(Integer), 0(Integer), 788(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 40(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:33:54] [DEBUG] service.CsService - [40:3] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2023 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 40(Integer), 4(Integer), 107564(Integer), 2023-08-02(String), 08(String), 33(String), 4432175(Long), 4196319(Long), 16055(Long), 0(Integer), 64(Integer), 2015(Integer), 67(Integer), 41263(Integer), 0(Integer), 0(Integer), 0(Integer), 17640(Integer), 0(Integer), 16055(Integer), 3832(Integer), 0(Integer), 0(Integer), 20(Integer), 916(Integer), 0(Integer), 6790(Integer), 0(Integer), 251(Integer), 225(Integer), 34(Integer), 34(Integer), 3(Integer), 1(Integer), 0(Integer), 788(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 2(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 40(Integer) [08:33:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:33:54] [DEBUG] service.CsService - [40:4] CS가 이미 접수되었습니다. pcs: 1,0,0,0, bms : 1,0,0,0 [08:33:54] [DEBUG] controller.RestAPIController - [40] smsMessage : 고성성광 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [08:35:33] [DEBUG] controller.InverterController - ------------------------------------------ [08:35:33] [DEBUG] controller.InverterController - {"plantSeq":104,"todayEnergy":561.5,"todayHours":0.6,"lastdayEnergy":1836608.0,"lastdayHours":1838.4,"lifetimeEnergy":1837170.0,"currPower":437.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"342766.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"446893.0","todayEnergy":"446893.0","lifetimeEnergy":"1177683.0","dcCurr":"372.4","dcVolt":"939.0","dcPower":"349683.6","temp":"47.1","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"94259.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"114655.0","todayEnergy":"114655.0","lifetimeEnergy":"659487.0","dcCurr":"98.7","dcVolt":"935.4","dcPower":"92324.0","temp":"40.1","powerFactor":"99.9","ivtStatus":"01"}] }} [08:35:33] [DEBUG] controller.InverterController - ------------------------------------------ [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2023-08-02(String), 08(String), 35(String), 437.0(Float), 561.5(Float), 0.6(Float), 1837170.0(Float), 01(String) [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466150(Integer), 104(Integer), 1(Integer), 342766.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 372.4(Double), 939.0(Double), 349683.6(Double), 47.1(Double), 100.0(Double), 446893.0(Double), 1177683.0(Double), 01(String) [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466150(Integer), 104(Integer), 2(Integer), 94259.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 98.7(Double), 935.4(Double), 92324.0(Double), 40.1(Double), 99.9(Double), 114655.0(Double), 659487.0(Double), 01(String) [08:35:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466126(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:38:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [08:38:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [08:38:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [08:38:48] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:38:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:38:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:38:49] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 204 [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 92 [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:38:49] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"143","temp":"26.2","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"26.3","cloud":"5","weatherCode":"10710380"},{"plantSeq":"141","temp":"25.7","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.1","cloud":"5","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.3","cloud":"5","weatherCode":"01780250"},{"plantSeq":"138","temp":"26.2","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"26.2","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"28.3","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"26.1","cloud":"5","weatherCode":"02590370"},{"plantSeq":"134","temp":"29.5","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"28.2","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.1","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"128","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"127","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"126","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"26.2","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"97","temp":"26.1","cloud":"5","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"95","temp":"27.1","cloud":"5","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"93","temp":"21.8","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"21.8","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.1","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.1","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"24.4","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"24.4","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"28.4","cloud":"5","weatherCode":"15180380"},{"plantSeq":"83","temp":"29.5","cloud":"5","weatherCode":"01820250"},{"plantSeq":"82","temp":"25.6","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"25.0","cloud":"5","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"24.8","cloud":"5","weatherCode":"04210330"},{"plantSeq":"74","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"24.0","cloud":"5","weatherCode":"16770310"},{"plantSeq":"56","temp":"26.1","cloud":"5","weatherCode":"02590370"},{"plantSeq":"55","temp":"27.8","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"27.9","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"26.6","cloud":"1","weatherCode":"15800253"},{"plantSeq":"44","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"24.6","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"26.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"26.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.0","cloud":"1","weatherCode":"04170340"},{"plantSeq":"32","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"26","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.0","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.0","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"26.9","cloud":"5","weatherCode":"02273112"},{"plantSeq":"21","temp":"27.9","cloud":"1","weatherCode":"13800350"},{"plantSeq":"20","temp":"25.9","cloud":"1","weatherCode":"13750330"},{"plantSeq":"19","temp":"25.9","cloud":"1","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.1","cloud":"1","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.1","cloud":"1","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.2","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.2","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"28.6","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"25.4","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"08"} [08:38:49] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 39 [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:38:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:38:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:38:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:38:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [08:38:59] [DEBUG] controller.EssController - ----------------------------------------------- [08:38:59] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [08:38:59] [DEBUG] controller.EssController - ----------------------------------------------- [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107564(Integer) [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [08:39:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:39:16] [DEBUG] controller.EssController - ----------------------------------------------- [08:39:16] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 86, refer : http://emsa.eltenergy.com/ess/view.co [08:39:16] [DEBUG] controller.EssController - ----------------------------------------------- [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 2023-08-02(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466126(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:39:16] [DEBUG] controller.EssController - ----------------------------------------------- [08:39:16] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 86, param.plantSeq : 86 [08:39:16] [DEBUG] controller.EssController - ----------------------------------------------- [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 86(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-01(String), 86(Integer), 0(Integer), 2023-07-31(String), 86(Integer), 0(Integer), 2023-08-02(String), 107564(Integer) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 86(Integer), 2023-08-02(String), 86(Integer) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-07-19(String) [08:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-02(String), 86(Integer), 0(Integer), 2023-08-02(String) [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 1(Integer), 2023-08-02(String), 86(Integer), 1(Integer), 2023-08-02(String) [08:39:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(String) [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(String) [08:39:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:39:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:39:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.seq, d.plantSeq, d.inputYear, d.inputMonth, d.monthEnergy as todayEnergy, d.monthHours as todayHours, lifetimeEnergy, concat(inputYear, '-', inputMonth, '-01') as inputDate from t_ivtoverview_month d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputYear = ? and d.plantSeq = ? order by d.inputMonth asc, d.plantSeq desc [08:39:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023(String), 128(String) [08:39:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [08:39:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:39:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:39:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:39:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.seq, d.plantSeq, d.inputYear, d.inputMonth, d.monthEnergy as todayEnergy, d.monthHours as todayHours, lifetimeEnergy, concat(inputYear, '-', inputMonth, '-01') as inputDate from t_ivtoverview_month d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputYear = ? and d.plantSeq = ? order by d.inputMonth asc, d.plantSeq desc [08:39:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023(String), 128(String) [08:39:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [08:45:00] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:00] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":590.4,"todayHours":0.6,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1705159.0,"currPower":421.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"325456.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"453131.0","todayEnergy":"453131.0","lifetimeEnergy":"1104386.0","dcCurr":"345.5","dcVolt":"930.7","dcPower":"321556.8","temp":"46.4","powerFactor":"86.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"95733.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"137220.0","todayEnergy":"137220.0","lifetimeEnergy":"600773.0","dcCurr":"101.6","dcVolt":"935.0","dcPower":"94996.0","temp":"37.6","powerFactor":"93.9","ivtStatus":"01"}] }} [08:45:00] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 08(String), 45(String), 421.2(Float), 590.4(Float), 0.6(Float), 1705159.0(Float), 01(String) [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466151(Integer), 106(Integer), 1(Integer), 325456.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 345.5(Double), 930.7(Double), 321556.8(Double), 46.4(Double), 86.9(Double), 453131.0(Double), 1104386.0(Double), 01(String) [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466151(Integer), 106(Integer), 2(Integer), 95733.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 101.6(Double), 935.0(Double), 94996.0(Double), 37.6(Double), 93.9(Double), 137220.0(Double), 600773.0(Double), 01(String) [08:45:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:01] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:01] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":592.8,"todayHours":0.6,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1892265.0,"currPower":445.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"353110.0","acFreq":"60.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"473995.0","todayEnergy":"473995.0","lifetimeEnergy":"1418287.0","dcCurr":"406.3","dcVolt":"934.7","dcPower":"379768.6","temp":"49.4","powerFactor":"85.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"91070.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"119359.0","todayEnergy":"119359.0","lifetimeEnergy":"473978.0","dcCurr":"97.2","dcVolt":"931.9","dcPower":"90580.7","temp":"36.6","powerFactor":"95.1","ivtStatus":"01"}] }} [08:45:01] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 08(String), 45(String), 445.2(Float), 592.8(Float), 0.6(Float), 1892265.0(Float), 01(String) [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466152(Integer), 111(Integer), 1(Integer), 353110.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 406.3(Double), 934.7(Double), 379768.6(Double), 49.4(Double), 85.2(Double), 473995.0(Double), 1418287.0(Double), 01(String) [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466152(Integer), 111(Integer), 2(Integer), 91070.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 97.2(Double), 931.9(Double), 90580.7(Double), 36.6(Double), 95.1(Double), 119359.0(Double), 473978.0(Double), 01(String) [08:45:01] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:07] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:07] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":450.6,"todayHours":0.5,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1876975.0,"currPower":361.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"290131.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"378829.0","todayEnergy":"378829.0","lifetimeEnergy":"1199261.0","dcCurr":"313.9","dcVolt":"943.1","dcPower":"296039.1","temp":"42.7","powerFactor":"83.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"71260.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"71779.0","todayEnergy":"71779.0","lifetimeEnergy":"677714.0","dcCurr":"73.9","dcVolt":"938.5","dcPower":"69355.1","temp":"34.4","powerFactor":"89.8","ivtStatus":"01"}] }} [08:45:07] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 08(String), 45(String), 361.4(Float), 450.6(Float), 0.5(Float), 1876975.0(Float), 01(String) [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466153(Integer), 113(Integer), 1(Integer), 290131.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 313.9(Double), 943.1(Double), 296039.1(Double), 42.7(Double), 83.7(Double), 378829.0(Double), 1199261.0(Double), 01(String) [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466153(Integer), 113(Integer), 2(Integer), 71260.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 73.9(Double), 938.5(Double), 69355.1(Double), 34.4(Double), 89.8(Double), 71779.0(Double), 677714.0(Double), 01(String) [08:45:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:08] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:08] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":47.7,"todayHours":0.5,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11452.0,"currPower":30.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30100.0","acFreq":"0.0","apparentPower":"30.1","reactivePower":"6553.0","acEnergy":"47700.0","todayEnergy":"47700.0","lifetimeEnergy":"11452.0","dcCurr":"11.7","dcVolt":"421.0","dcPower":"4926.1","temp":"40.7","powerFactor":"6454.6","ivtStatus":"01"}] }} [08:45:08] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 08(String), 45(String), 30.1(Float), 47.7(Float), 0.5(Float), 11452.0(Float), 01(String) [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466154(Integer), 142(Integer), 1(Integer), 30100.0(Double), 0.0(Double), 30.1(Double), 6553.0(Double), 11.7(Double), 421.0(Double), 4926.1(Double), 40.7(Double), 6454.6(Double), 47700.0(Double), 11452.0(Double), 01(String) [08:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:12] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:12] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":79.0,"todayHours":0.5,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266381.3,"currPower":64.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"25216.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"29700.0","todayEnergy":"29700.0","lifetimeEnergy":"93278.7","dcCurr":"149.0","dcVolt":"530.0","dcPower":"78970.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"18357.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"18200.0","todayEnergy":"18200.0","lifetimeEnergy":"87857.9","dcCurr":"102.0","dcVolt":"548.0","dcPower":"55896.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"21167.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"31100.0","todayEnergy":"31100.0","lifetimeEnergy":"85244.7","dcCurr":"126.0","dcVolt":"524.0","dcPower":"66024.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:45:12] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 08(String), 45(String), 64.7(Float), 79.0(Float), 0.5(Float), 266381.3(Float), 01(String) [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466155(Integer), 132(Integer), 1(Integer), 25216.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 149.0(Double), 530.0(Double), 78970.0(Double), 49.0(Double), 0.0(Double), 29700.0(Double), 93278.7(Double), 01(String) [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466155(Integer), 132(Integer), 2(Integer), 18357.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 102.0(Double), 548.0(Double), 55896.0(Double), 47.0(Double), 0.0(Double), 18200.0(Double), 87857.9(Double), 01(String) [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466155(Integer), 132(Integer), 3(Integer), 21167.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 126.0(Double), 524.0(Double), 66024.0(Double), 46.0(Double), 0.0(Double), 31100.0(Double), 85244.7(Double), 01(String) [08:45:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:13] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:13] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":534.8,"todayHours":0.5,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1694428.0,"currPower":380.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"294177.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"414036.0","todayEnergy":"414036.0","lifetimeEnergy":"1091022.0","dcCurr":"319.8","dcVolt":"933.1","dcPower":"298405.4","temp":"44.5","powerFactor":"85.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"86360.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"120718.0","todayEnergy":"120718.0","lifetimeEnergy":"603406.0","dcCurr":"93.5","dcVolt":"928.4","dcPower":"86805.4","temp":"37.1","powerFactor":"95.3","ivtStatus":"01"}] }} [08:45:13] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 08(String), 45(String), 380.5(Float), 534.8(Float), 0.5(Float), 1694428.0(Float), 01(String) [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466156(Integer), 124(Integer), 1(Integer), 294177.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 319.8(Double), 933.1(Double), 298405.4(Double), 44.5(Double), 85.9(Double), 414036.0(Double), 1091022.0(Double), 01(String) [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466156(Integer), 124(Integer), 2(Integer), 86360.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 93.5(Double), 928.4(Double), 86805.4(Double), 37.1(Double), 95.3(Double), 120718.0(Double), 603406.0(Double), 01(String) [08:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:15] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:15] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":59.4,"todayHours":0.3,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199360.0,"currPower":67.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"31900.0","acFreq":"0.0","apparentPower":"31.9","reactivePower":"6552.7","acEnergy":"26300.0","todayEnergy":"26300.0","lifetimeEnergy":"101050.0","dcCurr":"17.2","dcVolt":"571.2","dcPower":"9824.6","temp":"42.5","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"35600.0","acFreq":"0.0","apparentPower":"35.6","reactivePower":"6553.2","acEnergy":"33100.0","todayEnergy":"33100.0","lifetimeEnergy":"98310.0","dcCurr":"20.8","dcVolt":"541.1","dcPower":"11255.6","temp":"43.7","powerFactor":"6455.6","ivtStatus":"01"}] }} [08:45:15] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 08(String), 45(String), 67.5(Float), 59.4(Float), 0.3(Float), 199360.0(Float), 01(String) [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466157(Integer), 134(Integer), 1(Integer), 31900.0(Double), 0.0(Double), 31.9(Double), 6552.7(Double), 17.2(Double), 571.2(Double), 9824.6(Double), 42.5(Double), 6455.6(Double), 26300.0(Double), 101050.0(Double), 01(String) [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466157(Integer), 134(Integer), 2(Integer), 35600.0(Double), 0.0(Double), 35.6(Double), 6553.2(Double), 20.8(Double), 541.1(Double), 11255.6(Double), 43.7(Double), 6455.6(Double), 33100.0(Double), 98310.0(Double), 01(String) [08:45:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:18] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":158.1,"todayHours":0.8,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413743.0,"currPower":104.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"25800.0","acFreq":"0.0","apparentPower":"25.8","reactivePower":"1.4","acEnergy":"39400.0","todayEnergy":"39400.0","lifetimeEnergy":"100855.0","dcCurr":"49.0","dcVolt":"521.7","dcPower":"25561.7","temp":"54.1","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"26300.0","acFreq":"0.0","apparentPower":"26.3","reactivePower":"1.8","acEnergy":"40100.0","todayEnergy":"40100.0","lifetimeEnergy":"102369.0","dcCurr":"49.4","dcVolt":"524.8","dcPower":"25925.1","temp":"52.2","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"25600.0","acFreq":"0.0","apparentPower":"25.6","reactivePower":"1.8","acEnergy":"38800.0","todayEnergy":"38800.0","lifetimeEnergy":"103949.0","dcCurr":"48.3","dcVolt":"524.9","dcPower":"25354.3","temp":"50.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"26500.0","acFreq":"0.0","apparentPower":"26.5","reactivePower":"2.2","acEnergy":"39900.0","todayEnergy":"39900.0","lifetimeEnergy":"106570.0","dcCurr":"50.4","dcVolt":"523.8","dcPower":"26397.8","temp":"46.3","powerFactor":"100.0","ivtStatus":"01"}] }} [08:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 08(String), 45(String), 104.9(Float), 158.1(Float), 0.8(Float), 413743.0(Float), 01(String) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466158(Integer), 99(Integer), 1(Integer), 25800.0(Double), 0.0(Double), 25.8(Double), 1.4(Double), 49.0(Double), 521.7(Double), 25561.7(Double), 54.1(Double), 100.0(Double), 39400.0(Double), 100855.0(Double), 01(String) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466158(Integer), 99(Integer), 2(Integer), 26300.0(Double), 0.0(Double), 26.3(Double), 1.8(Double), 49.4(Double), 524.8(Double), 25925.1(Double), 52.2(Double), 100.0(Double), 40100.0(Double), 102369.0(Double), 01(String) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466158(Integer), 99(Integer), 3(Integer), 25600.0(Double), 0.0(Double), 25.6(Double), 1.8(Double), 48.3(Double), 524.9(Double), 25354.3(Double), 50.4(Double), 100.0(Double), 38800.0(Double), 103949.0(Double), 01(String) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466158(Integer), 99(Integer), 4(Integer), 26500.0(Double), 0.0(Double), 26.5(Double), 2.2(Double), 50.4(Double), 523.8(Double), 26397.8(Double), 46.3(Double), 100.0(Double), 39900.0(Double), 106570.0(Double), 01(String) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:18] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":576.5,"todayHours":0.6,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1808904.0,"currPower":407.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"313305.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"435833.0","todayEnergy":"435833.0","lifetimeEnergy":"1172971.0","dcCurr":"340.1","dcVolt":"933.4","dcPower":"317449.3","temp":"49.8","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"93915.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"140689.0","todayEnergy":"140689.0","lifetimeEnergy":"635933.0","dcCurr":"101.3","dcVolt":"931.7","dcPower":"94381.2","temp":"45.4","powerFactor":"100.0","ivtStatus":"01"}] }} [08:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 08(String), 45(String), 407.2(Float), 576.5(Float), 0.6(Float), 1808904.0(Float), 01(String) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466159(Integer), 126(Integer), 1(Integer), 313305.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 340.1(Double), 933.4(Double), 317449.3(Double), 49.8(Double), 100.0(Double), 435833.0(Double), 1172971.0(Double), 01(String) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466159(Integer), 126(Integer), 2(Integer), 93915.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 101.3(Double), 931.7(Double), 94381.2(Double), 45.4(Double), 100.0(Double), 140689.0(Double), 635933.0(Double), 01(String) [08:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:20] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":42.5,"todayHours":0.4,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":90980.0,"currPower":38.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"38900.0","acFreq":"0.0","apparentPower":"38.9","reactivePower":"0.6","acEnergy":"42500.0","todayEnergy":"42500.0","lifetimeEnergy":"90980.0","dcCurr":"33.0","dcVolt":"491.9","dcPower":"16233.8","temp":"41.8","powerFactor":"100.0","ivtStatus":"01"}] }} [08:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 08(String), 45(String), 38.9(Float), 42.5(Float), 0.4(Float), 90980.0(Float), 01(String) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466160(Integer), 138(Integer), 1(Integer), 38900.0(Double), 0.0(Double), 38.9(Double), 0.6(Double), 33.0(Double), 491.9(Double), 16233.8(Double), 41.8(Double), 100.0(Double), 42500.0(Double), 90980.0(Double), 01(String) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:20] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":61.6,"todayHours":0.6,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212533.8,"currPower":47.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"26091.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"32700.0","todayEnergy":"32700.0","lifetimeEnergy":"112470.4","dcCurr":"100.0","dcVolt":"549.0","dcPower":"54900.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"21520.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"28900.0","todayEnergy":"28900.0","lifetimeEnergy":"100063.4","dcCurr":"103.0","dcVolt":"542.0","dcPower":"55826.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 08(String), 45(String), 47.6(Float), 61.6(Float), 0.6(Float), 212533.8(Float), 01(String) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466161(Integer), 129(Integer), 1(Integer), 26091.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 100.0(Double), 549.0(Double), 54900.0(Double), 51.0(Double), 0.0(Double), 32700.0(Double), 112470.4(Double), 01(String) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466161(Integer), 129(Integer), 2(Integer), 21520.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 103.0(Double), 542.0(Double), 55826.0(Double), 47.0(Double), 0.0(Double), 28900.0(Double), 100063.4(Double), 01(String) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:20] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":383.8,"todayHours":0.4,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1792102.0,"currPower":369.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"286297.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"313618.0","todayEnergy":"313618.0","lifetimeEnergy":"1172114.0","dcCurr":"314.2","dcVolt":"929.4","dcPower":"292017.5","temp":"54.8","powerFactor":"86.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"83212.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"70221.0","todayEnergy":"70221.0","lifetimeEnergy":"619988.0","dcCurr":"73.4","dcVolt":"941.5","dcPower":"69106.1","temp":"46.5","powerFactor":"91.4","ivtStatus":"01"}] }} [08:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 08(String), 45(String), 369.5(Float), 383.8(Float), 0.4(Float), 1792102.0(Float), 01(String) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466162(Integer), 108(Integer), 1(Integer), 286297.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 314.2(Double), 929.4(Double), 292017.5(Double), 54.8(Double), 86.4(Double), 313618.0(Double), 1172114.0(Double), 01(String) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466162(Integer), 108(Integer), 2(Integer), 83212.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 73.4(Double), 941.5(Double), 69106.1(Double), 46.5(Double), 91.4(Double), 70221.0(Double), 619988.0(Double), 01(String) [08:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:21] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":45.7,"todayHours":0.5,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124676.0,"currPower":43.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"43300.0","acFreq":"0.0","apparentPower":"43.3","reactivePower":"6553.5","acEnergy":"45700.0","todayEnergy":"45700.0","lifetimeEnergy":"124676.0","dcCurr":"29.6","dcVolt":"536.0","dcPower":"15865.6","temp":"42.1","powerFactor":"6455.6","ivtStatus":"01"}] }} [08:45:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 08(String), 45(String), 43.3(Float), 45.7(Float), 0.5(Float), 124676.0(Float), 01(String) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466163(Integer), 135(Integer), 1(Integer), 43300.0(Double), 0.0(Double), 43.3(Double), 6553.5(Double), 29.6(Double), 536.0(Double), 15865.6(Double), 42.1(Double), 6455.6(Double), 45700.0(Double), 124676.0(Double), 01(String) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:21] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":61.9,"todayHours":0.4,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130657.0,"currPower":57.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"39900.0","acFreq":"0.0","apparentPower":"39.9","reactivePower":"6551.3","acEnergy":"43100.0","todayEnergy":"43100.0","lifetimeEnergy":"90159.0","dcCurr":"33.2","dcVolt":"660.6","dcPower":"21933.0","temp":"41.1","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"17300.0","acFreq":"0.0","apparentPower":"17.3","reactivePower":"1.2","acEnergy":"18800.0","todayEnergy":"18800.0","lifetimeEnergy":"40498.0","dcCurr":"31.0","dcVolt":"542.6","dcPower":"16819.6","temp":"40.5","powerFactor":"100.0","ivtStatus":"01"}] }} [08:45:21] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 08(String), 45(String), 57.2(Float), 61.9(Float), 0.4(Float), 130657.0(Float), 01(String) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466164(Integer), 137(Integer), 1(Integer), 39900.0(Double), 0.0(Double), 39.9(Double), 6551.3(Double), 33.2(Double), 660.6(Double), 21933.0(Double), 41.1(Double), 6455.6(Double), 43100.0(Double), 90159.0(Double), 01(String) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466164(Integer), 137(Integer), 2(Integer), 17300.0(Double), 0.0(Double), 17.3(Double), 1.2(Double), 31.0(Double), 542.6(Double), 16819.6(Double), 40.5(Double), 100.0(Double), 18800.0(Double), 40498.0(Double), 01(String) [08:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:22] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":94.2,"todayHours":0.6,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345223.0,"currPower":66.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"22241.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"31400.0","todayEnergy":"31400.0","lifetimeEnergy":"115769.6","dcCurr":"156.0","dcVolt":"522.0","dcPower":"81432.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20731.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"29600.0","todayEnergy":"29600.0","lifetimeEnergy":"106771.6","dcCurr":"102.0","dcVolt":"571.0","dcPower":"58242.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"23406.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33200.0","todayEnergy":"33200.0","lifetimeEnergy":"122681.8","dcCurr":"157.0","dcVolt":"573.0","dcPower":"89961.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 08(String), 45(String), 66.4(Float), 94.2(Float), 0.6(Float), 345223.0(Float), 01(String) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466165(Integer), 127(Integer), 1(Integer), 22241.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 156.0(Double), 522.0(Double), 81432.0(Double), 49.0(Double), 0.0(Double), 31400.0(Double), 115769.6(Double), 01(String) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:22] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":587.0,"todayHours":0.6,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1833521.0,"currPower":406.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"317765.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"453869.0","todayEnergy":"453869.0","lifetimeEnergy":"1187107.0","dcCurr":"343.7","dcVolt":"931.2","dcPower":"320053.5","temp":"43.0","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"88809.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"133099.0","todayEnergy":"133099.0","lifetimeEnergy":"646414.0","dcCurr":"94.7","dcVolt":"930.6","dcPower":"88127.8","temp":"36.3","powerFactor":"100.0","ivtStatus":"01"}] }} [08:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466165(Integer), 127(Integer), 2(Integer), 20731.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 102.0(Double), 571.0(Double), 58242.0(Double), 46.0(Double), 0.0(Double), 29600.0(Double), 106771.6(Double), 01(String) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466165(Integer), 127(Integer), 3(Integer), 23406.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 157.0(Double), 573.0(Double), 89961.0(Double), 45.0(Double), 0.0(Double), 33200.0(Double), 122681.8(Double), 01(String) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 08(String), 45(String), 406.6(Float), 587.0(Float), 0.6(Float), 1833521.0(Float), 01(String) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466166(Integer), 120(Integer), 1(Integer), 317765.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 343.7(Double), 931.2(Double), 320053.5(Double), 43.0(Double), 100.0(Double), 453869.0(Double), 1187107.0(Double), 01(String) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466166(Integer), 120(Integer), 2(Integer), 88809.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 94.7(Double), 930.6(Double), 88127.8(Double), 36.3(Double), 100.0(Double), 133099.0(Double), 646414.0(Double), 01(String) [08:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:23] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:23] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":235.0,"todayHours":0.5,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":855043.6,"currPower":201.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"45320.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"0.2","acEnergy":"52590.0","todayEnergy":"52590.0","lifetimeEnergy":"191116.0","dcCurr":"76.3","dcVolt":"603.1","dcPower":"46027.6","temp":"46.2","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"44755.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"51960.0","todayEnergy":"51960.0","lifetimeEnergy":"190148.3","dcCurr":"76.1","dcVolt":"599.3","dcPower":"45620.9","temp":"46.0","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"44638.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.1","acEnergy":"52090.0","todayEnergy":"52090.0","lifetimeEnergy":"190147.9","dcCurr":"76.2","dcVolt":"594.9","dcPower":"45322.6","temp":"45.3","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"44400.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"51910.0","todayEnergy":"51910.0","lifetimeEnergy":"187003.6","dcCurr":"75.4","dcVolt":"601.0","dcPower":"45341.3","temp":"45.7","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"22892.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"26520.0","todayEnergy":"26520.0","lifetimeEnergy":"96628.0","dcCurr":"40.1","dcVolt":"586.7","dcPower":"23503.2","temp":"56.0","powerFactor":"10.0","ivtStatus":"01"}] }} [08:45:23] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 08(String), 45(String), 201.8(Float), 235.0(Float), 0.5(Float), 855043.6(Float), 01(String) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466167(Integer), 128(Integer), 1(Integer), 45320.0(Double), 600.1(Double), 0.0(Double), 0.2(Double), 76.3(Double), 603.1(Double), 46027.6(Double), 46.2(Double), 10.0(Double), 52590.0(Double), 191116.0(Double), 01(String) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466167(Integer), 128(Integer), 2(Integer), 44755.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 76.1(Double), 599.3(Double), 45620.9(Double), 46.0(Double), 10.0(Double), 51960.0(Double), 190148.3(Double), 01(String) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466167(Integer), 128(Integer), 3(Integer), 44638.0(Double), 600.2(Double), 0.0(Double), 0.1(Double), 76.2(Double), 594.9(Double), 45322.6(Double), 45.3(Double), 10.0(Double), 52090.0(Double), 190147.9(Double), 01(String) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466167(Integer), 128(Integer), 4(Integer), 44400.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 75.4(Double), 601.0(Double), 45341.3(Double), 45.7(Double), 10.0(Double), 51910.0(Double), 187003.6(Double), 01(String) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466167(Integer), 128(Integer), 5(Integer), 22892.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 40.1(Double), 586.7(Double), 23503.2(Double), 56.0(Double), 10.0(Double), 26520.0(Double), 96628.0(Double), 01(String) [08:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:24] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":533.4,"todayHours":0.5,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1875894.0,"currPower":393.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"310415.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"410995.0","todayEnergy":"410995.0","lifetimeEnergy":"1216366.0","dcCurr":"332.6","dcVolt":"931.3","dcPower":"309750.4","temp":"44.0","powerFactor":"84.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"83554.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"122943.0","todayEnergy":"122943.0","lifetimeEnergy":"659529.0","dcCurr":"90.1","dcVolt":"941.5","dcPower":"84829.1","temp":"35.5","powerFactor":"95.6","ivtStatus":"01"}] }} [08:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 08(String), 45(String), 393.3(Float), 533.4(Float), 0.5(Float), 1875894.0(Float), 01(String) [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466168(Integer), 112(Integer), 1(Integer), 310415.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 332.6(Double), 931.3(Double), 309750.4(Double), 44.0(Double), 84.9(Double), 410995.0(Double), 1216366.0(Double), 01(String) [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466168(Integer), 112(Integer), 2(Integer), 83554.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 90.1(Double), 941.5(Double), 84829.1(Double), 35.5(Double), 95.6(Double), 122943.0(Double), 659529.0(Double), 01(String) [08:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:25] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":155.9,"todayHours":0.3,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":141684.0,"currPower":158.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"37900.0","acFreq":"0.0","apparentPower":"37.9","reactivePower":"6551.7","acEnergy":"37300.0","todayEnergy":"37300.0","lifetimeEnergy":"35828.0","dcCurr":"24.4","dcVolt":"620.5","dcPower":"15141.0","temp":"46.2","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"39100.0","acFreq":"0.0","apparentPower":"39.1","reactivePower":"6552.2","acEnergy":"39300.0","todayEnergy":"39300.0","lifetimeEnergy":"35421.0","dcCurr":"27.7","dcVolt":"620.9","dcPower":"17198.9","temp":"47.7","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"3","acPower":"40400.0","acFreq":"0.0","apparentPower":"40.4","reactivePower":"6552.0","acEnergy":"38400.0","todayEnergy":"38400.0","lifetimeEnergy":"35550.0","dcCurr":"25.5","dcVolt":"624.7","dcPower":"15929.9","temp":"45.4","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"4","acPower":"40700.0","acFreq":"0.0","apparentPower":"40.7","reactivePower":"6552.8","acEnergy":"40900.0","todayEnergy":"40900.0","lifetimeEnergy":"34885.0","dcCurr":"26.8","dcVolt":"621.4","dcPower":"16653.5","temp":"47.6","powerFactor":"6454.6","ivtStatus":"01"}] }} [08:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 08(String), 45(String), 158.1(Float), 155.9(Float), 0.3(Float), 141684.0(Float), 01(String) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466169(Integer), 139(Integer), 1(Integer), 37900.0(Double), 0.0(Double), 37.9(Double), 6551.7(Double), 24.4(Double), 620.5(Double), 15141.0(Double), 46.2(Double), 6454.6(Double), 37300.0(Double), 35828.0(Double), 01(String) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466169(Integer), 139(Integer), 2(Integer), 39100.0(Double), 0.0(Double), 39.1(Double), 6552.2(Double), 27.7(Double), 620.9(Double), 17198.9(Double), 47.7(Double), 6454.6(Double), 39300.0(Double), 35421.0(Double), 01(String) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466169(Integer), 139(Integer), 3(Integer), 40400.0(Double), 0.0(Double), 40.4(Double), 6552.0(Double), 25.5(Double), 624.7(Double), 15929.9(Double), 45.4(Double), 6454.6(Double), 38400.0(Double), 35550.0(Double), 01(String) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466169(Integer), 139(Integer), 4(Integer), 40700.0(Double), 0.0(Double), 40.7(Double), 6552.8(Double), 26.8(Double), 621.4(Double), 16653.5(Double), 47.6(Double), 6454.6(Double), 40900.0(Double), 34885.0(Double), 01(String) [08:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:26] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:26] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":547.7,"todayHours":0.5,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1906590.0,"currPower":405.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"291948.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"370471.0","todayEnergy":"370471.0","lifetimeEnergy":"1244871.0","dcCurr":"312.2","dcVolt":"932.7","dcPower":"291189.0","temp":"43.4","powerFactor":"85.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"113318.0","acFreq":"60.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"177219.0","todayEnergy":"177219.0","lifetimeEnergy":"661719.0","dcCurr":"121.3","dcVolt":"936.6","dcPower":"113609.6","temp":"38.4","powerFactor":"91.7","ivtStatus":"01"}] }} [08:45:26] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 08(String), 45(String), 405.3(Float), 547.7(Float), 0.5(Float), 1906590.0(Float), 01(String) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466170(Integer), 107(Integer), 1(Integer), 291948.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 312.2(Double), 932.7(Double), 291189.0(Double), 43.4(Double), 85.2(Double), 370471.0(Double), 1244871.0(Double), 01(String) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466170(Integer), 107(Integer), 2(Integer), 113318.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 121.3(Double), 936.6(Double), 113609.6(Double), 38.4(Double), 91.7(Double), 177219.0(Double), 661719.0(Double), 01(String) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:26] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:26] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":51.1,"todayHours":0.5,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":106028.0,"currPower":40.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"40400.0","acFreq":"0.0","apparentPower":"40.4","reactivePower":"6551.7","acEnergy":"51100.0","todayEnergy":"51100.0","lifetimeEnergy":"106028.0","dcCurr":"33.4","dcVolt":"487.3","dcPower":"16276.9","temp":"41.5","powerFactor":"6455.6","ivtStatus":"01"}] }} [08:45:26] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 08(String), 45(String), 40.4(Float), 51.1(Float), 0.5(Float), 106028.0(Float), 01(String) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466171(Integer), 136(Integer), 1(Integer), 40400.0(Double), 0.0(Double), 40.4(Double), 6551.7(Double), 33.4(Double), 487.3(Double), 16276.9(Double), 41.5(Double), 6455.6(Double), 51100.0(Double), 106028.0(Double), 01(String) [08:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:27] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":555.7,"todayHours":0.6,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1732267.0,"currPower":393.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"312162.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"443746.0","todayEnergy":"443746.0","lifetimeEnergy":"1130384.0","dcCurr":"337.4","dcVolt":"929.4","dcPower":"313579.6","temp":"45.3","powerFactor":"86.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"80846.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"111925.0","todayEnergy":"111925.0","lifetimeEnergy":"601883.0","dcCurr":"85.1","dcVolt":"932.8","dcPower":"79381.3","temp":"37.2","powerFactor":"94.0","ivtStatus":"01"}] }} [08:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 08(String), 45(String), 393.0(Float), 555.7(Float), 0.6(Float), 1732267.0(Float), 01(String) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466172(Integer), 125(Integer), 1(Integer), 312162.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 337.4(Double), 929.4(Double), 313579.6(Double), 45.3(Double), 86.0(Double), 443746.0(Double), 1130384.0(Double), 01(String) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466172(Integer), 125(Integer), 2(Integer), 80846.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 85.1(Double), 932.8(Double), 79381.3(Double), 37.2(Double), 94.0(Double), 111925.0(Double), 601883.0(Double), 01(String) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:27] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":100.4,"todayHours":0.7,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255212.4,"currPower":76.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"27093.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"35600.0","todayEnergy":"35600.0","lifetimeEnergy":"90422.9","dcCurr":"192.0","dcVolt":"544.0","dcPower":"104448.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"23746.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"31200.0","todayEnergy":"31200.0","lifetimeEnergy":"79489.7","dcCurr":"126.0","dcVolt":"545.0","dcPower":"68670.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"25701.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33600.0","todayEnergy":"33600.0","lifetimeEnergy":"85299.8","dcCurr":"192.0","dcVolt":"499.0","dcPower":"95808.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 08(String), 45(String), 76.5(Float), 100.4(Float), 0.7(Float), 255212.4(Float), 01(String) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466173(Integer), 131(Integer), 1(Integer), 27093.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 192.0(Double), 544.0(Double), 104448.0(Double), 45.0(Double), 0.0(Double), 35600.0(Double), 90422.9(Double), 01(String) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466173(Integer), 131(Integer), 2(Integer), 23746.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 126.0(Double), 545.0(Double), 68670.0(Double), 46.0(Double), 0.0(Double), 31200.0(Double), 79489.7(Double), 01(String) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466173(Integer), 131(Integer), 3(Integer), 25701.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 192.0(Double), 499.0(Double), 95808.0(Double), 46.0(Double), 0.0(Double), 33600.0(Double), 85299.8(Double), 01(String) [08:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:28] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":29.8,"todayHours":0.5,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15900.0,"currPower":22.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"22400.0","acFreq":"0.0","apparentPower":"22.4","reactivePower":"1.7","acEnergy":"29800.0","todayEnergy":"29800.0","lifetimeEnergy":"15900.0","dcCurr":"31.8","dcVolt":"710.8","dcPower":"22602.4","temp":"47.6","powerFactor":"100.0","ivtStatus":"01"}] }} [08:45:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 08(String), 45(String), 22.4(Float), 29.8(Float), 0.5(Float), 15900.0(Float), 01(String) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466174(Integer), 140(Integer), 1(Integer), 22400.0(Double), 0.0(Double), 22.4(Double), 1.7(Double), 31.8(Double), 710.8(Double), 22602.4(Double), 47.6(Double), 100.0(Double), 29800.0(Double), 15900.0(Double), 01(String) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:28] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":49.4,"todayHours":0.5,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27325.0,"currPower":44.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"44300.0","acFreq":"0.0","apparentPower":"44.3","reactivePower":"6553.3","acEnergy":"49400.0","todayEnergy":"49400.0","lifetimeEnergy":"27325.0","dcCurr":"18.0","dcVolt":"664.5","dcPower":"11961.6","temp":"50.0","powerFactor":"6454.6","ivtStatus":"01"}] }} [08:45:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 08(String), 45(String), 44.3(Float), 49.4(Float), 0.5(Float), 27325.0(Float), 01(String) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466175(Integer), 141(Integer), 1(Integer), 44300.0(Double), 0.0(Double), 44.3(Double), 6553.3(Double), 18.0(Double), 664.5(Double), 11961.6(Double), 50.0(Double), 6454.6(Double), 49400.0(Double), 27325.0(Double), 01(String) [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:28] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":621.2,"todayHours":0.6,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1893315.0,"currPower":463.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"363991.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"482860.0","todayEnergy":"482860.0","lifetimeEnergy":"1221540.0","dcCurr":"385.0","dcVolt":"929.5","dcPower":"357857.5","temp":"49.0","powerFactor":"86.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"99820.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"138324.0","todayEnergy":"138324.0","lifetimeEnergy":"671775.0","dcCurr":"103.9","dcVolt":"931.6","dcPower":"96793.2","temp":"37.6","powerFactor":"92.9","ivtStatus":"01"}] }} [08:45:28] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 08(String), 45(String), 463.8(Float), 621.2(Float), 0.6(Float), 1893315.0(Float), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466176(Integer), 109(Integer), 1(Integer), 363991.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 385.0(Double), 929.5(Double), 357857.5(Double), 49.0(Double), 86.5(Double), 482860.0(Double), 1221540.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466176(Integer), 109(Integer), 2(Integer), 99820.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 103.9(Double), 931.6(Double), 96793.2(Double), 37.6(Double), 92.9(Double), 138324.0(Double), 671775.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:29] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":303.3,"todayHours":0.3,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2424646.0,"currPower":370.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"28829.0","acFreq":"0.0","apparentPower":"28.8","reactivePower":"0.0","acEnergy":"23100.0","todayEnergy":"23100.0","lifetimeEnergy":"144349.0","dcCurr":"37.7","dcVolt":"576.3","dcPower":"21725.3","temp":"37.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"28623.0","acFreq":"0.0","apparentPower":"28.6","reactivePower":"0.0","acEnergy":"22900.0","todayEnergy":"22900.0","lifetimeEnergy":"163893.0","dcCurr":"37.9","dcVolt":"570.9","dcPower":"21638.4","temp":"39.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"29273.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"23400.0","todayEnergy":"23400.0","lifetimeEnergy":"147232.0","dcCurr":"38.1","dcVolt":"583.1","dcPower":"22214.8","temp":"37.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"29339.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"24200.0","todayEnergy":"24200.0","lifetimeEnergy":"152489.0","dcCurr":"38.1","dcVolt":"579.5","dcPower":"22078.9","temp":"38.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"29674.0","acFreq":"0.0","apparentPower":"29.7","reactivePower":"0.0","acEnergy":"24100.0","todayEnergy":"24100.0","lifetimeEnergy":"167663.0","dcCurr":"38.9","dcVolt":"575.0","dcPower":"22366.2","temp":"39.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"29729.0","acFreq":"0.0","apparentPower":"29.7","reactivePower":"0.0","acEnergy":"24400.0","todayEnergy":"24400.0","lifetimeEnergy":"167252.0","dcCurr":"39.1","dcVolt":"571.2","dcPower":"22335.2","temp":"38.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"28918.0","acFreq":"0.0","apparentPower":"28.9","reactivePower":"0.0","acEnergy":"23500.0","todayEnergy":"23500.0","lifetimeEnergy":"140913.0","dcCurr":"38.0","dcVolt":"574.0","dcPower":"21812.0","temp":"37.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"18491.0","acFreq":"0.0","apparentPower":"18.5","reactivePower":"0.0","acEnergy":"15300.0","todayEnergy":"15300.0","lifetimeEnergy":"158150.0","dcCurr":"20.5","dcVolt":"581.0","dcPower":"11909.8","temp":"36.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"6602.0","acFreq":"0.0","apparentPower":"6.6","reactivePower":"0.0","acEnergy":"9100.0","todayEnergy":"9100.0","lifetimeEnergy":"133690.0","dcCurr":"8.2","dcVolt":"622.9","dcPower":"5107.8","temp":"35.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"20874.0","acFreq":"0.0","apparentPower":"20.9","reactivePower":"0.0","acEnergy":"17800.0","todayEnergy":"17800.0","lifetimeEnergy":"160710.0","dcCurr":"24.1","dcVolt":"580.2","dcPower":"13983.6","temp":"37.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"21602.0","acFreq":"0.0","apparentPower":"21.6","reactivePower":"0.0","acEnergy":"18900.0","todayEnergy":"18900.0","lifetimeEnergy":"160770.0","dcCurr":"32.5","dcVolt":"584.3","dcPower":"18990.8","temp":"36.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"26877.0","acFreq":"0.0","apparentPower":"26.9","reactivePower":"0.0","acEnergy":"20400.0","todayEnergy":"20400.0","lifetimeEnergy":"163317.0","dcCurr":"37.6","dcVolt":"561.3","dcPower":"21106.1","temp":"37.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"1826.0","acFreq":"0.0","apparentPower":"1.8","reactivePower":"0.0","acEnergy":"500.0","todayEnergy":"500.0","lifetimeEnergy":"160752.0","dcCurr":"2.7","dcVolt":"548.9","dcPower":"1482.1","temp":"27.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"25852.0","acFreq":"0.0","apparentPower":"25.9","reactivePower":"0.0","acEnergy":"21300.0","todayEnergy":"21300.0","lifetimeEnergy":"147422.0","dcCurr":"31.8","dcVolt":"578.3","dcPower":"18388.9","temp":"38.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"14608.0","acFreq":"0.0","apparentPower":"14.6","reactivePower":"0.0","acEnergy":"11200.0","todayEnergy":"11200.0","lifetimeEnergy":"99172.0","dcCurr":"25.3","dcVolt":"577.5","dcPower":"14610.8","temp":"35.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"29115.0","acFreq":"0.0","apparentPower":"29.1","reactivePower":"0.0","acEnergy":"23200.0","todayEnergy":"23200.0","lifetimeEnergy":"156872.0","dcCurr":"37.8","dcVolt":"580.0","dcPower":"21925.3","temp":"37.8","powerFactor":"0.0","ivtStatus":"01"}] }} [08:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 08(String), 45(String), 370.2(Float), 303.3(Float), 0.3(Float), 2424646.0(Float), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 1(Integer), 28829.0(Double), 0.0(Double), 28.8(Double), 0.0(Double), 37.7(Double), 576.3(Double), 21725.3(Double), 37.4(Double), 0.0(Double), 23100.0(Double), 144349.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 2(Integer), 28623.0(Double), 0.0(Double), 28.6(Double), 0.0(Double), 37.9(Double), 570.9(Double), 21638.4(Double), 39.2(Double), 0.0(Double), 22900.0(Double), 163893.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 3(Integer), 29273.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 38.1(Double), 583.1(Double), 22214.8(Double), 37.7(Double), 0.0(Double), 23400.0(Double), 147232.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 4(Integer), 29339.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 38.1(Double), 579.5(Double), 22078.9(Double), 38.4(Double), 0.0(Double), 24200.0(Double), 152489.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 5(Integer), 29674.0(Double), 0.0(Double), 29.7(Double), 0.0(Double), 38.9(Double), 575.0(Double), 22366.2(Double), 39.2(Double), 0.0(Double), 24100.0(Double), 167663.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 6(Integer), 29729.0(Double), 0.0(Double), 29.7(Double), 0.0(Double), 39.1(Double), 571.2(Double), 22335.2(Double), 38.4(Double), 0.0(Double), 24400.0(Double), 167252.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 7(Integer), 28918.0(Double), 0.0(Double), 28.9(Double), 0.0(Double), 38.0(Double), 574.0(Double), 21812.0(Double), 37.4(Double), 0.0(Double), 23500.0(Double), 140913.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 8(Integer), 18491.0(Double), 0.0(Double), 18.5(Double), 0.0(Double), 20.5(Double), 581.0(Double), 11909.8(Double), 36.6(Double), 0.0(Double), 15300.0(Double), 158150.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 9(Integer), 6602.0(Double), 0.0(Double), 6.6(Double), 0.0(Double), 8.2(Double), 622.9(Double), 5107.8(Double), 35.4(Double), 0.0(Double), 9100.0(Double), 133690.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 10(Integer), 20874.0(Double), 0.0(Double), 20.9(Double), 0.0(Double), 24.1(Double), 580.2(Double), 13983.6(Double), 37.0(Double), 0.0(Double), 17800.0(Double), 160710.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 11(Integer), 21602.0(Double), 0.0(Double), 21.6(Double), 0.0(Double), 32.5(Double), 584.3(Double), 18990.8(Double), 36.9(Double), 0.0(Double), 18900.0(Double), 160770.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 12(Integer), 26877.0(Double), 0.0(Double), 26.9(Double), 0.0(Double), 37.6(Double), 561.3(Double), 21106.1(Double), 37.2(Double), 0.0(Double), 20400.0(Double), 163317.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 13(Integer), 1826.0(Double), 0.0(Double), 1.8(Double), 0.0(Double), 2.7(Double), 548.9(Double), 1482.1(Double), 27.5(Double), 0.0(Double), 500.0(Double), 160752.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 17(Integer), 25852.0(Double), 0.0(Double), 25.9(Double), 0.0(Double), 31.8(Double), 578.3(Double), 18388.9(Double), 38.1(Double), 0.0(Double), 21300.0(Double), 147422.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 18(Integer), 14608.0(Double), 0.0(Double), 14.6(Double), 0.0(Double), 25.3(Double), 577.5(Double), 14610.8(Double), 35.7(Double), 0.0(Double), 11200.0(Double), 99172.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466177(Integer), 92(Integer), 19(Integer), 29115.0(Double), 0.0(Double), 29.1(Double), 0.0(Double), 37.8(Double), 580.0(Double), 21925.3(Double), 37.8(Double), 0.0(Double), 23200.0(Double), 156872.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:29] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":466.6,"todayHours":0.5,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3085833.0,"currPower":560.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30075.0","acFreq":"0.0","apparentPower":"30.1","reactivePower":"0.0","acEnergy":"24200.0","todayEnergy":"24200.0","lifetimeEnergy":"152742.0","dcCurr":"39.4","dcVolt":"576.0","dcPower":"22693.1","temp":"38.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"30001.0","acFreq":"0.0","apparentPower":"30.0","reactivePower":"0.0","acEnergy":"25400.0","todayEnergy":"25400.0","lifetimeEnergy":"166528.0","dcCurr":"39.4","dcVolt":"573.4","dcPower":"22590.6","temp":"39.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"29531.0","acFreq":"0.0","apparentPower":"29.5","reactivePower":"0.0","acEnergy":"24000.0","todayEnergy":"24000.0","lifetimeEnergy":"146919.0","dcCurr":"38.6","dcVolt":"575.7","dcPower":"22222.0","temp":"38.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"29416.0","acFreq":"0.0","apparentPower":"29.4","reactivePower":"0.0","acEnergy":"24900.0","todayEnergy":"24900.0","lifetimeEnergy":"164680.0","dcCurr":"38.5","dcVolt":"575.7","dcPower":"22165.7","temp":"39.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"28826.0","acFreq":"0.0","apparentPower":"28.8","reactivePower":"0.0","acEnergy":"23700.0","todayEnergy":"23700.0","lifetimeEnergy":"147499.0","dcCurr":"37.7","dcVolt":"576.3","dcPower":"21726.5","temp":"38.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"29251.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"24700.0","todayEnergy":"24700.0","lifetimeEnergy":"169642.0","dcCurr":"38.0","dcVolt":"577.0","dcPower":"21926.0","temp":"38.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"29460.0","acFreq":"0.0","apparentPower":"29.5","reactivePower":"0.0","acEnergy":"25100.0","todayEnergy":"25100.0","lifetimeEnergy":"166422.0","dcCurr":"38.7","dcVolt":"574.0","dcPower":"22215.1","temp":"39.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"29327.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"24600.0","todayEnergy":"24600.0","lifetimeEnergy":"149830.0","dcCurr":"38.3","dcVolt":"577.2","dcPower":"22106.8","temp":"38.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"29196.0","acFreq":"0.0","apparentPower":"29.2","reactivePower":"0.0","acEnergy":"24900.0","todayEnergy":"24900.0","lifetimeEnergy":"165900.0","dcCurr":"38.3","dcVolt":"575.8","dcPower":"22053.1","temp":"38.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"28245.0","acFreq":"0.0","apparentPower":"28.2","reactivePower":"0.0","acEnergy":"22900.0","todayEnergy":"22900.0","lifetimeEnergy":"133667.0","dcCurr":"36.7","dcVolt":"577.9","dcPower":"21208.9","temp":"38.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"28445.0","acFreq":"0.0","apparentPower":"28.4","reactivePower":"0.0","acEnergy":"24300.0","todayEnergy":"24300.0","lifetimeEnergy":"161675.0","dcCurr":"37.0","dcVolt":"578.4","dcPower":"21402.0","temp":"38.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"27601.0","acFreq":"0.0","apparentPower":"27.6","reactivePower":"0.0","acEnergy":"22700.0","todayEnergy":"22700.0","lifetimeEnergy":"133345.0","dcCurr":"35.4","dcVolt":"583.5","dcPower":"20655.9","temp":"39.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"27968.0","acFreq":"0.0","apparentPower":"28.0","reactivePower":"0.0","acEnergy":"23400.0","todayEnergy":"23400.0","lifetimeEnergy":"159332.0","dcCurr":"36.3","dcVolt":"578.0","dcPower":"20982.6","temp":"39.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"27476.0","acFreq":"0.0","apparentPower":"27.5","reactivePower":"0.0","acEnergy":"23100.0","todayEnergy":"23100.0","lifetimeEnergy":"153128.0","dcCurr":"35.9","dcVolt":"578.8","dcPower":"20777.7","temp":"39.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"27696.0","acFreq":"0.0","apparentPower":"27.7","reactivePower":"0.0","acEnergy":"23100.0","todayEnergy":"23100.0","lifetimeEnergy":"136849.0","dcCurr":"35.5","dcVolt":"593.2","dcPower":"21058.6","temp":"39.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"24512.0","acFreq":"0.0","apparentPower":"24.5","reactivePower":"0.0","acEnergy":"21200.0","todayEnergy":"21200.0","lifetimeEnergy":"165583.0","dcCurr":"29.5","dcVolt":"577.5","dcPower":"17036.3","temp":"38.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"24485.0","acFreq":"0.0","apparentPower":"24.5","reactivePower":"0.0","acEnergy":"21400.0","todayEnergy":"21400.0","lifetimeEnergy":"161806.0","dcCurr":"29.5","dcVolt":"579.6","dcPower":"17097.2","temp":"37.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"23765.0","acFreq":"0.0","apparentPower":"23.8","reactivePower":"0.0","acEnergy":"18700.0","todayEnergy":"18700.0","lifetimeEnergy":"139456.0","dcCurr":"29.8","dcVolt":"556.9","dcPower":"16596.6","temp":"38.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"25122.0","acFreq":"0.0","apparentPower":"25.1","reactivePower":"0.0","acEnergy":"19400.0","todayEnergy":"19400.0","lifetimeEnergy":"139806.0","dcCurr":"31.7","dcVolt":"577.9","dcPower":"18319.4","temp":"38.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"30038.0","acFreq":"0.0","apparentPower":"30.0","reactivePower":"0.0","acEnergy":"24900.0","todayEnergy":"24900.0","lifetimeEnergy":"171024.0","dcCurr":"39.4","dcVolt":"576.9","dcPower":"22731.2","temp":"39.0","powerFactor":"0.0","ivtStatus":"01"}] }} [08:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 08(String), 45(String), 560.4(Float), 466.6(Float), 0.5(Float), 3085833.0(Float), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 1(Integer), 30075.0(Double), 0.0(Double), 30.1(Double), 0.0(Double), 39.4(Double), 576.0(Double), 22693.1(Double), 38.5(Double), 0.0(Double), 24200.0(Double), 152742.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 2(Integer), 30001.0(Double), 0.0(Double), 30.0(Double), 0.0(Double), 39.4(Double), 573.4(Double), 22590.6(Double), 39.1(Double), 0.0(Double), 25400.0(Double), 166528.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 3(Integer), 29531.0(Double), 0.0(Double), 29.5(Double), 0.0(Double), 38.6(Double), 575.7(Double), 22222.0(Double), 38.2(Double), 0.0(Double), 24000.0(Double), 146919.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 4(Integer), 29416.0(Double), 0.0(Double), 29.4(Double), 0.0(Double), 38.5(Double), 575.7(Double), 22165.7(Double), 39.1(Double), 0.0(Double), 24900.0(Double), 164680.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 5(Integer), 28826.0(Double), 0.0(Double), 28.8(Double), 0.0(Double), 37.7(Double), 576.3(Double), 21726.5(Double), 38.6(Double), 0.0(Double), 23700.0(Double), 147499.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 6(Integer), 29251.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 38.0(Double), 577.0(Double), 21926.0(Double), 38.9(Double), 0.0(Double), 24700.0(Double), 169642.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 7(Integer), 29460.0(Double), 0.0(Double), 29.5(Double), 0.0(Double), 38.7(Double), 574.0(Double), 22215.1(Double), 39.3(Double), 0.0(Double), 25100.0(Double), 166422.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 8(Integer), 29327.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 38.3(Double), 577.2(Double), 22106.8(Double), 38.6(Double), 0.0(Double), 24600.0(Double), 149830.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 9(Integer), 29196.0(Double), 0.0(Double), 29.2(Double), 0.0(Double), 38.3(Double), 575.8(Double), 22053.1(Double), 38.7(Double), 0.0(Double), 24900.0(Double), 165900.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 10(Integer), 28245.0(Double), 0.0(Double), 28.2(Double), 0.0(Double), 36.7(Double), 577.9(Double), 21208.9(Double), 38.2(Double), 0.0(Double), 22900.0(Double), 133667.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 11(Integer), 28445.0(Double), 0.0(Double), 28.4(Double), 0.0(Double), 37.0(Double), 578.4(Double), 21402.0(Double), 38.5(Double), 0.0(Double), 24300.0(Double), 161675.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 12(Integer), 27601.0(Double), 0.0(Double), 27.6(Double), 0.0(Double), 35.4(Double), 583.5(Double), 20655.9(Double), 39.0(Double), 0.0(Double), 22700.0(Double), 133345.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 13(Integer), 27968.0(Double), 0.0(Double), 28.0(Double), 0.0(Double), 36.3(Double), 578.0(Double), 20982.6(Double), 39.0(Double), 0.0(Double), 23400.0(Double), 159332.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 14(Integer), 27476.0(Double), 0.0(Double), 27.5(Double), 0.0(Double), 35.9(Double), 578.8(Double), 20777.7(Double), 39.5(Double), 0.0(Double), 23100.0(Double), 153128.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 15(Integer), 27696.0(Double), 0.0(Double), 27.7(Double), 0.0(Double), 35.5(Double), 593.2(Double), 21058.6(Double), 39.8(Double), 0.0(Double), 23100.0(Double), 136849.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 16(Integer), 24512.0(Double), 0.0(Double), 24.5(Double), 0.0(Double), 29.5(Double), 577.5(Double), 17036.3(Double), 38.1(Double), 0.0(Double), 21200.0(Double), 165583.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 17(Integer), 24485.0(Double), 0.0(Double), 24.5(Double), 0.0(Double), 29.5(Double), 579.6(Double), 17097.2(Double), 37.9(Double), 0.0(Double), 21400.0(Double), 161806.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 18(Integer), 23765.0(Double), 0.0(Double), 23.8(Double), 0.0(Double), 29.8(Double), 556.9(Double), 16596.6(Double), 38.1(Double), 0.0(Double), 18700.0(Double), 139456.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 19(Integer), 25122.0(Double), 0.0(Double), 25.1(Double), 0.0(Double), 31.7(Double), 577.9(Double), 18319.4(Double), 38.2(Double), 0.0(Double), 19400.0(Double), 139806.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466178(Integer), 93(Integer), 20(Integer), 30038.0(Double), 0.0(Double), 30.0(Double), 0.0(Double), 39.4(Double), 576.9(Double), 22731.2(Double), 39.0(Double), 0.0(Double), 24900.0(Double), 171024.0(Double), 01(String) [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:29] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":585.9,"todayHours":0.6,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1651580.0,"currPower":409.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"317093.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"459375.0","todayEnergy":"459375.0","lifetimeEnergy":"1076078.0","dcCurr":"341.7","dcVolt":"930.0","dcPower":"317781.0","temp":"43.8","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"92120.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"126488.0","todayEnergy":"126488.0","lifetimeEnergy":"575502.0","dcCurr":"99.1","dcVolt":"929.6","dcPower":"92123.4","temp":"36.9","powerFactor":"99.8","ivtStatus":"01"}] }} [08:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 08(String), 45(String), 409.2(Float), 585.9(Float), 0.6(Float), 1651580.0(Float), 01(String) [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466179(Integer), 123(Integer), 1(Integer), 317093.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 341.7(Double), 930.0(Double), 317781.0(Double), 43.8(Double), 100.0(Double), 459375.0(Double), 1076078.0(Double), 01(String) [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466179(Integer), 123(Integer), 2(Integer), 92120.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 99.1(Double), 929.6(Double), 92123.4(Double), 36.9(Double), 99.8(Double), 126488.0(Double), 575502.0(Double), 01(String) [08:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:31] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":635.8,"todayHours":0.6,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1820377.0,"currPower":453.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"352857.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"494267.0","todayEnergy":"494267.0","lifetimeEnergy":"1194791.0","dcCurr":"376.3","dcVolt":"932.1","dcPower":"350749.2","temp":"49.7","powerFactor":"85.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"100914.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"141488.0","todayEnergy":"141488.0","lifetimeEnergy":"625586.0","dcCurr":"92.7","dcVolt":"929.4","dcPower":"86155.4","temp":"39.3","powerFactor":"94.2","ivtStatus":"01"}] }} [08:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 08(String), 45(String), 453.8(Float), 635.8(Float), 0.6(Float), 1820377.0(Float), 01(String) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466180(Integer), 102(Integer), 1(Integer), 352857.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 376.3(Double), 932.1(Double), 350749.2(Double), 49.7(Double), 85.6(Double), 494267.0(Double), 1194791.0(Double), 01(String) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466180(Integer), 102(Integer), 2(Integer), 100914.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 92.7(Double), 929.4(Double), 86155.4(Double), 39.3(Double), 94.2(Double), 141488.0(Double), 625586.0(Double), 01(String) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:31] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":625.8,"todayHours":0.6,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1873350.0,"currPower":458.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"363324.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"494897.0","todayEnergy":"494897.0","lifetimeEnergy":"1207533.0","dcCurr":"382.6","dcVolt":"929.8","dcPower":"355741.5","temp":"47.8","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"95192.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"130919.0","todayEnergy":"130919.0","lifetimeEnergy":"665817.0","dcCurr":"89.2","dcVolt":"932.8","dcPower":"83205.8","temp":"38.3","powerFactor":"100.0","ivtStatus":"01"}] }} [08:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 08(String), 45(String), 458.5(Float), 625.8(Float), 0.6(Float), 1873350.0(Float), 01(String) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466181(Integer), 105(Integer), 1(Integer), 363324.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 382.6(Double), 929.8(Double), 355741.5(Double), 47.8(Double), 100.0(Double), 494897.0(Double), 1207533.0(Double), 01(String) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466181(Integer), 105(Integer), 2(Integer), 95192.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 89.2(Double), 932.8(Double), 83205.8(Double), 38.3(Double), 100.0(Double), 130919.0(Double), 665817.0(Double), 01(String) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:31] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":641.0,"todayHours":0.6,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1878740.0,"currPower":446.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"354297.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"515786.0","todayEnergy":"515786.0","lifetimeEnergy":"1227834.0","dcCurr":"376.9","dcVolt":"933.5","dcPower":"351836.2","temp":"50.2","powerFactor":"84.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"92106.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"125204.0","todayEnergy":"125204.0","lifetimeEnergy":"650906.0","dcCurr":"99.4","dcVolt":"926.0","dcPower":"92044.4","temp":"38.2","powerFactor":"96.1","ivtStatus":"01"}] }} [08:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 08(String), 45(String), 446.4(Float), 641.0(Float), 0.6(Float), 1878740.0(Float), 01(String) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466182(Integer), 122(Integer), 1(Integer), 354297.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 376.9(Double), 933.5(Double), 351836.2(Double), 50.2(Double), 84.7(Double), 515786.0(Double), 1227834.0(Double), 01(String) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466182(Integer), 122(Integer), 2(Integer), 92106.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 99.4(Double), 926.0(Double), 92044.4(Double), 38.2(Double), 96.1(Double), 125204.0(Double), 650906.0(Double), 01(String) [08:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:33] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:33] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":636.4,"todayHours":0.6,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1858140.0,"currPower":441.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"343394.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"505072.0","todayEnergy":"505072.0","lifetimeEnergy":"1220408.0","dcCurr":"361.5","dcVolt":"930.7","dcPower":"336448.1","temp":"47.7","powerFactor":"99.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"98142.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"131347.0","todayEnergy":"131347.0","lifetimeEnergy":"637732.0","dcCurr":"90.9","dcVolt":"932.3","dcPower":"84746.1","temp":"38.7","powerFactor":"99.3","ivtStatus":"01"}] }} [08:45:33] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 08(String), 45(String), 441.5(Float), 636.4(Float), 0.6(Float), 1858140.0(Float), 01(String) [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466183(Integer), 101(Integer), 1(Integer), 343394.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 361.5(Double), 930.7(Double), 336448.1(Double), 47.7(Double), 99.7(Double), 505072.0(Double), 1220408.0(Double), 01(String) [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466183(Integer), 101(Integer), 2(Integer), 98142.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 90.9(Double), 932.3(Double), 84746.1(Double), 38.7(Double), 99.3(Double), 131347.0(Double), 637732.0(Double), 01(String) [08:45:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:34] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:34] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":638.8,"todayHours":0.6,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1932740.0,"currPower":460.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"361087.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"509071.0","todayEnergy":"509071.0","lifetimeEnergy":"1259038.0","dcCurr":"388.9","dcVolt":"931.1","dcPower":"362104.8","temp":"51.8","powerFactor":"84.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"99202.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"129711.0","todayEnergy":"129711.0","lifetimeEnergy":"673702.0","dcCurr":"89.3","dcVolt":"934.3","dcPower":"83433.0","temp":"39.6","powerFactor":"93.6","ivtStatus":"01"}] }} [08:45:34] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 08(String), 45(String), 460.3(Float), 638.8(Float), 0.6(Float), 1932740.0(Float), 01(String) [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466184(Integer), 103(Integer), 1(Integer), 361087.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 388.9(Double), 931.1(Double), 362104.8(Double), 51.8(Double), 84.5(Double), 509071.0(Double), 1259038.0(Double), 01(String) [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466184(Integer), 103(Integer), 2(Integer), 99202.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 89.3(Double), 934.3(Double), 83433.0(Double), 39.6(Double), 93.6(Double), 129711.0(Double), 673702.0(Double), 01(String) [08:45:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:37] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:37] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":361.6,"todayHours":0.4,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556493.0,"currPower":319.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"275717.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"295790.0","todayEnergy":"295790.0","lifetimeEnergy":"1058394.0","dcCurr":"298.3","dcVolt":"932.5","dcPower":"278164.8","temp":"42.9","powerFactor":"84.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"43451.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"65827.0","todayEnergy":"65827.0","lifetimeEnergy":"498099.0","dcCurr":"43.1","dcVolt":"946.2","dcPower":"40781.2","temp":"33.8","powerFactor":"93.2","ivtStatus":"01"}] }} [08:45:37] [DEBUG] controller.InverterController - ------------------------------------------ [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 08(String), 45(String), 319.2(Float), 361.6(Float), 0.4(Float), 1556493.0(Float), 01(String) [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466185(Integer), 110(Integer), 1(Integer), 275717.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 298.3(Double), 932.5(Double), 278164.8(Double), 42.9(Double), 84.4(Double), 295790.0(Double), 1058394.0(Double), 01(String) [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466185(Integer), 110(Integer), 2(Integer), 43451.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 43.1(Double), 946.2(Double), 40781.2(Double), 33.8(Double), 93.2(Double), 65827.0(Double), 498099.0(Double), 01(String) [08:45:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_pms m, t_plant p where m.plantSeq = p.seq and m.plantSeq = ? [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 25(Integer) [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:49] [DEBUG] controller.RestAPIController - callPmsFault :: [25] [175.206.127.8] 평창지동리중 is Fault PUSH [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select currSeq from t_sequence where seq = ? [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 10(Integer) [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2023 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 25(Integer), 1(Integer), 107565(Integer), 2023-08-02(String), 08(String), 45(String), 8158087(Long), 7969202(Long), 5194(Long), 0(Integer), 39346(Integer), 121(Integer), 31623(Integer), 124(Integer), 0(Integer), 0(Integer), 0(Integer), 6893(Integer), 0(Integer), 5194(Integer), 3841(Integer), 20(Integer), 13(Integer), 41(Integer), 897(Integer), 0(Integer), 6843(Integer), 0(Integer), 276(Integer), 229(Integer), 3481(Integer), 3434(Integer), 3(Integer), 1(Integer), 0(Integer), 6278(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 4(Integer), 292(Integer), 242(Integer), 251(Integer), 0(Integer), 0(Integer), 755(Integer), 673(Integer), 665(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(c.seq) as count from t_cs c, t_plant p where c.plantSeq = p.seq and c.csType = ? and c.procStatus = ? and c.procType = ? and p.seq = ? [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String), 10(String), 10(String), 25(Integer) [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_cs ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHms, csType, procType, procStatus, procMemo, pcsFaultStr, batteryFaultStr, updateId, updateDatetime, createId, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), ?, now() ) [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 25(Integer), 1(Integer), 107565(Integer), 2023-08-02(String), 08:45:01(String), 20(String), 10(String), 10(String), PMS FAULT PUSH(String), 1,0,0,0(String), 1,0,0,0(String), PUSH(String), PUSH(String) [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_pmsdata_2023 ( plantSeq, pcsIdx, timetableSeq, inputDate, inputHour, inputMinute, chargePower, dischargePower, pvPower, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, data24, data25, data26, data27, data28, data29, data30, data31, data32, data33, data51, data52, data53, data54, data55, data56, data57, data58, data59, data60, data61, data62, data63, data64, data65, data66, data67, data68, data69, data70, createDateTime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 25(Integer), 0(Integer), 107565(Integer), 2023-08-02(String), 08(String), 45(String), 8158087(Long), 7969202(Long), 5194(Long), 0(Integer), 39346(Integer), 121(Integer), 31623(Integer), 124(Integer), 0(Integer), 0(Integer), 0(Integer), 6893(Integer), 0(Integer), 5194(Integer), 3841(Integer), 20(Integer), 13(Integer), 41(Integer), 897(Integer), 0(Integer), 6843(Integer), 0(Integer), 276(Integer), 229(Integer), 3481(Integer), 3434(Integer), 3(Integer), 1(Integer), 0(Integer), 6278(Integer), 1(Integer), 0(Integer), 9(Integer), 0(Integer), 89(Integer), 4(Integer), 292(Integer), 242(Integer), 251(Integer), 0(Integer), 0(Integer), 755(Integer), 673(Integer), 665(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer), 0(Integer) [08:45:49] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:45:49] [DEBUG] controller.RestAPIController - [25] smsMessage : 평창지동리중 Fault 발생 http://emsa.eltenergy.com/df.co, smsReceiver : null, smsResult:: NOT ENOUGH MONEY !! [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466167(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [08:46:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:46:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:46:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:46:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 16 [08:48:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [08:48:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [08:48:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:48:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:48:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:48:50] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 203 [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 92 [08:48:50] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"143","temp":"26.2","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"26.3","cloud":"5","weatherCode":"10710380"},{"plantSeq":"141","temp":"25.7","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.1","cloud":"5","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.3","cloud":"5","weatherCode":"01780250"},{"plantSeq":"138","temp":"26.2","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"26.2","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"28.3","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"26.1","cloud":"5","weatherCode":"02590370"},{"plantSeq":"134","temp":"29.5","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"28.2","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.1","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"128","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"127","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"126","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"26.2","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"97","temp":"26.1","cloud":"5","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"95","temp":"27.1","cloud":"5","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"93","temp":"21.8","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"21.8","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.1","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.1","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"24.4","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"24.4","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"28.4","cloud":"5","weatherCode":"15180380"},{"plantSeq":"83","temp":"29.5","cloud":"5","weatherCode":"01820250"},{"plantSeq":"82","temp":"25.6","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"25.0","cloud":"5","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"24.8","cloud":"5","weatherCode":"04210330"},{"plantSeq":"74","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"24.0","cloud":"5","weatherCode":"16770310"},{"plantSeq":"56","temp":"26.1","cloud":"5","weatherCode":"02590370"},{"plantSeq":"55","temp":"27.8","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"27.9","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"26.6","cloud":"1","weatherCode":"15800253"},{"plantSeq":"44","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"24.6","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"26.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"26.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.0","cloud":"1","weatherCode":"04170340"},{"plantSeq":"32","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"26","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.0","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.0","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"26.9","cloud":"5","weatherCode":"02273112"},{"plantSeq":"21","temp":"27.9","cloud":"1","weatherCode":"13800350"},{"plantSeq":"20","temp":"25.9","cloud":"1","weatherCode":"13750330"},{"plantSeq":"19","temp":"25.9","cloud":"1","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.1","cloud":"1","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.1","cloud":"1","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.2","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.2","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"28.6","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"25.4","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"08"} [08:48:50] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 39 [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:48:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:48:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:48:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:48:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466167(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:49:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:49:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466167(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:51:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:51:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:51:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [08:51:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:51:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:51:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [08:51:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:51:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:51:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:51:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 6 [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466167(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:53:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:53:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [08:57:15] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [08:57:18] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:57:18] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :GSNGsolar, login_channel : null [08:57:18] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:18] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:57:18] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [08:57:18] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [08:57:18] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/view.co [08:57:18] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:57:18] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : GSNGsolar [08:57:18] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [08:57:18] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:57:18] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : GSNGsolar, mappingList.size : 2 [08:57:18] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [08:57:18] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[GSNGsolar] roles roles [0]ROLE_01 [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String), 01(String), ABE5F4170AA7E4A2A7A5164CC33E8FA6(String), PHONE(String) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [08:57:18] [DEBUG] controller.EssController - ----------------------------------------------- [08:57:18] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [08:57:18] [DEBUG] controller.EssController - ----------------------------------------------- [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107566(Integer) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:57:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [08:57:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [08:58:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [08:58:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [08:58:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [08:58:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [08:58:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:58:51] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 219 [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [08:58:51] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"null","cloud":"0","weatherCode":"03127250"},{"plantSeq":"143","temp":"26.2","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"26.3","cloud":"5","weatherCode":"10710380"},{"plantSeq":"141","temp":"25.7","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.1","cloud":"5","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.3","cloud":"5","weatherCode":"01780250"},{"plantSeq":"138","temp":"26.2","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"26.2","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"28.3","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"26.1","cloud":"5","weatherCode":"02590370"},{"plantSeq":"134","temp":"29.5","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"28.2","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.1","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"128","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"127","temp":"29.5","cloud":"5","weatherCode":""},{"plantSeq":"126","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"28.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"26.2","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"97","temp":"26.1","cloud":"5","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"95","temp":"27.1","cloud":"5","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.0","cloud":"1","weatherCode":"04770250"},{"plantSeq":"93","temp":"21.8","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"21.8","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.1","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.1","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"24.4","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"24.4","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"28.4","cloud":"5","weatherCode":"15180380"},{"plantSeq":"83","temp":"29.5","cloud":"5","weatherCode":"01820250"},{"plantSeq":"82","temp":"25.6","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"25.0","cloud":"5","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.1","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.0","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"24.8","cloud":"5","weatherCode":"04210330"},{"plantSeq":"74","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"24.0","cloud":"5","weatherCode":"16770310"},{"plantSeq":"56","temp":"26.1","cloud":"5","weatherCode":"02590370"},{"plantSeq":"55","temp":"27.8","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"27.9","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"26.6","cloud":"1","weatherCode":"15800253"},{"plantSeq":"44","temp":"23.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"24.6","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"26.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"26.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.0","cloud":"1","weatherCode":"04170340"},{"plantSeq":"32","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"26.2","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"26","temp":"27.0","cloud":"5","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.0","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.0","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"26.9","cloud":"5","weatherCode":"02273112"},{"plantSeq":"21","temp":"27.9","cloud":"1","weatherCode":"13800350"},{"plantSeq":"20","temp":"25.9","cloud":"1","weatherCode":"13750330"},{"plantSeq":"19","temp":"25.9","cloud":"1","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.1","cloud":"1","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.1","cloud":"1","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.2","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.2","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"28.6","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"25.4","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"08"} [08:58:51] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 39 [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:58:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [08:58:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [08:58:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [08:58:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [09:04:59] [DEBUG] controller.InverterController - ------------------------------------------ [09:04:59] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":732.5,"todayHours":0.7,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1705301.0,"currPower":478.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"371614.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"563174.0","todayEnergy":"563174.0","lifetimeEnergy":"1104496.0","dcCurr":"394.9","dcVolt":"929.2","dcPower":"366941.1","temp":"49.2","powerFactor":"86.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"107038.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"169330.0","todayEnergy":"169330.0","lifetimeEnergy":"600805.0","dcCurr":"111.0","dcVolt":"937.1","dcPower":"104018.1","temp":"38.4","powerFactor":"94.2","ivtStatus":"01"}] }} [09:04:59] [DEBUG] controller.InverterController - ------------------------------------------ [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 09(String), 04(String), 478.7(Float), 732.5(Float), 0.7(Float), 1705301.0(Float), 01(String) [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466191(Integer), 106(Integer), 1(Integer), 371614.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 394.9(Double), 929.2(Double), 366941.1(Double), 49.2(Double), 86.7(Double), 563174.0(Double), 1104496.0(Double), 01(String) [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466191(Integer), 106(Integer), 2(Integer), 107038.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 111.0(Double), 937.1(Double), 104018.1(Double), 38.4(Double), 94.2(Double), 169330.0(Double), 600805.0(Double), 01(String) [09:04:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:00] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:00] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":742.3,"todayHours":0.7,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1892414.0,"currPower":488.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"387018.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"592372.0","todayEnergy":"592372.0","lifetimeEnergy":"1418406.0","dcCurr":"449.0","dcVolt":"931.1","dcPower":"418063.9","temp":"54.1","powerFactor":"86.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"101066.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"149886.0","todayEnergy":"149886.0","lifetimeEnergy":"474008.0","dcCurr":"103.4","dcVolt":"929.0","dcPower":"96058.6","temp":"38.1","powerFactor":"94.7","ivtStatus":"01"}] }} [09:05:00] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 09(String), 05(String), 488.1(Float), 742.3(Float), 0.7(Float), 1892414.0(Float), 01(String) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466192(Integer), 111(Integer), 1(Integer), 387018.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 449.0(Double), 931.1(Double), 418063.9(Double), 54.1(Double), 86.1(Double), 592372.0(Double), 1418406.0(Double), 01(String) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466192(Integer), 111(Integer), 2(Integer), 101066.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 103.4(Double), 929.0(Double), 96058.6(Double), 38.1(Double), 94.7(Double), 149886.0(Double), 474008.0(Double), 01(String) [09:05:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:06] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:06] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":575.3,"todayHours":0.6,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1877100.0,"currPower":426.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"340339.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"478711.0","todayEnergy":"478711.0","lifetimeEnergy":"1199361.0","dcCurr":"367.0","dcVolt":"931.7","dcPower":"341933.9","temp":"46.5","powerFactor":"86.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"86462.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"96581.0","todayEnergy":"96581.0","lifetimeEnergy":"677739.0","dcCurr":"92.4","dcVolt":"930.9","dcPower":"86015.2","temp":"35.6","powerFactor":"93.7","ivtStatus":"01"}] }} [09:05:06] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 09(String), 05(String), 426.8(Float), 575.3(Float), 0.6(Float), 1877100.0(Float), 01(String) [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466193(Integer), 113(Integer), 1(Integer), 340339.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 367.0(Double), 931.7(Double), 341933.9(Double), 46.5(Double), 86.6(Double), 478711.0(Double), 1199361.0(Double), 01(String) [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466193(Integer), 113(Integer), 2(Integer), 86462.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 92.4(Double), 930.9(Double), 86015.2(Double), 35.6(Double), 93.7(Double), 96581.0(Double), 677739.0(Double), 01(String) [09:05:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:07] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:07] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":60.6,"todayHours":0.6,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11465.0,"currPower":38.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"38100.0","acFreq":"0.0","apparentPower":"38.1","reactivePower":"6552.4","acEnergy":"60600.0","todayEnergy":"60600.0","lifetimeEnergy":"11465.0","dcCurr":"15.2","dcVolt":"415.2","dcPower":"6311.0","temp":"42.5","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:05:07] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 09(String), 05(String), 38.1(Float), 60.6(Float), 0.6(Float), 11465.0(Float), 01(String) [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466194(Integer), 142(Integer), 1(Integer), 38100.0(Double), 0.0(Double), 38.1(Double), 6552.4(Double), 15.2(Double), 415.2(Double), 6311.0(Double), 42.5(Double), 6454.6(Double), 60600.0(Double), 11465.0(Double), 01(String) [09:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:11] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:11] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":102.3,"todayHours":0.7,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266404.6,"currPower":65.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"24509.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"38600.0","todayEnergy":"38600.0","lifetimeEnergy":"93287.6","dcCurr":"149.0","dcVolt":"522.0","dcPower":"77778.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"19475.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"25000.0","todayEnergy":"25000.0","lifetimeEnergy":"87864.7","dcCurr":"113.0","dcVolt":"542.0","dcPower":"61246.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"21399.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"38700.0","todayEnergy":"38700.0","lifetimeEnergy":"85252.3","dcCurr":"133.0","dcVolt":"518.0","dcPower":"68894.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:05:11] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 09(String), 05(String), 65.4(Float), 102.3(Float), 0.7(Float), 266404.6(Float), 01(String) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466195(Integer), 132(Integer), 1(Integer), 24509.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 149.0(Double), 522.0(Double), 77778.0(Double), 46.0(Double), 0.0(Double), 38600.0(Double), 93287.6(Double), 01(String) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466195(Integer), 132(Integer), 2(Integer), 19475.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 113.0(Double), 542.0(Double), 61246.0(Double), 45.0(Double), 0.0(Double), 25000.0(Double), 87864.7(Double), 01(String) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466195(Integer), 132(Integer), 3(Integer), 21399.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 133.0(Double), 518.0(Double), 68894.0(Double), 49.0(Double), 0.0(Double), 38700.0(Double), 85252.3(Double), 01(String) [09:05:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:12] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:12] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":662.8,"todayHours":0.7,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1694557.0,"currPower":431.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"333550.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"513184.0","todayEnergy":"513184.0","lifetimeEnergy":"1091122.0","dcCurr":"361.5","dcVolt":"931.4","dcPower":"336701.1","temp":"47.2","powerFactor":"85.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"97415.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"149600.0","todayEnergy":"149600.0","lifetimeEnergy":"603435.0","dcCurr":"103.8","dcVolt":"932.4","dcPower":"96783.1","temp":"37.8","powerFactor":"92.9","ivtStatus":"01"}] }} [09:05:12] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 09(String), 05(String), 431.0(Float), 662.8(Float), 0.7(Float), 1694557.0(Float), 01(String) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466196(Integer), 124(Integer), 1(Integer), 333550.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 361.5(Double), 931.4(Double), 336701.1(Double), 47.2(Double), 85.4(Double), 513184.0(Double), 1091122.0(Double), 01(String) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466196(Integer), 124(Integer), 2(Integer), 97415.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 103.8(Double), 932.4(Double), 96783.1(Double), 37.8(Double), 92.9(Double), 149600.0(Double), 603435.0(Double), 01(String) [09:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:14] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:14] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":81.7,"todayHours":0.5,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199383.0,"currPower":60.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"29600.0","acFreq":"0.0","apparentPower":"29.6","reactivePower":"6552.5","acEnergy":"37100.0","todayEnergy":"37100.0","lifetimeEnergy":"101061.0","dcCurr":"16.6","dcVolt":"557.8","dcPower":"9260.0","temp":"44.1","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"31100.0","acFreq":"0.0","apparentPower":"31.1","reactivePower":"6553.1","acEnergy":"44600.0","todayEnergy":"44600.0","lifetimeEnergy":"98322.0","dcCurr":"18.9","dcVolt":"537.1","dcPower":"10151.2","temp":"44.7","powerFactor":"6455.6","ivtStatus":"01"}] }} [09:05:14] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 09(String), 05(String), 60.7(Float), 81.7(Float), 0.5(Float), 199383.0(Float), 01(String) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466197(Integer), 134(Integer), 1(Integer), 29600.0(Double), 0.0(Double), 29.6(Double), 6552.5(Double), 16.6(Double), 557.8(Double), 9260.0(Double), 44.1(Double), 6455.6(Double), 37100.0(Double), 101061.0(Double), 01(String) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466197(Integer), 134(Integer), 2(Integer), 31100.0(Double), 0.0(Double), 31.1(Double), 6553.1(Double), 18.9(Double), 537.1(Double), 10151.2(Double), 44.7(Double), 6455.6(Double), 44600.0(Double), 98322.0(Double), 01(String) [09:05:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:17] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":194.8,"todayHours":1.0,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413779.0,"currPower":117.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"29100.0","acFreq":"0.0","apparentPower":"29.1","reactivePower":"1.3","acEnergy":"48500.0","todayEnergy":"48500.0","lifetimeEnergy":"100864.0","dcCurr":"56.5","dcVolt":"512.9","dcPower":"28978.8","temp":"55.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"29600.0","acFreq":"0.0","apparentPower":"29.6","reactivePower":"2.0","acEnergy":"49300.0","todayEnergy":"49300.0","lifetimeEnergy":"102378.0","dcCurr":"56.8","dcVolt":"518.3","dcPower":"29437.5","temp":"53.6","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"28900.0","acFreq":"0.0","apparentPower":"28.9","reactivePower":"1.8","acEnergy":"47800.0","todayEnergy":"47800.0","lifetimeEnergy":"103958.0","dcCurr":"55.9","dcVolt":"515.8","dcPower":"28831.4","temp":"50.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"29600.0","acFreq":"0.0","apparentPower":"29.6","reactivePower":"1.9","acEnergy":"49200.0","todayEnergy":"49200.0","lifetimeEnergy":"106579.0","dcCurr":"57.6","dcVolt":"512.3","dcPower":"29508.5","temp":"48.2","powerFactor":"100.0","ivtStatus":"01"}] }} [09:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 09(String), 05(String), 117.2(Float), 194.8(Float), 1.0(Float), 413779.0(Float), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466198(Integer), 99(Integer), 1(Integer), 29100.0(Double), 0.0(Double), 29.1(Double), 1.3(Double), 56.5(Double), 512.9(Double), 28978.8(Double), 55.5(Double), 100.0(Double), 48500.0(Double), 100864.0(Double), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466198(Integer), 99(Integer), 2(Integer), 29600.0(Double), 0.0(Double), 29.6(Double), 2.0(Double), 56.8(Double), 518.3(Double), 29437.5(Double), 53.6(Double), 100.0(Double), 49300.0(Double), 102378.0(Double), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466198(Integer), 99(Integer), 3(Integer), 28900.0(Double), 0.0(Double), 28.9(Double), 1.8(Double), 55.9(Double), 515.8(Double), 28831.4(Double), 50.3(Double), 100.0(Double), 47800.0(Double), 103958.0(Double), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466198(Integer), 99(Integer), 4(Integer), 29600.0(Double), 0.0(Double), 29.6(Double), 1.9(Double), 57.6(Double), 512.3(Double), 29508.5(Double), 48.2(Double), 100.0(Double), 49200.0(Double), 106579.0(Double), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:17] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":713.4,"todayHours":0.7,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1809040.0,"currPower":460.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"356588.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"541491.0","todayEnergy":"541491.0","lifetimeEnergy":"1173076.0","dcCurr":"383.7","dcVolt":"931.2","dcPower":"357301.5","temp":"53.9","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"103734.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"171898.0","todayEnergy":"171898.0","lifetimeEnergy":"635964.0","dcCurr":"111.3","dcVolt":"930.3","dcPower":"103542.4","temp":"47.0","powerFactor":"100.0","ivtStatus":"01"}] }} [09:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 09(String), 05(String), 460.3(Float), 713.4(Float), 0.7(Float), 1809040.0(Float), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466199(Integer), 126(Integer), 1(Integer), 356588.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 383.7(Double), 931.2(Double), 357301.5(Double), 53.9(Double), 100.0(Double), 541491.0(Double), 1173076.0(Double), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466199(Integer), 126(Integer), 2(Integer), 103734.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 111.3(Double), 930.3(Double), 103542.4(Double), 47.0(Double), 100.0(Double), 171898.0(Double), 635964.0(Double), 01(String) [09:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:19] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":55.9,"todayHours":0.6,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":90994.0,"currPower":43.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"43100.0","acFreq":"0.0","apparentPower":"43.1","reactivePower":"6552.5","acEnergy":"55900.0","todayEnergy":"55900.0","lifetimeEnergy":"90994.0","dcCurr":"37.0","dcVolt":"487.1","dcPower":"18022.7","temp":"43.6","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 09(String), 05(String), 43.1(Float), 55.9(Float), 0.6(Float), 90994.0(Float), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466200(Integer), 138(Integer), 1(Integer), 43100.0(Double), 0.0(Double), 43.1(Double), 6552.5(Double), 37.0(Double), 487.1(Double), 18022.7(Double), 43.6(Double), 6454.6(Double), 55900.0(Double), 90994.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:19] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":510.4,"todayHours":0.5,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1792229.0,"currPower":437.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"342910.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"412119.0","todayEnergy":"412119.0","lifetimeEnergy":"1172212.0","dcCurr":"372.2","dcVolt":"933.1","dcPower":"347299.8","temp":"59.4","powerFactor":"84.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"94882.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"98303.0","todayEnergy":"98303.0","lifetimeEnergy":"620017.0","dcCurr":"91.7","dcVolt":"936.2","dcPower":"85849.5","temp":"48.0","powerFactor":"94.2","ivtStatus":"01"}] }} [09:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 09(String), 05(String), 437.8(Float), 510.4(Float), 0.5(Float), 1792229.0(Float), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466201(Integer), 108(Integer), 1(Integer), 342910.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 372.2(Double), 933.1(Double), 347299.8(Double), 59.4(Double), 84.8(Double), 412119.0(Double), 1172212.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466201(Integer), 108(Integer), 2(Integer), 94882.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 91.7(Double), 936.2(Double), 85849.5(Double), 48.0(Double), 94.2(Double), 98303.0(Double), 620017.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:19] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":77.3,"todayHours":0.8,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212549.5,"currPower":45.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"24942.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"41300.0","todayEnergy":"41300.0","lifetimeEnergy":"112479.0","dcCurr":"100.0","dcVolt":"544.0","dcPower":"54400.0","temp":"53.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20371.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"36000.0","todayEnergy":"36000.0","lifetimeEnergy":"100070.5","dcCurr":"102.0","dcVolt":"544.0","dcPower":"55488.0","temp":"50.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 09(String), 05(String), 45.5(Float), 77.3(Float), 0.8(Float), 212549.5(Float), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466202(Integer), 129(Integer), 1(Integer), 24942.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 100.0(Double), 544.0(Double), 54400.0(Double), 53.0(Double), 0.0(Double), 41300.0(Double), 112479.0(Double), 01(String) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466202(Integer), 129(Integer), 2(Integer), 20371.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 102.0(Double), 544.0(Double), 55488.0(Double), 50.0(Double), 0.0(Double), 36000.0(Double), 100070.5(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:20] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":60.9,"todayHours":0.6,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124691.0,"currPower":50.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"50600.0","acFreq":"0.0","apparentPower":"50.6","reactivePower":"0.0","acEnergy":"60900.0","todayEnergy":"60900.0","lifetimeEnergy":"124691.0","dcCurr":"35.3","dcVolt":"530.5","dcPower":"18727.8","temp":"45.1","powerFactor":"6455.6","ivtStatus":"01"}] }} [09:05:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 09(String), 05(String), 50.6(Float), 60.9(Float), 0.6(Float), 124691.0(Float), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466203(Integer), 135(Integer), 1(Integer), 50600.0(Double), 0.0(Double), 50.6(Double), 0.0(Double), 35.3(Double), 530.5(Double), 18727.8(Double), 45.1(Double), 6455.6(Double), 60900.0(Double), 124691.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:20] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":81.5,"todayHours":0.5,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130677.0,"currPower":64.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"44600.0","acFreq":"0.0","apparentPower":"44.6","reactivePower":"6550.9","acEnergy":"56800.0","todayEnergy":"56800.0","lifetimeEnergy":"90173.0","dcCurr":"37.4","dcVolt":"656.6","dcPower":"24556.8","temp":"43.3","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"19400.0","acFreq":"0.0","apparentPower":"19.4","reactivePower":"1.4","acEnergy":"24700.0","todayEnergy":"24700.0","lifetimeEnergy":"40504.0","dcCurr":"35.3","dcVolt":"539.4","dcPower":"19040.8","temp":"43.2","powerFactor":"99.0","ivtStatus":"01"}] }} [09:05:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 09(String), 05(String), 64.0(Float), 81.5(Float), 0.5(Float), 130677.0(Float), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466204(Integer), 137(Integer), 1(Integer), 44600.0(Double), 0.0(Double), 44.6(Double), 6550.9(Double), 37.4(Double), 656.6(Double), 24556.8(Double), 43.3(Double), 6455.6(Double), 56800.0(Double), 90173.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466204(Integer), 137(Integer), 2(Integer), 19400.0(Double), 0.0(Double), 19.4(Double), 1.4(Double), 35.3(Double), 539.4(Double), 19040.8(Double), 43.2(Double), 99.0(Double), 24700.0(Double), 40504.0(Double), 01(String) [09:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:21] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":722.8,"todayHours":0.7,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1833658.0,"currPower":459.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"360083.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"560224.0","todayEnergy":"560224.0","lifetimeEnergy":"1187214.0","dcCurr":"388.1","dcVolt":"932.9","dcPower":"362058.5","temp":"45.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"99434.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"162594.0","todayEnergy":"162594.0","lifetimeEnergy":"646444.0","dcCurr":"105.9","dcVolt":"928.9","dcPower":"98370.5","temp":"36.8","powerFactor":"99.9","ivtStatus":"01"}] }} [09:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 09(String), 05(String), 459.5(Float), 722.8(Float), 0.7(Float), 1833658.0(Float), 01(String) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466205(Integer), 120(Integer), 1(Integer), 360083.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 388.1(Double), 932.9(Double), 362058.5(Double), 45.4(Double), 100.0(Double), 560224.0(Double), 1187214.0(Double), 01(String) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466205(Integer), 120(Integer), 2(Integer), 99434.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 105.9(Double), 928.9(Double), 98370.5(Double), 36.8(Double), 99.9(Double), 162594.0(Double), 646444.0(Double), 01(String) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:21] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":119.2,"todayHours":0.8,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345248.0,"currPower":81.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"27278.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"39900.0","todayEnergy":"39900.0","lifetimeEnergy":"115778.1","dcCurr":"195.0","dcVolt":"527.0","dcPower":"102765.0","temp":"43.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"25545.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"37500.0","todayEnergy":"37500.0","lifetimeEnergy":"106779.5","dcCurr":"130.0","dcVolt":"565.0","dcPower":"73450.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"28660.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"42000.0","todayEnergy":"42000.0","lifetimeEnergy":"122690.6","dcCurr":"199.0","dcVolt":"570.0","dcPower":"113430.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 09(String), 05(String), 81.2(Float), 119.2(Float), 0.8(Float), 345248.0(Float), 01(String) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466206(Integer), 127(Integer), 1(Integer), 27278.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 195.0(Double), 527.0(Double), 102765.0(Double), 43.0(Double), 0.0(Double), 39900.0(Double), 115778.1(Double), 01(String) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466206(Integer), 127(Integer), 2(Integer), 25545.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 130.0(Double), 565.0(Double), 73450.0(Double), 48.0(Double), 0.0(Double), 37500.0(Double), 106779.5(Double), 01(String) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466206(Integer), 127(Integer), 3(Integer), 28660.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 199.0(Double), 570.0(Double), 113430.0(Double), 47.0(Double), 0.0(Double), 42000.0(Double), 122690.6(Double), 01(String) [09:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:22] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":299.9,"todayHours":0.7,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":855108.6,"currPower":176.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"45203.0","acFreq":"600.4","apparentPower":"0.0","reactivePower":"0.1","acEnergy":"67160.0","todayEnergy":"67160.0","lifetimeEnergy":"191130.6","dcCurr":"75.9","dcVolt":"604.6","dcPower":"45872.0","temp":"47.9","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"41546.0","acFreq":"600.4","apparentPower":"0.0","reactivePower":"0.1","acEnergy":"66430.0","todayEnergy":"66430.0","lifetimeEnergy":"190162.8","dcCurr":"70.7","dcVolt":"599.5","dcPower":"42410.4","temp":"47.6","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"39270.0","acFreq":"600.3","apparentPower":"0.0","reactivePower":"0.1","acEnergy":"66490.0","todayEnergy":"66490.0","lifetimeEnergy":"190162.3","dcCurr":"66.7","dcVolt":"597.8","dcPower":"39852.0","temp":"46.8","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"35997.0","acFreq":"600.4","apparentPower":"0.0","reactivePower":"-0.1","acEnergy":"66160.0","todayEnergy":"66160.0","lifetimeEnergy":"187017.8","dcCurr":"60.9","dcVolt":"604.0","dcPower":"36808.5","temp":"47.2","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"5","acPower":"19763.0","acFreq":"600.5","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"33860.0","todayEnergy":"33860.0","lifetimeEnergy":"96635.3","dcCurr":"34.1","dcVolt":"590.5","dcPower":"20155.5","temp":"59.2","powerFactor":"10.0","ivtStatus":"01"}] }} [09:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 09(String), 05(String), 176.3(Float), 299.9(Float), 0.7(Float), 855108.6(Float), 01(String) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466207(Integer), 128(Integer), 1(Integer), 45203.0(Double), 600.4(Double), 0.0(Double), 0.1(Double), 75.9(Double), 604.6(Double), 45872.0(Double), 47.9(Double), 10.0(Double), 67160.0(Double), 191130.6(Double), 01(String) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466207(Integer), 128(Integer), 2(Integer), 41546.0(Double), 600.4(Double), 0.0(Double), 0.1(Double), 70.7(Double), 599.5(Double), 42410.4(Double), 47.6(Double), 10.0(Double), 66430.0(Double), 190162.8(Double), 01(String) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466207(Integer), 128(Integer), 3(Integer), 39270.0(Double), 600.3(Double), 0.0(Double), 0.1(Double), 66.7(Double), 597.8(Double), 39852.0(Double), 46.8(Double), 10.0(Double), 66490.0(Double), 190162.3(Double), 01(String) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466207(Integer), 128(Integer), 4(Integer), 35997.0(Double), 600.4(Double), 0.0(Double), -0.1(Double), 60.9(Double), 604.0(Double), 36808.5(Double), 47.2(Double), 645.4(Double), 66160.0(Double), 187017.8(Double), 01(String) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466207(Integer), 128(Integer), 5(Integer), 19763.0(Double), 600.5(Double), 0.0(Double), 0.0(Double), 34.1(Double), 590.5(Double), 20155.5(Double), 59.2(Double), 10.0(Double), 33860.0(Double), 96635.3(Double), 01(String) [09:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:23] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":668.0,"todayHours":0.7,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1876029.0,"currPower":446.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"351347.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"516243.0","todayEnergy":"516243.0","lifetimeEnergy":"1216471.0","dcCurr":"375.2","dcVolt":"938.3","dcPower":"352050.2","temp":"47.8","powerFactor":"85.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"95177.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"151735.0","todayEnergy":"151735.0","lifetimeEnergy":"659558.0","dcCurr":"97.0","dcVolt":"935.0","dcPower":"90695.0","temp":"36.8","powerFactor":"91.6","ivtStatus":"01"}] }} [09:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 09(String), 05(String), 446.5(Float), 668.0(Float), 0.7(Float), 1876029.0(Float), 01(String) [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466208(Integer), 112(Integer), 1(Integer), 351347.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 375.2(Double), 938.3(Double), 352050.2(Double), 47.8(Double), 85.8(Double), 516243.0(Double), 1216471.0(Double), 01(String) [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466208(Integer), 112(Integer), 2(Integer), 95177.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 97.0(Double), 935.0(Double), 90695.0(Double), 36.8(Double), 91.6(Double), 151735.0(Double), 659558.0(Double), 01(String) [09:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:24] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":218.1,"todayHours":0.4,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":141745.0,"currPower":174.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"44100.0","acFreq":"0.0","apparentPower":"44.1","reactivePower":"6553.0","acEnergy":"52400.0","todayEnergy":"52400.0","lifetimeEnergy":"35843.0","dcCurr":"31.0","dcVolt":"614.2","dcPower":"19041.2","temp":"46.2","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"44100.0","acFreq":"0.0","apparentPower":"44.1","reactivePower":"6552.4","acEnergy":"55000.0","todayEnergy":"55000.0","lifetimeEnergy":"35436.0","dcCurr":"32.5","dcVolt":"609.2","dcPower":"19799.0","temp":"48.9","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"3","acPower":"42200.0","acFreq":"0.0","apparentPower":"42.2","reactivePower":"6552.3","acEnergy":"53600.0","todayEnergy":"53600.0","lifetimeEnergy":"35565.0","dcCurr":"29.8","dcVolt":"606.0","dcPower":"18057.8","temp":"46.2","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"4","acPower":"44500.0","acFreq":"0.0","apparentPower":"44.5","reactivePower":"6552.1","acEnergy":"57100.0","todayEnergy":"57100.0","lifetimeEnergy":"34901.0","dcCurr":"30.1","dcVolt":"606.6","dcPower":"18258.7","temp":"47.8","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 09(String), 05(String), 174.9(Float), 218.1(Float), 0.4(Float), 141745.0(Float), 01(String) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466209(Integer), 139(Integer), 1(Integer), 44100.0(Double), 0.0(Double), 44.1(Double), 6553.0(Double), 31.0(Double), 614.2(Double), 19041.2(Double), 46.2(Double), 6454.6(Double), 52400.0(Double), 35843.0(Double), 01(String) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466209(Integer), 139(Integer), 2(Integer), 44100.0(Double), 0.0(Double), 44.1(Double), 6552.4(Double), 32.5(Double), 609.2(Double), 19799.0(Double), 48.9(Double), 6454.6(Double), 55000.0(Double), 35436.0(Double), 01(String) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466209(Integer), 139(Integer), 3(Integer), 42200.0(Double), 0.0(Double), 42.2(Double), 6552.3(Double), 29.8(Double), 606.0(Double), 18057.8(Double), 46.2(Double), 6454.6(Double), 53600.0(Double), 35565.0(Double), 01(String) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466209(Integer), 139(Integer), 4(Integer), 44500.0(Double), 0.0(Double), 44.5(Double), 6552.1(Double), 30.1(Double), 606.6(Double), 18258.7(Double), 47.8(Double), 6454.6(Double), 57100.0(Double), 34901.0(Double), 01(String) [09:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:25] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":690.0,"todayHours":0.7,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1906731.0,"currPower":487.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"365149.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"475202.0","todayEnergy":"475202.0","lifetimeEnergy":"1244975.0","dcCurr":"391.5","dcVolt":"931.1","dcPower":"364525.6","temp":"48.9","powerFactor":"85.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"122689.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"214789.0","todayEnergy":"214789.0","lifetimeEnergy":"661756.0","dcCurr":"130.8","dcVolt":"930.6","dcPower":"121722.5","temp":"39.9","powerFactor":"95.7","ivtStatus":"01"}] }} [09:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 09(String), 05(String), 487.8(Float), 690.0(Float), 0.7(Float), 1906731.0(Float), 01(String) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466210(Integer), 107(Integer), 1(Integer), 365149.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 391.5(Double), 931.1(Double), 364525.6(Double), 48.9(Double), 85.9(Double), 475202.0(Double), 1244975.0(Double), 01(String) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466210(Integer), 107(Integer), 2(Integer), 122689.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 130.8(Double), 930.6(Double), 121722.5(Double), 39.9(Double), 95.7(Double), 214789.0(Double), 661756.0(Double), 01(String) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:25] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":66.3,"todayHours":0.7,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":106044.0,"currPower":50.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"50000.0","acFreq":"0.0","apparentPower":"50.1","reactivePower":"6550.4","acEnergy":"66300.0","todayEnergy":"66300.0","lifetimeEnergy":"106044.0","dcCurr":"42.0","dcVolt":"479.5","dcPower":"20139.0","temp":"45.7","powerFactor":"6455.6","ivtStatus":"01"}] }} [09:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 09(String), 05(String), 50.0(Float), 66.3(Float), 0.7(Float), 106044.0(Float), 01(String) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466211(Integer), 136(Integer), 1(Integer), 50000.0(Double), 0.0(Double), 50.1(Double), 6550.4(Double), 42.0(Double), 479.5(Double), 20139.0(Double), 45.7(Double), 6455.6(Double), 66300.0(Double), 106044.0(Double), 01(String) [09:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:26] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":688.0,"todayHours":0.7,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1732399.0,"currPower":443.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"351524.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"548622.0","todayEnergy":"548622.0","lifetimeEnergy":"1130489.0","dcCurr":"380.1","dcVolt":"934.4","dcPower":"355165.5","temp":"47.5","powerFactor":"85.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"92233.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"139388.0","todayEnergy":"139388.0","lifetimeEnergy":"601910.0","dcCurr":"99.3","dcVolt":"936.0","dcPower":"92944.8","temp":"37.8","powerFactor":"93.0","ivtStatus":"01"}] }} [09:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 09(String), 05(String), 443.8(Float), 688.0(Float), 0.7(Float), 1732399.0(Float), 01(String) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466212(Integer), 125(Integer), 1(Integer), 351524.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 380.1(Double), 934.4(Double), 355165.5(Double), 47.5(Double), 85.5(Double), 548622.0(Double), 1130489.0(Double), 01(String) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466212(Integer), 125(Integer), 2(Integer), 92233.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 99.3(Double), 936.0(Double), 92944.8(Double), 37.8(Double), 93.0(Double), 139388.0(Double), 601910.0(Double), 01(String) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:26] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":125.9,"todayHours":0.9,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255237.9,"currPower":64.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"22988.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"44600.0","todayEnergy":"44600.0","lifetimeEnergy":"90431.9","dcCurr":"162.0","dcVolt":"541.0","dcPower":"87642.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"19987.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"39100.0","todayEnergy":"39100.0","lifetimeEnergy":"79497.6","dcCurr":"104.0","dcVolt":"545.0","dcPower":"56680.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"21870.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"42200.0","todayEnergy":"42200.0","lifetimeEnergy":"85308.4","dcCurr":"157.0","dcVolt":"507.0","dcPower":"79599.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 09(String), 05(String), 64.8(Float), 125.9(Float), 0.9(Float), 255237.9(Float), 01(String) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466213(Integer), 131(Integer), 1(Integer), 22988.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 162.0(Double), 541.0(Double), 87642.0(Double), 46.0(Double), 0.0(Double), 44600.0(Double), 90431.9(Double), 01(String) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466213(Integer), 131(Integer), 2(Integer), 19987.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 104.0(Double), 545.0(Double), 56680.0(Double), 48.0(Double), 0.0(Double), 39100.0(Double), 79497.6(Double), 01(String) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466213(Integer), 131(Integer), 3(Integer), 21870.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 157.0(Double), 507.0(Double), 79599.0(Double), 47.0(Double), 0.0(Double), 42200.0(Double), 85308.4(Double), 01(String) [09:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:27] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":38.3,"todayHours":0.7,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15908.0,"currPower":30.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30400.0","acFreq":"0.0","apparentPower":"30.5","reactivePower":"2.5","acEnergy":"38300.0","todayEnergy":"38300.0","lifetimeEnergy":"15908.0","dcCurr":"43.8","dcVolt":"704.5","dcPower":"30858.6","temp":"51.0","powerFactor":"100.0","ivtStatus":"01"}] }} [09:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 09(String), 05(String), 30.4(Float), 38.3(Float), 0.7(Float), 15908.0(Float), 01(String) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466214(Integer), 140(Integer), 1(Integer), 30400.0(Double), 0.0(Double), 30.5(Double), 2.5(Double), 43.8(Double), 704.5(Double), 30858.6(Double), 51.0(Double), 100.0(Double), 38300.0(Double), 15908.0(Double), 01(String) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:27] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":64.8,"todayHours":0.6,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27340.0,"currPower":46.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"46700.0","acFreq":"0.0","apparentPower":"46.7","reactivePower":"6552.7","acEnergy":"64800.0","todayEnergy":"64800.0","lifetimeEnergy":"27340.0","dcCurr":"19.2","dcVolt":"653.4","dcPower":"12544.6","temp":"50.1","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 09(String), 05(String), 46.7(Float), 64.8(Float), 0.6(Float), 27340.0(Float), 01(String) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466215(Integer), 141(Integer), 1(Integer), 46700.0(Double), 0.0(Double), 46.7(Double), 6552.7(Double), 19.2(Double), 653.4(Double), 12544.6(Double), 50.1(Double), 6454.6(Double), 64800.0(Double), 27340.0(Double), 01(String) [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:27] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":777.6,"todayHours":0.8,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1893471.0,"currPower":514.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"404392.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"605506.0","todayEnergy":"605506.0","lifetimeEnergy":"1221662.0","dcCurr":"426.9","dcVolt":"936.2","dcPower":"399663.8","temp":"54.1","powerFactor":"85.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"110498.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"172052.0","todayEnergy":"172052.0","lifetimeEnergy":"671809.0","dcCurr":"118.5","dcVolt":"936.4","dcPower":"110963.4","temp":"39.7","powerFactor":"93.7","ivtStatus":"01"}] }} [09:05:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 09(String), 05(String), 514.9(Float), 777.6(Float), 0.8(Float), 1893471.0(Float), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466216(Integer), 109(Integer), 1(Integer), 404392.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 426.9(Double), 936.2(Double), 399663.8(Double), 54.1(Double), 85.2(Double), 605506.0(Double), 1221662.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466216(Integer), 109(Integer), 2(Integer), 110498.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 118.5(Double), 936.4(Double), 110963.4(Double), 39.7(Double), 93.7(Double), 172052.0(Double), 671809.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:28] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":464.2,"todayHours":0.5,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2424807.0,"currPower":529.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"37460.0","acFreq":"0.0","apparentPower":"37.5","reactivePower":"0.0","acEnergy":"33600.0","todayEnergy":"33600.0","lifetimeEnergy":"144360.0","dcCurr":"50.4","dcVolt":"562.0","dcPower":"28326.5","temp":"40.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"36788.0","acFreq":"0.0","apparentPower":"36.8","reactivePower":"0.0","acEnergy":"33300.0","todayEnergy":"33300.0","lifetimeEnergy":"163903.0","dcCurr":"49.9","dcVolt":"554.2","dcPower":"27656.2","temp":"42.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"38019.0","acFreq":"0.0","apparentPower":"38.0","reactivePower":"0.0","acEnergy":"34000.0","todayEnergy":"34000.0","lifetimeEnergy":"147243.0","dcCurr":"50.6","dcVolt":"571.1","dcPower":"28899.3","temp":"40.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"37943.0","acFreq":"0.0","apparentPower":"37.9","reactivePower":"0.0","acEnergy":"34900.0","todayEnergy":"34900.0","lifetimeEnergy":"152499.0","dcCurr":"50.7","dcVolt":"561.6","dcPower":"28474.8","temp":"41.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"37624.0","acFreq":"0.0","apparentPower":"37.6","reactivePower":"0.0","acEnergy":"34900.0","todayEnergy":"34900.0","lifetimeEnergy":"167674.0","dcCurr":"50.4","dcVolt":"565.0","dcPower":"28477.7","temp":"42.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"37881.0","acFreq":"0.0","apparentPower":"37.9","reactivePower":"0.0","acEnergy":"35200.0","todayEnergy":"35200.0","lifetimeEnergy":"167263.0","dcCurr":"51.1","dcVolt":"557.6","dcPower":"28495.1","temp":"41.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"37844.0","acFreq":"0.0","apparentPower":"37.8","reactivePower":"0.0","acEnergy":"33800.0","todayEnergy":"33800.0","lifetimeEnergy":"140923.0","dcCurr":"50.4","dcVolt":"563.6","dcPower":"28407.1","temp":"40.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"31556.0","acFreq":"0.0","apparentPower":"31.6","reactivePower":"0.0","acEnergy":"23200.0","todayEnergy":"23200.0","lifetimeEnergy":"158158.0","dcCurr":"43.0","dcVolt":"531.8","dcPower":"22868.8","temp":"39.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"10099.0","acFreq":"0.0","apparentPower":"10.1","reactivePower":"0.0","acEnergy":"11800.0","todayEnergy":"11800.0","lifetimeEnergy":"133693.0","dcCurr":"12.2","dcVolt":"629.1","dcPower":"7675.0","temp":"37.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"34243.0","acFreq":"0.0","apparentPower":"34.2","reactivePower":"0.0","acEnergy":"27000.0","todayEnergy":"27000.0","lifetimeEnergy":"160719.0","dcCurr":"46.6","dcVolt":"548.6","dcPower":"25564.8","temp":"40.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"34805.0","acFreq":"0.0","apparentPower":"34.8","reactivePower":"0.0","acEnergy":"28600.0","todayEnergy":"28600.0","lifetimeEnergy":"160780.0","dcCurr":"46.9","dcVolt":"565.3","dcPower":"26514.1","temp":"40.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"35201.0","acFreq":"0.0","apparentPower":"35.2","reactivePower":"0.0","acEnergy":"30900.0","todayEnergy":"30900.0","lifetimeEnergy":"163328.0","dcCurr":"47.7","dcVolt":"561.0","dcPower":"26759.7","temp":"40.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"29347.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"21000.0","todayEnergy":"21000.0","lifetimeEnergy":"160772.0","dcCurr":"41.5","dcVolt":"552.4","dcPower":"22923.2","temp":"37.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"31801.0","acFreq":"0.0","apparentPower":"31.8","reactivePower":"0.0","acEnergy":"30900.0","todayEnergy":"30900.0","lifetimeEnergy":"147431.0","dcCurr":"40.1","dcVolt":"563.3","dcPower":"22588.3","temp":"40.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"21003.0","acFreq":"0.0","apparentPower":"21.0","reactivePower":"0.0","acEnergy":"17200.0","todayEnergy":"17200.0","lifetimeEnergy":"99178.0","dcCurr":"37.4","dcVolt":"560.8","dcPower":"20975.2","temp":"37.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"37652.0","acFreq":"0.0","apparentPower":"37.7","reactivePower":"0.0","acEnergy":"33900.0","todayEnergy":"33900.0","lifetimeEnergy":"156883.0","dcCurr":"49.8","dcVolt":"568.2","dcPower":"28296.4","temp":"40.8","powerFactor":"0.0","ivtStatus":"01"}] }} [09:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 09(String), 05(String), 529.3(Float), 464.2(Float), 0.5(Float), 2424807.0(Float), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 1(Integer), 37460.0(Double), 0.0(Double), 37.5(Double), 0.0(Double), 50.4(Double), 562.0(Double), 28326.5(Double), 40.7(Double), 0.0(Double), 33600.0(Double), 144360.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 2(Integer), 36788.0(Double), 0.0(Double), 36.8(Double), 0.0(Double), 49.9(Double), 554.2(Double), 27656.2(Double), 42.5(Double), 0.0(Double), 33300.0(Double), 163903.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 3(Integer), 38019.0(Double), 0.0(Double), 38.0(Double), 0.0(Double), 50.6(Double), 571.1(Double), 28899.3(Double), 40.8(Double), 0.0(Double), 34000.0(Double), 147243.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 4(Integer), 37943.0(Double), 0.0(Double), 37.9(Double), 0.0(Double), 50.7(Double), 561.6(Double), 28474.8(Double), 41.7(Double), 0.0(Double), 34900.0(Double), 152499.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 5(Integer), 37624.0(Double), 0.0(Double), 37.6(Double), 0.0(Double), 50.4(Double), 565.0(Double), 28477.7(Double), 42.3(Double), 0.0(Double), 34900.0(Double), 167674.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 6(Integer), 37881.0(Double), 0.0(Double), 37.9(Double), 0.0(Double), 51.1(Double), 557.6(Double), 28495.1(Double), 41.5(Double), 0.0(Double), 35200.0(Double), 167263.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 7(Integer), 37844.0(Double), 0.0(Double), 37.8(Double), 0.0(Double), 50.4(Double), 563.6(Double), 28407.1(Double), 40.5(Double), 0.0(Double), 33800.0(Double), 140923.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 8(Integer), 31556.0(Double), 0.0(Double), 31.6(Double), 0.0(Double), 43.0(Double), 531.8(Double), 22868.8(Double), 39.1(Double), 0.0(Double), 23200.0(Double), 158158.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 9(Integer), 10099.0(Double), 0.0(Double), 10.1(Double), 0.0(Double), 12.2(Double), 629.1(Double), 7675.0(Double), 37.3(Double), 0.0(Double), 11800.0(Double), 133693.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 10(Integer), 34243.0(Double), 0.0(Double), 34.2(Double), 0.0(Double), 46.6(Double), 548.6(Double), 25564.8(Double), 40.9(Double), 0.0(Double), 27000.0(Double), 160719.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 11(Integer), 34805.0(Double), 0.0(Double), 34.8(Double), 0.0(Double), 46.9(Double), 565.3(Double), 26514.1(Double), 40.0(Double), 0.0(Double), 28600.0(Double), 160780.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 12(Integer), 35201.0(Double), 0.0(Double), 35.2(Double), 0.0(Double), 47.7(Double), 561.0(Double), 26759.7(Double), 40.2(Double), 0.0(Double), 30900.0(Double), 163328.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 13(Integer), 29347.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 41.5(Double), 552.4(Double), 22923.2(Double), 37.6(Double), 0.0(Double), 21000.0(Double), 160772.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 17(Integer), 31801.0(Double), 0.0(Double), 31.8(Double), 0.0(Double), 40.1(Double), 563.3(Double), 22588.3(Double), 40.9(Double), 0.0(Double), 30900.0(Double), 147431.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 18(Integer), 21003.0(Double), 0.0(Double), 21.0(Double), 0.0(Double), 37.4(Double), 560.8(Double), 20975.2(Double), 37.7(Double), 0.0(Double), 17200.0(Double), 99178.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466217(Integer), 92(Integer), 19(Integer), 37652.0(Double), 0.0(Double), 37.7(Double), 0.0(Double), 49.8(Double), 568.2(Double), 28296.4(Double), 40.8(Double), 0.0(Double), 33900.0(Double), 156883.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:28] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":635.8,"todayHours":0.6,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3242687.0,"currPower":676.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"38562.0","acFreq":"0.0","apparentPower":"38.6","reactivePower":"0.0","acEnergy":"35100.0","todayEnergy":"35100.0","lifetimeEnergy":"152753.0","dcCurr":"51.2","dcVolt":"566.0","dcPower":"28980.9","temp":"41.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"38282.0","acFreq":"0.0","apparentPower":"38.3","reactivePower":"0.0","acEnergy":"36200.0","todayEnergy":"36200.0","lifetimeEnergy":"166539.0","dcCurr":"51.2","dcVolt":"562.4","dcPower":"28796.6","temp":"42.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"37493.0","acFreq":"0.0","apparentPower":"37.5","reactivePower":"0.0","acEnergy":"34600.0","todayEnergy":"34600.0","lifetimeEnergy":"146929.0","dcCurr":"49.9","dcVolt":"563.3","dcPower":"28108.7","temp":"41.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"37978.0","acFreq":"0.0","apparentPower":"38.0","reactivePower":"0.0","acEnergy":"35800.0","todayEnergy":"35800.0","lifetimeEnergy":"164691.0","dcCurr":"51.1","dcVolt":"559.8","dcPower":"28605.8","temp":"42.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"37161.0","acFreq":"0.0","apparentPower":"37.2","reactivePower":"0.0","acEnergy":"34400.0","todayEnergy":"34400.0","lifetimeEnergy":"147510.0","dcCurr":"50.1","dcVolt":"557.8","dcPower":"27947.4","temp":"41.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"37844.0","acFreq":"0.0","apparentPower":"37.8","reactivePower":"0.0","acEnergy":"35600.0","todayEnergy":"35600.0","lifetimeEnergy":"169653.0","dcCurr":"49.9","dcVolt":"568.6","dcPower":"28373.1","temp":"42.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"37853.0","acFreq":"0.0","apparentPower":"37.9","reactivePower":"0.0","acEnergy":"36000.0","todayEnergy":"36000.0","lifetimeEnergy":"166433.0","dcCurr":"50.6","dcVolt":"561.6","dcPower":"28415.3","temp":"42.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"37357.0","acFreq":"0.0","apparentPower":"37.4","reactivePower":"0.0","acEnergy":"35200.0","todayEnergy":"35200.0","lifetimeEnergy":"149841.0","dcCurr":"50.1","dcVolt":"562.7","dcPower":"28192.9","temp":"41.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"37117.0","acFreq":"0.0","apparentPower":"37.1","reactivePower":"0.0","acEnergy":"35500.0","todayEnergy":"35500.0","lifetimeEnergy":"165911.0","dcCurr":"50.5","dcVolt":"554.8","dcPower":"28015.7","temp":"41.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"35866.0","acFreq":"0.0","apparentPower":"35.9","reactivePower":"0.0","acEnergy":"33200.0","todayEnergy":"33200.0","lifetimeEnergy":"133678.0","dcCurr":"47.6","dcVolt":"564.1","dcPower":"26849.6","temp":"41.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"36545.0","acFreq":"0.0","apparentPower":"36.5","reactivePower":"0.0","acEnergy":"34600.0","todayEnergy":"34600.0","lifetimeEnergy":"161685.0","dcCurr":"49.7","dcVolt":"555.1","dcPower":"27586.8","temp":"41.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"35370.0","acFreq":"0.0","apparentPower":"35.4","reactivePower":"0.0","acEnergy":"32600.0","todayEnergy":"32600.0","lifetimeEnergy":"133354.0","dcCurr":"46.6","dcVolt":"568.6","dcPower":"26498.3","temp":"42.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"34470.0","acFreq":"0.0","apparentPower":"34.5","reactivePower":"0.0","acEnergy":"33500.0","todayEnergy":"33500.0","lifetimeEnergy":"159342.0","dcCurr":"45.9","dcVolt":"567.7","dcPower":"26055.9","temp":"41.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"35384.0","acFreq":"0.0","apparentPower":"35.4","reactivePower":"0.0","acEnergy":"33000.0","todayEnergy":"33000.0","lifetimeEnergy":"153138.0","dcCurr":"47.1","dcVolt":"565.9","dcPower":"26652.3","temp":"42.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"35755.0","acFreq":"0.0","apparentPower":"35.8","reactivePower":"0.0","acEnergy":"33100.0","todayEnergy":"33100.0","lifetimeEnergy":"136859.0","dcCurr":"48.1","dcVolt":"566.4","dcPower":"27242.2","temp":"43.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"29926.0","acFreq":"0.0","apparentPower":"29.9","reactivePower":"0.0","acEnergy":"30100.0","todayEnergy":"30100.0","lifetimeEnergy":"165592.0","dcCurr":"36.9","dcVolt":"563.9","dcPower":"20807.9","temp":"41.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"30368.0","acFreq":"0.0","apparentPower":"30.4","reactivePower":"0.0","acEnergy":"30200.0","todayEnergy":"30200.0","lifetimeEnergy":"161815.0","dcCurr":"38.1","dcVolt":"557.4","dcPower":"21238.2","temp":"41.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"31158.0","acFreq":"0.0","apparentPower":"31.2","reactivePower":"0.0","acEnergy":"27700.0","todayEnergy":"27700.0","lifetimeEnergy":"139465.0","dcCurr":"39.3","dcVolt":"565.0","dcPower":"22203.2","temp":"41.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"31794.0","acFreq":"0.0","apparentPower":"31.8","reactivePower":"0.0","acEnergy":"28500.0","todayEnergy":"28500.0","lifetimeEnergy":"139815.0","dcCurr":"41.2","dcVolt":"562.1","dcPower":"23159.9","temp":"41.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"-1.0","acFreq":"0.0","apparentPower":"-0.0","reactivePower":"0.0","acEnergy":"900.0","todayEnergy":"900.0","lifetimeEnergy":"327684.0","dcCurr":"19660.5","dcVolt":"6553.5","dcPower":"128845088.0","temp":"110.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 09(String), 05(String), 676.3(Float), 635.8(Float), 0.6(Float), 3242687.0(Float), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 1(Integer), 38562.0(Double), 0.0(Double), 38.6(Double), 0.0(Double), 51.2(Double), 566.0(Double), 28980.9(Double), 41.5(Double), 0.0(Double), 35100.0(Double), 152753.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 2(Integer), 38282.0(Double), 0.0(Double), 38.3(Double), 0.0(Double), 51.2(Double), 562.4(Double), 28796.6(Double), 42.4(Double), 0.0(Double), 36200.0(Double), 166539.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 3(Integer), 37493.0(Double), 0.0(Double), 37.5(Double), 0.0(Double), 49.9(Double), 563.3(Double), 28108.7(Double), 41.8(Double), 0.0(Double), 34600.0(Double), 146929.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 4(Integer), 37978.0(Double), 0.0(Double), 38.0(Double), 0.0(Double), 51.1(Double), 559.8(Double), 28605.8(Double), 42.4(Double), 0.0(Double), 35800.0(Double), 164691.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 5(Integer), 37161.0(Double), 0.0(Double), 37.2(Double), 0.0(Double), 50.1(Double), 557.8(Double), 27947.4(Double), 41.8(Double), 0.0(Double), 34400.0(Double), 147510.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 6(Integer), 37844.0(Double), 0.0(Double), 37.8(Double), 0.0(Double), 49.9(Double), 568.6(Double), 28373.1(Double), 42.2(Double), 0.0(Double), 35600.0(Double), 169653.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 7(Integer), 37853.0(Double), 0.0(Double), 37.9(Double), 0.0(Double), 50.6(Double), 561.6(Double), 28415.3(Double), 42.6(Double), 0.0(Double), 36000.0(Double), 166433.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 8(Integer), 37357.0(Double), 0.0(Double), 37.4(Double), 0.0(Double), 50.1(Double), 562.7(Double), 28192.9(Double), 41.9(Double), 0.0(Double), 35200.0(Double), 149841.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 9(Integer), 37117.0(Double), 0.0(Double), 37.1(Double), 0.0(Double), 50.5(Double), 554.8(Double), 28015.7(Double), 41.9(Double), 0.0(Double), 35500.0(Double), 165911.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 10(Integer), 35866.0(Double), 0.0(Double), 35.9(Double), 0.0(Double), 47.6(Double), 564.1(Double), 26849.6(Double), 41.3(Double), 0.0(Double), 33200.0(Double), 133678.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 11(Integer), 36545.0(Double), 0.0(Double), 36.5(Double), 0.0(Double), 49.7(Double), 555.1(Double), 27586.8(Double), 41.5(Double), 0.0(Double), 34600.0(Double), 161685.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 12(Integer), 35370.0(Double), 0.0(Double), 35.4(Double), 0.0(Double), 46.6(Double), 568.6(Double), 26498.3(Double), 42.1(Double), 0.0(Double), 32600.0(Double), 133354.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 13(Integer), 34470.0(Double), 0.0(Double), 34.5(Double), 0.0(Double), 45.9(Double), 567.7(Double), 26055.9(Double), 41.9(Double), 0.0(Double), 33500.0(Double), 159342.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 14(Integer), 35384.0(Double), 0.0(Double), 35.4(Double), 0.0(Double), 47.1(Double), 565.9(Double), 26652.3(Double), 42.7(Double), 0.0(Double), 33000.0(Double), 153138.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 15(Integer), 35755.0(Double), 0.0(Double), 35.8(Double), 0.0(Double), 48.1(Double), 566.4(Double), 27242.2(Double), 43.2(Double), 0.0(Double), 33100.0(Double), 136859.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 16(Integer), 29926.0(Double), 0.0(Double), 29.9(Double), 0.0(Double), 36.9(Double), 563.9(Double), 20807.9(Double), 41.5(Double), 0.0(Double), 30100.0(Double), 165592.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 17(Integer), 30368.0(Double), 0.0(Double), 30.4(Double), 0.0(Double), 38.1(Double), 557.4(Double), 21238.2(Double), 41.2(Double), 0.0(Double), 30200.0(Double), 161815.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 18(Integer), 31158.0(Double), 0.0(Double), 31.2(Double), 0.0(Double), 39.3(Double), 565.0(Double), 22203.2(Double), 41.5(Double), 0.0(Double), 27700.0(Double), 139465.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 19(Integer), 31794.0(Double), 0.0(Double), 31.8(Double), 0.0(Double), 41.2(Double), 562.1(Double), 23159.9(Double), 41.5(Double), 0.0(Double), 28500.0(Double), 139815.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466218(Integer), 93(Integer), 20(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 6553.5(Double), 1.28845088E8(Double), 110.0(Double), 0.0(Double), 900.0(Double), 327684.0(Double), 01(String) [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:28] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":722.9,"todayHours":0.7,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1651717.0,"currPower":459.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"355535.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"565542.0","todayEnergy":"565542.0","lifetimeEnergy":"1076184.0","dcCurr":"384.6","dcVolt":"933.0","dcPower":"358831.8","temp":"46.6","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"103788.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"157363.0","todayEnergy":"157363.0","lifetimeEnergy":"575533.0","dcCurr":"112.4","dcVolt":"927.5","dcPower":"104251.0","temp":"37.9","powerFactor":"100.0","ivtStatus":"01"}] }} [09:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 09(String), 05(String), 459.3(Float), 722.9(Float), 0.7(Float), 1651717.0(Float), 01(String) [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466219(Integer), 123(Integer), 1(Integer), 355535.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 384.6(Double), 933.0(Double), 358831.8(Double), 46.6(Double), 100.0(Double), 565542.0(Double), 1076184.0(Double), 01(String) [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466219(Integer), 123(Integer), 2(Integer), 103788.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 112.4(Double), 927.5(Double), 104251.0(Double), 37.9(Double), 100.0(Double), 157363.0(Double), 575533.0(Double), 01(String) [09:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:30] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":788.3,"todayHours":0.8,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1820530.0,"currPower":510.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"396605.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"612797.0","todayEnergy":"612797.0","lifetimeEnergy":"1194910.0","dcCurr":"427.8","dcVolt":"929.1","dcPower":"397469.0","temp":"53.9","powerFactor":"85.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"113732.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"175546.0","todayEnergy":"175546.0","lifetimeEnergy":"625620.0","dcCurr":"109.2","dcVolt":"930.2","dcPower":"101577.8","temp":"42.2","powerFactor":"93.9","ivtStatus":"01"}] }} [09:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 09(String), 05(String), 510.3(Float), 788.3(Float), 0.8(Float), 1820530.0(Float), 01(String) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466220(Integer), 102(Integer), 1(Integer), 396605.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 427.8(Double), 929.1(Double), 397469.0(Double), 53.9(Double), 85.8(Double), 612797.0(Double), 1194910.0(Double), 01(String) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466220(Integer), 102(Integer), 2(Integer), 113732.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 109.2(Double), 930.2(Double), 101577.8(Double), 42.2(Double), 93.9(Double), 175546.0(Double), 625620.0(Double), 01(String) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:30] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":780.0,"todayHours":0.8,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1873504.0,"currPower":512.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"405044.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"616952.0","todayEnergy":"616952.0","lifetimeEnergy":"1207655.0","dcCurr":"421.6","dcVolt":"936.5","dcPower":"394828.4","temp":"51.0","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"106960.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"163028.0","todayEnergy":"163028.0","lifetimeEnergy":"665849.0","dcCurr":"104.5","dcVolt":"926.3","dcPower":"96798.4","temp":"39.9","powerFactor":"99.7","ivtStatus":"01"}] }} [09:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 09(String), 05(String), 512.0(Float), 780.0(Float), 0.8(Float), 1873504.0(Float), 01(String) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466221(Integer), 105(Integer), 1(Integer), 405044.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 421.6(Double), 936.5(Double), 394828.4(Double), 51.0(Double), 100.0(Double), 616952.0(Double), 1207655.0(Double), 01(String) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466221(Integer), 105(Integer), 2(Integer), 106960.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 104.5(Double), 926.3(Double), 96798.4(Double), 39.9(Double), 99.7(Double), 163028.0(Double), 665849.0(Double), 01(String) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:30] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":791.5,"todayHours":0.8,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1878891.0,"currPower":505.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"398240.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"634845.0","todayEnergy":"634845.0","lifetimeEnergy":"1227953.0","dcCurr":"426.6","dcVolt":"933.7","dcPower":"398316.4","temp":"54.2","powerFactor":"84.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"106825.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"156648.0","todayEnergy":"156648.0","lifetimeEnergy":"650938.0","dcCurr":"116.2","dcVolt":"931.5","dcPower":"108240.3","temp":"39.9","powerFactor":"94.0","ivtStatus":"01"}] }} [09:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 09(String), 05(String), 505.1(Float), 791.5(Float), 0.8(Float), 1878891.0(Float), 01(String) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466222(Integer), 122(Integer), 1(Integer), 398240.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 426.6(Double), 933.7(Double), 398316.4(Double), 54.2(Double), 84.6(Double), 634845.0(Double), 1227953.0(Double), 01(String) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466222(Integer), 122(Integer), 2(Integer), 106825.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 116.2(Double), 931.5(Double), 108240.3(Double), 39.9(Double), 94.0(Double), 156648.0(Double), 650938.0(Double), 01(String) [09:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:32] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":784.1,"todayHours":0.8,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1858287.0,"currPower":487.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"379297.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"619716.0","todayEnergy":"619716.0","lifetimeEnergy":"1220522.0","dcCurr":"401.3","dcVolt":"932.8","dcPower":"374332.6","temp":"49.5","powerFactor":"99.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"108294.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"164357.0","todayEnergy":"164357.0","lifetimeEnergy":"637765.0","dcCurr":"101.8","dcVolt":"934.0","dcPower":"95081.2","temp":"40.4","powerFactor":"99.9","ivtStatus":"01"}] }} [09:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [09:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:32] [DEBUG] controller.InverterController - {"plantSeq":104,"todayEnergy":793.2,"todayHours":0.8,"lastdayEnergy":1836608.0,"lastdayHours":1838.4,"lifetimeEnergy":1837402.0,"currPower":518.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"407669.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"628674.0","todayEnergy":"628674.0","lifetimeEnergy":"1177865.0","dcCurr":"445.7","dcVolt":"934.9","dcPower":"416684.9","temp":"52.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"110936.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"164500.0","todayEnergy":"164500.0","lifetimeEnergy":"659537.0","dcCurr":"116.7","dcVolt":"942.0","dcPower":"109931.4","temp":"45.2","powerFactor":"100.0","ivtStatus":"01"}] }} [09:05:32] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 09(String), 05(String), 487.6(Float), 784.1(Float), 0.8(Float), 1858287.0(Float), 01(String) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2023-08-02(String), 09(String), 05(String), 518.6(Float), 793.2(Float), 0.8(Float), 1837402.0(Float), 01(String) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466223(Integer), 101(Integer), 1(Integer), 379297.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 401.3(Double), 932.8(Double), 374332.6(Double), 49.5(Double), 99.8(Double), 619716.0(Double), 1220522.0(Double), 01(String) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466224(Integer), 104(Integer), 1(Integer), 407669.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 445.7(Double), 934.9(Double), 416684.9(Double), 52.5(Double), 100.0(Double), 628674.0(Double), 1177865.0(Double), 01(String) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466223(Integer), 101(Integer), 2(Integer), 108294.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 101.8(Double), 934.0(Double), 95081.2(Double), 40.4(Double), 99.9(Double), 164357.0(Double), 637765.0(Double), 01(String) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466224(Integer), 104(Integer), 2(Integer), 110936.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 116.7(Double), 942.0(Double), 109931.4(Double), 45.2(Double), 100.0(Double), 164500.0(Double), 659537.0(Double), 01(String) [09:05:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:33] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:33] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":793.5,"todayHours":0.8,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1932895.0,"currPower":517.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"406368.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"630490.0","todayEnergy":"630490.0","lifetimeEnergy":"1259159.0","dcCurr":"440.4","dcVolt":"930.0","dcPower":"409572.0","temp":"56.0","powerFactor":"86.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"111482.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"163016.0","todayEnergy":"163016.0","lifetimeEnergy":"673736.0","dcCurr":"105.2","dcVolt":"935.9","dcPower":"98456.7","temp":"42.5","powerFactor":"93.9","ivtStatus":"01"}] }} [09:05:33] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 09(String), 05(String), 517.9(Float), 793.5(Float), 0.8(Float), 1932895.0(Float), 01(String) [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466225(Integer), 103(Integer), 1(Integer), 406368.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 440.4(Double), 930.0(Double), 409572.0(Double), 56.0(Double), 86.4(Double), 630490.0(Double), 1259159.0(Double), 01(String) [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466225(Integer), 103(Integer), 2(Integer), 111482.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 105.2(Double), 935.9(Double), 98456.7(Double), 42.5(Double), 93.9(Double), 163016.0(Double), 673736.0(Double), 01(String) [09:05:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:36] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:36] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":472.3,"todayHours":0.6,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556605.0,"currPower":373.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"323056.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"391439.0","todayEnergy":"391439.0","lifetimeEnergy":"1058490.0","dcCurr":"348.9","dcVolt":"934.2","dcPower":"325942.4","temp":"46.5","powerFactor":"84.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"50679.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"80837.0","todayEnergy":"80837.0","lifetimeEnergy":"498115.0","dcCurr":"52.0","dcVolt":"936.4","dcPower":"48692.8","temp":"34.3","powerFactor":"94.9","ivtStatus":"01"}] }} [09:05:36] [DEBUG] controller.InverterController - ------------------------------------------ [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 09(String), 05(String), 373.7(Float), 472.3(Float), 0.6(Float), 1556605.0(Float), 01(String) [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466226(Integer), 110(Integer), 1(Integer), 323056.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 348.9(Double), 934.2(Double), 325942.4(Double), 46.5(Double), 84.5(Double), 391439.0(Double), 1058490.0(Double), 01(String) [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466226(Integer), 110(Integer), 2(Integer), 50679.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 52.0(Double), 936.4(Double), 48692.8(Double), 34.3(Double), 94.9(Double), 80837.0(Double), 498115.0(Double), 01(String) [09:05:36] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:08:37] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [09:08:43] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:08:43] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :tk2340, login_channel : null [09:08:43] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:08:43] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:08:43] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [09:08:43] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:08:43] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [09:08:43] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:08:43] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : tk2340 [09:08:43] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [09:08:43] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String) [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:08:43] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : tk2340, mappingList.size : 1 [09:08:43] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:08:43] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[tk2340] roles roles [0]ROLE_01 [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: tk2340(String), 01(String), 5B0ABC0238CBB99928A18C83C9EC9ED4(String), PHONE(String) [09:08:43] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:08:43] [DEBUG] controller.EssController - ----------------------------------------------- [09:08:43] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 59.21.89.234, 59.21.89.234, param : code=404 [09:08:43] [DEBUG] controller.EssController - ----------------------------------------------- [09:08:45] [DEBUG] controller.EssController - ----------------------------------------------- [09:08:45] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 41, param.plantSeq : 0 [09:08:45] [DEBUG] controller.EssController - ----------------------------------------------- [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2023-08-02(String), 41(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2023-08-01(String), 41(Integer), 0(Integer), 2023-07-31(String), 41(Integer), 0(Integer), 2023-08-02(String), 107567(Integer) [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2023-08-02(String), 41(Integer), 2023-08-02(String), 41(Integer) [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:08:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:08:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:08:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2023-07-19(String) [09:08:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:08:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:08:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [09:08:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:08:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2023-08-02(String), 41(Integer), 0(Integer), 2023-08-02(String) [09:08:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:08:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:08:48] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 41(Integer), 0(Integer), 41(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [09:08:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:08:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:08:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 1(Integer), 2023-08-02(String), 41(Integer), 1(Integer), 2023-08-02(String) [09:08:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:08:51] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 235 [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [09:08:51] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"29.4","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"27.3","cloud":"1","weatherCode":"10710380"},{"plantSeq":"141","temp":"27.0","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.3","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.2","cloud":"1","weatherCode":"01780250"},{"plantSeq":"138","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"29.6","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"30.4","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"29.9","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.8","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"27.0","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"28.9","cloud":"1","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"26.9","cloud":"7","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"1","weatherCode":"01820250"},{"plantSeq":"82","temp":"26.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"26.6","cloud":"1","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"25.0","cloud":"1","weatherCode":"04210330"},{"plantSeq":"74","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"25.0","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.3","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"29.0","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"28.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"25.8","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.8","cloud":"5","weatherCode":"04170340"},{"plantSeq":"32","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"28.6","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"28.5","cloud":"5","weatherCode":"13800350"},{"plantSeq":"20","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"19","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"30.5","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"26.1","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"09"} [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:08:51] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 52 [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:08:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:08:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:08:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:08:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:18:52] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 234 [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [09:18:52] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"29.4","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"27.3","cloud":"1","weatherCode":"10710380"},{"plantSeq":"141","temp":"27.0","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.3","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.2","cloud":"1","weatherCode":"01780250"},{"plantSeq":"138","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"29.6","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"30.4","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"29.9","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.8","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"27.0","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"28.9","cloud":"1","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"26.9","cloud":"7","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"1","weatherCode":"01820250"},{"plantSeq":"82","temp":"26.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"26.6","cloud":"1","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"25.0","cloud":"1","weatherCode":"04210330"},{"plantSeq":"74","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"25.0","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.3","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"29.0","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"28.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"25.8","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.8","cloud":"5","weatherCode":"04170340"},{"plantSeq":"32","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"28.6","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"28.5","cloud":"5","weatherCode":"13800350"},{"plantSeq":"20","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"19","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"30.5","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"26.1","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"09"} [09:18:52] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 52 [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:18:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:18:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:18:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:18:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [09:24:59] [DEBUG] controller.InverterController - ------------------------------------------ [09:24:59] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":876.3,"todayHours":0.9,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1705444.0,"currPower":325.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"252000.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"674712.0","todayEnergy":"674712.0","lifetimeEnergy":"1104607.0","dcCurr":"269.5","dcVolt":"931.1","dcPower":"250931.4","temp":"44.8","powerFactor":"85.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"72950.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"201578.0","todayEnergy":"201578.0","lifetimeEnergy":"600837.0","dcCurr":"77.8","dcVolt":"936.3","dcPower":"72844.1","temp":"37.3","powerFactor":"91.5","ivtStatus":"01"}] }} [09:24:59] [DEBUG] controller.InverterController - ------------------------------------------ [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 09(String), 24(String), 325.0(Float), 876.3(Float), 0.9(Float), 1705444.0(Float), 01(String) [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466232(Integer), 106(Integer), 1(Integer), 252000.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 269.5(Double), 931.1(Double), 250931.4(Double), 44.8(Double), 85.5(Double), 674712.0(Double), 1104607.0(Double), 01(String) [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466232(Integer), 106(Integer), 2(Integer), 72950.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 77.8(Double), 936.3(Double), 72844.1(Double), 37.3(Double), 91.5(Double), 201578.0(Double), 600837.0(Double), 01(String) [09:24:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:00] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:00] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":896.0,"todayHours":0.9,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1892568.0,"currPower":344.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"274070.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"714571.0","todayEnergy":"714571.0","lifetimeEnergy":"1418528.0","dcCurr":"323.5","dcVolt":"935.0","dcPower":"302472.5","temp":"48.8","powerFactor":"85.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"70468.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"181447.0","todayEnergy":"181447.0","lifetimeEnergy":"474040.0","dcCurr":"74.4","dcVolt":"936.4","dcPower":"69668.2","temp":"37.4","powerFactor":"93.1","ivtStatus":"01"}] }} [09:25:00] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 09(String), 25(String), 344.5(Float), 896.0(Float), 0.9(Float), 1892568.0(Float), 01(String) [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466233(Integer), 111(Integer), 1(Integer), 274070.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 323.5(Double), 935.0(Double), 302472.5(Double), 48.8(Double), 85.2(Double), 714571.0(Double), 1418528.0(Double), 01(String) [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466233(Integer), 111(Integer), 2(Integer), 70468.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 74.4(Double), 936.4(Double), 69668.2(Double), 37.4(Double), 93.1(Double), 181447.0(Double), 474040.0(Double), 01(String) [09:25:00] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:06] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:06] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":705.7,"todayHours":0.7,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1877230.0,"currPower":305.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"241504.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"582266.0","todayEnergy":"582266.0","lifetimeEnergy":"1199464.0","dcCurr":"261.8","dcVolt":"932.7","dcPower":"244180.9","temp":"42.6","powerFactor":"86.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"64357.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"123480.0","todayEnergy":"123480.0","lifetimeEnergy":"677766.0","dcCurr":"66.6","dcVolt":"937.5","dcPower":"62437.5","temp":"35.4","powerFactor":"94.7","ivtStatus":"01"}] }} [09:25:06] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 09(String), 25(String), 305.9(Float), 705.7(Float), 0.7(Float), 1877230.0(Float), 01(String) [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466234(Integer), 113(Integer), 1(Integer), 241504.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 261.8(Double), 932.7(Double), 244180.9(Double), 42.6(Double), 86.3(Double), 582266.0(Double), 1199464.0(Double), 01(String) [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466234(Integer), 113(Integer), 2(Integer), 64357.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 66.6(Double), 937.5(Double), 62437.5(Double), 35.4(Double), 94.7(Double), 123480.0(Double), 677766.0(Double), 01(String) [09:25:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:07] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:07] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":71.5,"todayHours":0.7,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11476.0,"currPower":30.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30400.0","acFreq":"0.0","apparentPower":"30.4","reactivePower":"6552.7","acEnergy":"71500.0","todayEnergy":"71500.0","lifetimeEnergy":"11476.0","dcCurr":"12.1","dcVolt":"413.9","dcPower":"5008.2","temp":"42.2","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:25:07] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 09(String), 25(String), 30.4(Float), 71.5(Float), 0.7(Float), 11476.0(Float), 01(String) [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466235(Integer), 142(Integer), 1(Integer), 30400.0(Double), 0.0(Double), 30.4(Double), 6552.7(Double), 12.1(Double), 413.9(Double), 5008.2(Double), 42.2(Double), 6454.6(Double), 71500.0(Double), 11476.0(Double), 01(String) [09:25:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:11] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:11] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":120.7,"todayHours":0.8,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266423.0,"currPower":59.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"22393.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"45500.0","todayEnergy":"45500.0","lifetimeEnergy":"93294.5","dcCurr":"137.0","dcVolt":"533.0","dcPower":"73021.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"18091.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"30500.0","todayEnergy":"30500.0","lifetimeEnergy":"87870.2","dcCurr":"105.0","dcVolt":"544.0","dcPower":"57120.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"19405.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"44700.0","todayEnergy":"44700.0","lifetimeEnergy":"85258.3","dcCurr":"122.0","dcVolt":"524.0","dcPower":"63928.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:25:11] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 09(String), 25(String), 59.9(Float), 120.7(Float), 0.8(Float), 266423.0(Float), 01(String) [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466236(Integer), 132(Integer), 1(Integer), 22393.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 137.0(Double), 533.0(Double), 73021.0(Double), 47.0(Double), 0.0(Double), 45500.0(Double), 93294.5(Double), 01(String) [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466236(Integer), 132(Integer), 2(Integer), 18091.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 105.0(Double), 544.0(Double), 57120.0(Double), 46.0(Double), 0.0(Double), 30500.0(Double), 87870.2(Double), 01(String) [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466236(Integer), 132(Integer), 3(Integer), 19405.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 122.0(Double), 524.0(Double), 63928.0(Double), 47.0(Double), 0.0(Double), 44700.0(Double), 85258.3(Double), 01(String) [09:25:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:12] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:12] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":795.7,"todayHours":0.8,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1694690.0,"currPower":315.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"244629.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"616290.0","todayEnergy":"616290.0","lifetimeEnergy":"1091225.0","dcCurr":"265.8","dcVolt":"930.1","dcPower":"247220.6","temp":"43.8","powerFactor":"85.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"70361.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"179377.0","todayEnergy":"179377.0","lifetimeEnergy":"603465.0","dcCurr":"74.4","dcVolt":"937.3","dcPower":"69735.1","temp":"37.3","powerFactor":"90.7","ivtStatus":"01"}] }} [09:25:12] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 09(String), 25(String), 315.0(Float), 795.7(Float), 0.8(Float), 1694690.0(Float), 01(String) [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466237(Integer), 124(Integer), 1(Integer), 244629.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 265.8(Double), 930.1(Double), 247220.6(Double), 43.8(Double), 85.1(Double), 616290.0(Double), 1091225.0(Double), 01(String) [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466237(Integer), 124(Integer), 2(Integer), 70361.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 74.4(Double), 937.3(Double), 69735.1(Double), 37.3(Double), 90.7(Double), 179377.0(Double), 603465.0(Double), 01(String) [09:25:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:14] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:14] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":108.1,"todayHours":0.6,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199409.0,"currPower":77.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"38500.0","acFreq":"0.0","apparentPower":"38.5","reactivePower":"6553.4","acEnergy":"50000.0","todayEnergy":"50000.0","lifetimeEnergy":"101074.0","dcCurr":"21.7","dcVolt":"556.0","dcPower":"12064.5","temp":"49.4","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"39400.0","acFreq":"0.0","apparentPower":"39.4","reactivePower":"6552.3","acEnergy":"58100.0","todayEnergy":"58100.0","lifetimeEnergy":"98335.0","dcCurr":"24.7","dcVolt":"526.3","dcPower":"13000.4","temp":"51.0","powerFactor":"6455.6","ivtStatus":"01"}] }} [09:25:14] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 09(String), 25(String), 77.9(Float), 108.1(Float), 0.6(Float), 199409.0(Float), 01(String) [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466238(Integer), 134(Integer), 1(Integer), 38500.0(Double), 0.0(Double), 38.5(Double), 6553.4(Double), 21.7(Double), 556.0(Double), 12064.5(Double), 49.4(Double), 6455.6(Double), 50000.0(Double), 101074.0(Double), 01(String) [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466238(Integer), 134(Integer), 2(Integer), 39400.0(Double), 0.0(Double), 39.4(Double), 6552.3(Double), 24.7(Double), 526.3(Double), 13000.4(Double), 51.0(Double), 6455.6(Double), 58100.0(Double), 98335.0(Double), 01(String) [09:25:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:17] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:17] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":233.8,"todayHours":1.2,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413819.0,"currPower":106.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"26500.0","acFreq":"0.0","apparentPower":"26.5","reactivePower":"1.8","acEnergy":"58200.0","todayEnergy":"58200.0","lifetimeEnergy":"100874.0","dcCurr":"51.5","dcVolt":"506.9","dcPower":"26103.6","temp":"56.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"27000.0","acFreq":"0.0","apparentPower":"27.0","reactivePower":"1.7","acEnergy":"59200.0","todayEnergy":"59200.0","lifetimeEnergy":"102388.0","dcCurr":"52.0","dcVolt":"514.7","dcPower":"26766.1","temp":"54.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"26300.0","acFreq":"0.0","apparentPower":"26.3","reactivePower":"1.8","acEnergy":"57400.0","todayEnergy":"57400.0","lifetimeEnergy":"103968.0","dcCurr":"51.0","dcVolt":"512.8","dcPower":"26151.1","temp":"51.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"26900.0","acFreq":"0.0","apparentPower":"26.9","reactivePower":"1.8","acEnergy":"59000.0","todayEnergy":"59000.0","lifetimeEnergy":"106589.0","dcCurr":"52.4","dcVolt":"508.6","dcPower":"26652.4","temp":"49.5","powerFactor":"100.0","ivtStatus":"01"}] }} [09:25:17] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 09(String), 25(String), 106.7(Float), 233.8(Float), 1.2(Float), 413819.0(Float), 01(String) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466239(Integer), 99(Integer), 1(Integer), 26500.0(Double), 0.0(Double), 26.5(Double), 1.8(Double), 51.5(Double), 506.9(Double), 26103.6(Double), 56.4(Double), 100.0(Double), 58200.0(Double), 100874.0(Double), 01(String) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466239(Integer), 99(Integer), 2(Integer), 27000.0(Double), 0.0(Double), 27.0(Double), 1.7(Double), 52.0(Double), 514.7(Double), 26766.1(Double), 54.5(Double), 100.0(Double), 59200.0(Double), 102388.0(Double), 01(String) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466239(Integer), 99(Integer), 3(Integer), 26300.0(Double), 0.0(Double), 26.3(Double), 1.8(Double), 51.0(Double), 512.8(Double), 26151.1(Double), 51.3(Double), 100.0(Double), 57400.0(Double), 103968.0(Double), 01(String) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466239(Integer), 99(Integer), 4(Integer), 26900.0(Double), 0.0(Double), 26.9(Double), 1.8(Double), 52.4(Double), 508.6(Double), 26652.4(Double), 49.5(Double), 100.0(Double), 59000.0(Double), 106589.0(Double), 01(String) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:17] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:17] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":854.6,"todayHours":0.9,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1809182.0,"currPower":335.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"259019.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"650978.0","todayEnergy":"650978.0","lifetimeEnergy":"1173186.0","dcCurr":"281.6","dcVolt":"930.8","dcPower":"262113.3","temp":"49.7","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"75965.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"203579.0","todayEnergy":"203579.0","lifetimeEnergy":"635996.0","dcCurr":"78.8","dcVolt":"936.3","dcPower":"73780.4","temp":"45.5","powerFactor":"99.8","ivtStatus":"01"}] }} [09:25:17] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 09(String), 25(String), 335.0(Float), 854.6(Float), 0.9(Float), 1809182.0(Float), 01(String) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466240(Integer), 126(Integer), 1(Integer), 259019.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 281.6(Double), 930.8(Double), 262113.3(Double), 49.7(Double), 100.0(Double), 650978.0(Double), 1173186.0(Double), 01(String) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466240(Integer), 126(Integer), 2(Integer), 75965.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 78.8(Double), 936.3(Double), 73780.4(Double), 45.5(Double), 99.8(Double), 203579.0(Double), 635996.0(Double), 01(String) [09:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:19] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":69.0,"todayHours":0.7,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":91007.0,"currPower":38.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"38400.0","acFreq":"0.0","apparentPower":"38.4","reactivePower":"6552.9","acEnergy":"69000.0","todayEnergy":"69000.0","lifetimeEnergy":"91007.0","dcCurr":"32.8","dcVolt":"490.0","dcPower":"16072.0","temp":"42.7","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 09(String), 25(String), 38.4(Float), 69.0(Float), 0.7(Float), 91007.0(Float), 01(String) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466241(Integer), 138(Integer), 1(Integer), 38400.0(Double), 0.0(Double), 38.4(Double), 6552.9(Double), 32.8(Double), 490.0(Double), 16072.0(Double), 42.7(Double), 6454.6(Double), 69000.0(Double), 91007.0(Double), 01(String) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:19] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":647.4,"todayHours":0.6,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1792366.0,"currPower":317.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"246040.0","acFreq":"60.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"518744.0","todayEnergy":"518744.0","lifetimeEnergy":"1172319.0","dcCurr":"267.6","dcVolt":"934.1","dcPower":"249965.2","temp":"55.7","powerFactor":"86.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"71122.0","acFreq":"60.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"128649.0","todayEnergy":"128649.0","lifetimeEnergy":"620047.0","dcCurr":"64.6","dcVolt":"935.9","dcPower":"60459.1","temp":"47.3","powerFactor":"90.8","ivtStatus":"01"}] }} [09:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:19] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":94.8,"todayHours":0.9,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212567.0,"currPower":60.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"31967.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"50500.0","todayEnergy":"50500.0","lifetimeEnergy":"112488.2","dcCurr":"133.0","dcVolt":"549.0","dcPower":"73017.0","temp":"55.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"28965.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"44300.0","todayEnergy":"44300.0","lifetimeEnergy":"100078.8","dcCurr":"130.0","dcVolt":"538.0","dcPower":"69940.0","temp":"52.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 09(String), 25(String), 317.2(Float), 647.4(Float), 0.6(Float), 1792366.0(Float), 01(String) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 09(String), 25(String), 60.9(Float), 94.8(Float), 0.9(Float), 212567.0(Float), 01(String) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466242(Integer), 108(Integer), 1(Integer), 246040.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 267.6(Double), 934.1(Double), 249965.2(Double), 55.7(Double), 86.4(Double), 518744.0(Double), 1172319.0(Double), 01(String) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466243(Integer), 129(Integer), 1(Integer), 31967.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 133.0(Double), 549.0(Double), 73017.0(Double), 55.0(Double), 0.0(Double), 50500.0(Double), 112488.2(Double), 01(String) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466242(Integer), 108(Integer), 2(Integer), 71122.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 64.6(Double), 935.9(Double), 60459.1(Double), 47.3(Double), 90.8(Double), 128649.0(Double), 620047.0(Double), 01(String) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466243(Integer), 129(Integer), 2(Integer), 28965.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 130.0(Double), 538.0(Double), 69940.0(Double), 52.0(Double), 0.0(Double), 44300.0(Double), 100078.8(Double), 01(String) [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:20] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":78.3,"todayHours":0.8,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124709.0,"currPower":54.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"54800.0","acFreq":"0.0","apparentPower":"54.8","reactivePower":"1.6","acEnergy":"78300.0","todayEnergy":"78300.0","lifetimeEnergy":"124709.0","dcCurr":"38.9","dcVolt":"521.8","dcPower":"20296.7","temp":"47.1","powerFactor":"99.0","ivtStatus":"01"}] }} [09:25:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 09(String), 25(String), 54.8(Float), 78.3(Float), 0.8(Float), 124709.0(Float), 01(String) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466244(Integer), 135(Integer), 1(Integer), 54800.0(Double), 0.0(Double), 54.8(Double), 1.6(Double), 38.9(Double), 521.8(Double), 20296.7(Double), 47.1(Double), 99.0(Double), 78300.0(Double), 124709.0(Double), 01(String) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:20] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":101.0,"todayHours":0.7,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130697.0,"currPower":56.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"39600.0","acFreq":"0.0","apparentPower":"39.6","reactivePower":"6552.7","acEnergy":"70400.0","todayEnergy":"70400.0","lifetimeEnergy":"90187.0","dcCurr":"33.0","dcVolt":"660.0","dcPower":"21780.0","temp":"41.8","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"17300.0","acFreq":"0.0","apparentPower":"17.3","reactivePower":"1.7","acEnergy":"30600.0","todayEnergy":"30600.0","lifetimeEnergy":"40510.0","dcCurr":"31.8","dcVolt":"534.3","dcPower":"16990.7","temp":"41.5","powerFactor":"99.0","ivtStatus":"01"}] }} [09:25:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 09(String), 25(String), 56.9(Float), 101.0(Float), 0.7(Float), 130697.0(Float), 01(String) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466245(Integer), 137(Integer), 1(Integer), 39600.0(Double), 0.0(Double), 39.6(Double), 6552.7(Double), 33.0(Double), 660.0(Double), 21780.0(Double), 41.8(Double), 6455.6(Double), 70400.0(Double), 90187.0(Double), 01(String) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466245(Integer), 137(Integer), 2(Integer), 17300.0(Double), 0.0(Double), 17.3(Double), 1.7(Double), 31.8(Double), 534.3(Double), 16990.7(Double), 41.5(Double), 99.0(Double), 30600.0(Double), 40510.0(Double), 01(String) [09:25:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:21] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":861.3,"todayHours":0.9,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1833795.0,"currPower":322.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"253302.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"669046.0","todayEnergy":"669046.0","lifetimeEnergy":"1187322.0","dcCurr":"273.1","dcVolt":"932.2","dcPower":"254583.8","temp":"41.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"68931.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"192271.0","todayEnergy":"192271.0","lifetimeEnergy":"646473.0","dcCurr":"74.6","dcVolt":"937.7","dcPower":"69952.4","temp":"36.2","powerFactor":"99.9","ivtStatus":"01"}] }} [09:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 09(String), 25(String), 322.2(Float), 861.3(Float), 0.9(Float), 1833795.0(Float), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466246(Integer), 120(Integer), 1(Integer), 253302.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 273.1(Double), 932.2(Double), 254583.8(Double), 41.4(Double), 100.0(Double), 669046.0(Double), 1187322.0(Double), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466246(Integer), 120(Integer), 2(Integer), 68931.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 74.6(Double), 937.7(Double), 69952.4(Double), 36.2(Double), 99.9(Double), 192271.0(Double), 646473.0(Double), 01(String) [09:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:21] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":146.6,"todayHours":1.0,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345275.4,"currPower":76.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"25397.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"49000.0","todayEnergy":"49000.0","lifetimeEnergy":"115787.2","dcCurr":"181.0","dcVolt":"525.0","dcPower":"95025.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"23815.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"46000.0","todayEnergy":"46000.0","lifetimeEnergy":"106788.0","dcCurr":"122.0","dcVolt":"564.0","dcPower":"68808.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"26766.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"51600.0","todayEnergy":"51600.0","lifetimeEnergy":"122700.2","dcCurr":"187.0","dcVolt":"550.0","dcPower":"102850.0","temp":"50.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 09(String), 25(String), 76.0(Float), 146.6(Float), 1.0(Float), 345275.4(Float), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466247(Integer), 127(Integer), 1(Integer), 25397.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 181.0(Double), 525.0(Double), 95025.0(Double), 45.0(Double), 0.0(Double), 49000.0(Double), 115787.2(Double), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466247(Integer), 127(Integer), 2(Integer), 23815.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 122.0(Double), 564.0(Double), 68808.0(Double), 46.0(Double), 0.0(Double), 46000.0(Double), 106788.0(Double), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466247(Integer), 127(Integer), 3(Integer), 26766.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 187.0(Double), 550.0(Double), 102850.0(Double), 50.0(Double), 0.0(Double), 51600.0(Double), 122700.2(Double), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:21] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":363.1,"todayHours":0.8,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":855171.9,"currPower":105.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"23614.0","acFreq":"600.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"81320.0","todayEnergy":"81320.0","lifetimeEnergy":"191144.7","dcCurr":"40.3","dcVolt":"596.9","dcPower":"24029.7","temp":"49.0","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"23379.0","acFreq":"600.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"80420.0","todayEnergy":"80420.0","lifetimeEnergy":"190176.8","dcCurr":"40.3","dcVolt":"594.0","dcPower":"23933.3","temp":"48.7","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"23339.0","acFreq":"600.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"80390.0","todayEnergy":"80390.0","lifetimeEnergy":"190176.2","dcCurr":"40.0","dcVolt":"592.2","dcPower":"23712.2","temp":"47.7","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"23001.0","acFreq":"600.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"79990.0","todayEnergy":"79990.0","lifetimeEnergy":"187031.7","dcCurr":"39.1","dcVolt":"600.2","dcPower":"23479.3","temp":"48.2","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"11862.0","acFreq":"600.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"41010.0","todayEnergy":"41010.0","lifetimeEnergy":"96642.5","dcCurr":"20.7","dcVolt":"584.7","dcPower":"12127.0","temp":"61.0","powerFactor":"10.0","ivtStatus":"01"}] }} [09:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 09(String), 25(String), 105.2(Float), 363.1(Float), 0.8(Float), 855171.9(Float), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466248(Integer), 128(Integer), 1(Integer), 23614.0(Double), 600.4(Double), 0.0(Double), 0.0(Double), 40.3(Double), 596.9(Double), 24029.7(Double), 49.0(Double), 10.0(Double), 81320.0(Double), 191144.7(Double), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466248(Integer), 128(Integer), 2(Integer), 23379.0(Double), 600.4(Double), 0.0(Double), 0.0(Double), 40.3(Double), 594.0(Double), 23933.3(Double), 48.7(Double), 10.0(Double), 80420.0(Double), 190176.8(Double), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466248(Integer), 128(Integer), 3(Integer), 23339.0(Double), 600.4(Double), 0.0(Double), 0.0(Double), 40.0(Double), 592.2(Double), 23712.2(Double), 47.7(Double), 10.0(Double), 80390.0(Double), 190176.2(Double), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466248(Integer), 128(Integer), 4(Integer), 23001.0(Double), 600.4(Double), 0.0(Double), 0.0(Double), 39.1(Double), 600.2(Double), 23479.3(Double), 48.2(Double), 10.0(Double), 79990.0(Double), 187031.7(Double), 01(String) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466248(Integer), 128(Integer), 5(Integer), 11862.0(Double), 600.4(Double), 0.0(Double), 0.0(Double), 20.7(Double), 584.7(Double), 12127.0(Double), 61.0(Double), 10.0(Double), 41010.0(Double), 96642.5(Double), 01(String) [09:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:23] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":808.2,"todayHours":0.8,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1876169.0,"currPower":303.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"239132.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"626902.0","todayEnergy":"626902.0","lifetimeEnergy":"1216582.0","dcCurr":"255.5","dcVolt":"934.1","dcPower":"238662.5","temp":"43.3","powerFactor":"86.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"64770.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"181294.0","todayEnergy":"181294.0","lifetimeEnergy":"659587.0","dcCurr":"70.5","dcVolt":"932.8","dcPower":"65762.4","temp":"35.8","powerFactor":"92.4","ivtStatus":"01"}] }} [09:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 09(String), 25(String), 303.9(Float), 808.2(Float), 0.8(Float), 1876169.0(Float), 01(String) [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466249(Integer), 112(Integer), 1(Integer), 239132.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 255.5(Double), 934.1(Double), 238662.5(Double), 43.3(Double), 86.2(Double), 626902.0(Double), 1216582.0(Double), 01(String) [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466249(Integer), 112(Integer), 2(Integer), 64770.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 70.5(Double), 932.8(Double), 65762.4(Double), 35.8(Double), 92.4(Double), 181294.0(Double), 659587.0(Double), 01(String) [09:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:24] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:24] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":294.4,"todayHours":0.6,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":141823.0,"currPower":229.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"55300.0","acFreq":"0.0","apparentPower":"55.3","reactivePower":"6552.1","acEnergy":"70800.0","todayEnergy":"70800.0","lifetimeEnergy":"35862.0","dcCurr":"36.1","dcVolt":"613.8","dcPower":"22157.0","temp":"51.2","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"58000.0","acFreq":"0.0","apparentPower":"58.0","reactivePower":"6551.6","acEnergy":"74200.0","todayEnergy":"74200.0","lifetimeEnergy":"35456.0","dcCurr":"40.8","dcVolt":"607.7","dcPower":"24792.8","temp":"52.5","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"3","acPower":"56800.0","acFreq":"0.0","apparentPower":"56.8","reactivePower":"6551.7","acEnergy":"72300.0","todayEnergy":"72300.0","lifetimeEnergy":"35584.0","dcCurr":"38.3","dcVolt":"609.7","dcPower":"23352.8","temp":"50.8","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"4","acPower":"59800.0","acFreq":"0.0","apparentPower":"59.8","reactivePower":"6551.0","acEnergy":"77100.0","todayEnergy":"77100.0","lifetimeEnergy":"34921.0","dcCurr":"38.9","dcVolt":"614.8","dcPower":"23915.7","temp":"52.2","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:25:24] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 09(String), 25(String), 229.9(Float), 294.4(Float), 0.6(Float), 141823.0(Float), 01(String) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466250(Integer), 139(Integer), 1(Integer), 55300.0(Double), 0.0(Double), 55.3(Double), 6552.1(Double), 36.1(Double), 613.8(Double), 22157.0(Double), 51.2(Double), 6454.6(Double), 70800.0(Double), 35862.0(Double), 01(String) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466250(Integer), 139(Integer), 2(Integer), 58000.0(Double), 0.0(Double), 58.0(Double), 6551.6(Double), 40.8(Double), 607.7(Double), 24792.8(Double), 52.5(Double), 6454.6(Double), 74200.0(Double), 35456.0(Double), 01(String) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466250(Integer), 139(Integer), 3(Integer), 56800.0(Double), 0.0(Double), 56.8(Double), 6551.7(Double), 38.3(Double), 609.7(Double), 23352.8(Double), 50.8(Double), 6454.6(Double), 72300.0(Double), 35584.0(Double), 01(String) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466250(Integer), 139(Integer), 4(Integer), 59800.0(Double), 0.0(Double), 59.8(Double), 6551.0(Double), 38.9(Double), 614.8(Double), 23915.7(Double), 52.2(Double), 6454.6(Double), 77100.0(Double), 34921.0(Double), 01(String) [09:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:25] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":843.6,"todayHours":0.8,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1906885.0,"currPower":352.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"267812.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"591424.0","todayEnergy":"591424.0","lifetimeEnergy":"1245092.0","dcCurr":"285.3","dcVolt":"930.0","dcPower":"265329.0","temp":"45.1","powerFactor":"83.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"84551.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"252134.0","todayEnergy":"252134.0","lifetimeEnergy":"661793.0","dcCurr":"88.7","dcVolt":"926.5","dcPower":"82180.5","temp":"37.8","powerFactor":"96.5","ivtStatus":"01"}] }} [09:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 09(String), 25(String), 352.4(Float), 843.6(Float), 0.8(Float), 1906885.0(Float), 01(String) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466251(Integer), 107(Integer), 1(Integer), 267812.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 285.3(Double), 930.0(Double), 265329.0(Double), 45.1(Double), 83.9(Double), 591424.0(Double), 1245092.0(Double), 01(String) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466251(Integer), 107(Integer), 2(Integer), 84551.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 88.7(Double), 926.5(Double), 82180.5(Double), 37.8(Double), 96.5(Double), 252134.0(Double), 661793.0(Double), 01(String) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:25] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":82.9,"todayHours":0.8,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":106060.0,"currPower":52.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"52800.0","acFreq":"0.0","apparentPower":"52.8","reactivePower":"6550.4","acEnergy":"82900.0","todayEnergy":"82900.0","lifetimeEnergy":"106060.0","dcCurr":"43.4","dcVolt":"477.1","dcPower":"20707.6","temp":"48.2","powerFactor":"6455.6","ivtStatus":"01"}] }} [09:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 09(String), 25(String), 52.8(Float), 82.9(Float), 0.8(Float), 106060.0(Float), 01(String) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466252(Integer), 136(Integer), 1(Integer), 52800.0(Double), 0.0(Double), 52.8(Double), 6550.4(Double), 43.4(Double), 477.1(Double), 20707.6(Double), 48.2(Double), 6455.6(Double), 82900.0(Double), 106060.0(Double), 01(String) [09:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:26] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":824.0,"todayHours":0.8,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1732536.0,"currPower":317.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"249614.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"656169.0","todayEnergy":"656169.0","lifetimeEnergy":"1130597.0","dcCurr":"266.6","dcVolt":"932.7","dcPower":"248657.8","temp":"44.0","powerFactor":"85.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"67337.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"167785.0","todayEnergy":"167785.0","lifetimeEnergy":"601939.0","dcCurr":"73.6","dcVolt":"925.7","dcPower":"68131.5","temp":"37.5","powerFactor":"96.4","ivtStatus":"01"}] }} [09:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [09:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:26] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":145.0,"todayHours":1.0,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255257.0,"currPower":67.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"23803.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"51400.0","todayEnergy":"51400.0","lifetimeEnergy":"90438.7","dcCurr":"170.0","dcVolt":"547.0","dcPower":"92990.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20663.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"45000.0","todayEnergy":"45000.0","lifetimeEnergy":"79503.5","dcCurr":"111.0","dcVolt":"542.0","dcPower":"60162.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"22617.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"48600.0","todayEnergy":"48600.0","lifetimeEnergy":"85314.8","dcCurr":"168.0","dcVolt":"508.0","dcPower":"85344.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 09(String), 25(String), 317.0(Float), 824.0(Float), 0.8(Float), 1732536.0(Float), 01(String) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 09(String), 25(String), 67.1(Float), 145.0(Float), 1.0(Float), 255257.0(Float), 01(String) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466253(Integer), 125(Integer), 1(Integer), 249614.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 266.6(Double), 932.7(Double), 248657.8(Double), 44.0(Double), 85.6(Double), 656169.0(Double), 1130597.0(Double), 01(String) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466254(Integer), 131(Integer), 1(Integer), 23803.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 170.0(Double), 547.0(Double), 92990.0(Double), 45.0(Double), 0.0(Double), 51400.0(Double), 90438.7(Double), 01(String) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466253(Integer), 125(Integer), 2(Integer), 67337.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 73.6(Double), 925.7(Double), 68131.5(Double), 37.5(Double), 96.4(Double), 167785.0(Double), 601939.0(Double), 01(String) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466254(Integer), 131(Integer), 2(Integer), 20663.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 111.0(Double), 542.0(Double), 60162.0(Double), 46.0(Double), 0.0(Double), 45000.0(Double), 79503.5(Double), 01(String) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466254(Integer), 131(Integer), 3(Integer), 22617.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 168.0(Double), 508.0(Double), 85344.0(Double), 46.0(Double), 0.0(Double), 48600.0(Double), 85314.8(Double), 01(String) [09:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:27] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":48.0,"todayHours":0.8,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15918.0,"currPower":30.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30100.0","acFreq":"0.0","apparentPower":"30.1","reactivePower":"2.3","acEnergy":"48000.0","todayEnergy":"48000.0","lifetimeEnergy":"15918.0","dcCurr":"43.8","dcVolt":"703.7","dcPower":"30820.6","temp":"50.0","powerFactor":"100.0","ivtStatus":"01"}] }} [09:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 09(String), 25(String), 30.1(Float), 48.0(Float), 0.8(Float), 15918.0(Float), 01(String) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466255(Integer), 140(Integer), 1(Integer), 30100.0(Double), 0.0(Double), 30.1(Double), 2.3(Double), 43.8(Double), 703.7(Double), 30820.6(Double), 50.0(Double), 100.0(Double), 48000.0(Double), 15918.0(Double), 01(String) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:27] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":82.6,"todayHours":0.8,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27358.0,"currPower":56.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"56900.0","acFreq":"0.0","apparentPower":"56.9","reactivePower":"6552.2","acEnergy":"82600.0","todayEnergy":"82600.0","lifetimeEnergy":"27358.0","dcCurr":"23.8","dcVolt":"644.9","dcPower":"15347.8","temp":"51.7","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 09(String), 25(String), 56.9(Float), 82.6(Float), 0.8(Float), 27358.0(Float), 01(String) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466256(Integer), 141(Integer), 1(Integer), 56900.0(Double), 0.0(Double), 56.9(Double), 6552.2(Double), 23.8(Double), 644.9(Double), 15347.8(Double), 51.7(Double), 6454.6(Double), 82600.0(Double), 27358.0(Double), 01(String) [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:27] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":931.9,"todayHours":0.9,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1893625.0,"currPower":347.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"272182.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"726586.0","todayEnergy":"726586.0","lifetimeEnergy":"1221783.0","dcCurr":"286.2","dcVolt":"931.8","dcPower":"266681.2","temp":"47.6","powerFactor":"86.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"75193.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"205336.0","todayEnergy":"205336.0","lifetimeEnergy":"671842.0","dcCurr":"78.6","dcVolt":"935.5","dcPower":"73530.3","temp":"37.8","powerFactor":"91.4","ivtStatus":"01"}] }} [09:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 09(String), 25(String), 347.4(Float), 931.9(Float), 0.9(Float), 1893625.0(Float), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466257(Integer), 109(Integer), 1(Integer), 272182.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 286.2(Double), 931.8(Double), 266681.2(Double), 47.6(Double), 86.5(Double), 726586.0(Double), 1221783.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466257(Integer), 109(Integer), 2(Integer), 75193.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 78.6(Double), 935.5(Double), 73530.3(Double), 37.8(Double), 91.4(Double), 205336.0(Double), 671842.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:28] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":1142.4,"todayHours":1.2,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2424958.0,"currPower":454.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"32378.0","acFreq":"0.0","apparentPower":"32.4","reactivePower":"0.0","acEnergy":"44500.0","todayEnergy":"44500.0","lifetimeEnergy":"144371.0","dcCurr":"43.4","dcVolt":"561.4","dcPower":"24366.2","temp":"43.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"32505.0","acFreq":"0.0","apparentPower":"32.5","reactivePower":"0.0","acEnergy":"44100.0","todayEnergy":"44100.0","lifetimeEnergy":"163914.0","dcCurr":"44.3","dcVolt":"552.6","dcPower":"24481.7","temp":"45.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"33047.0","acFreq":"0.0","apparentPower":"33.0","reactivePower":"0.0","acEnergy":"45000.0","todayEnergy":"45000.0","lifetimeEnergy":"147254.0","dcCurr":"44.3","dcVolt":"564.7","dcPower":"25014.7","temp":"43.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"33166.0","acFreq":"0.0","apparentPower":"33.2","reactivePower":"0.0","acEnergy":"45900.0","todayEnergy":"45900.0","lifetimeEnergy":"152510.0","dcCurr":"44.1","dcVolt":"562.1","dcPower":"24788.6","temp":"44.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"33752.0","acFreq":"0.0","apparentPower":"33.8","reactivePower":"0.0","acEnergy":"46100.0","todayEnergy":"46100.0","lifetimeEnergy":"167685.0","dcCurr":"45.0","dcVolt":"563.0","dcPower":"25336.5","temp":"45.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"33788.0","acFreq":"0.0","apparentPower":"33.8","reactivePower":"0.0","acEnergy":"46200.0","todayEnergy":"46200.0","lifetimeEnergy":"167274.0","dcCurr":"45.5","dcVolt":"557.3","dcPower":"25357.2","temp":"44.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"32706.0","acFreq":"0.0","apparentPower":"32.7","reactivePower":"0.0","acEnergy":"44800.0","todayEnergy":"44800.0","lifetimeEnergy":"140934.0","dcCurr":"43.9","dcVolt":"561.5","dcPower":"24651.3","temp":"43.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"-1.0","acFreq":"0.0","apparentPower":"-0.0","reactivePower":"0.0","acEnergy":"561100.0","todayEnergy":"561100.0","lifetimeEnergy":"158168.0","dcCurr":"13107.0","dcVolt":"4556.5","dcPower":"59722044.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"10017.0","acFreq":"0.0","apparentPower":"10.0","reactivePower":"0.0","acEnergy":"15100.0","todayEnergy":"15100.0","lifetimeEnergy":"133696.0","dcCurr":"12.0","dcVolt":"636.1","dcPower":"7632.8","temp":"39.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"32842.0","acFreq":"0.0","apparentPower":"32.8","reactivePower":"0.0","acEnergy":"37600.0","todayEnergy":"37600.0","lifetimeEnergy":"160730.0","dcCurr":"43.7","dcVolt":"565.9","dcPower":"24729.8","temp":"43.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"33414.0","acFreq":"0.0","apparentPower":"33.4","reactivePower":"0.0","acEnergy":"39500.0","todayEnergy":"39500.0","lifetimeEnergy":"160791.0","dcCurr":"44.5","dcVolt":"568.0","dcPower":"25274.5","temp":"43.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"33913.0","acFreq":"0.0","apparentPower":"33.9","reactivePower":"0.0","acEnergy":"41900.0","todayEnergy":"41900.0","lifetimeEnergy":"163339.0","dcCurr":"45.6","dcVolt":"560.5","dcPower":"25558.8","temp":"42.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"29347.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"21000.0","todayEnergy":"21000.0","lifetimeEnergy":"160772.0","dcCurr":"41.5","dcVolt":"552.4","dcPower":"22923.2","temp":"37.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"30062.0","acFreq":"0.0","apparentPower":"30.1","reactivePower":"0.0","acEnergy":"40800.0","todayEnergy":"40800.0","lifetimeEnergy":"147441.0","dcCurr":"38.2","dcVolt":"562.5","dcPower":"21486.2","temp":"43.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"20374.0","acFreq":"0.0","apparentPower":"20.4","reactivePower":"0.0","acEnergy":"23900.0","todayEnergy":"23900.0","lifetimeEnergy":"99185.0","dcCurr":"36.1","dcVolt":"563.8","dcPower":"20353.2","temp":"40.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"32763.0","acFreq":"0.0","apparentPower":"32.8","reactivePower":"0.0","acEnergy":"44900.0","todayEnergy":"44900.0","lifetimeEnergy":"156894.0","dcCurr":"44.2","dcVolt":"555.7","dcPower":"24561.9","temp":"43.6","powerFactor":"0.0","ivtStatus":"01"}] }} [09:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 09(String), 25(String), 454.1(Float), 1142.4(Float), 1.2(Float), 2424958.0(Float), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 1(Integer), 32378.0(Double), 0.0(Double), 32.4(Double), 0.0(Double), 43.4(Double), 561.4(Double), 24366.2(Double), 43.3(Double), 0.0(Double), 44500.0(Double), 144371.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 2(Integer), 32505.0(Double), 0.0(Double), 32.5(Double), 0.0(Double), 44.3(Double), 552.6(Double), 24481.7(Double), 45.3(Double), 0.0(Double), 44100.0(Double), 163914.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 3(Integer), 33047.0(Double), 0.0(Double), 33.0(Double), 0.0(Double), 44.3(Double), 564.7(Double), 25014.7(Double), 43.5(Double), 0.0(Double), 45000.0(Double), 147254.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 4(Integer), 33166.0(Double), 0.0(Double), 33.2(Double), 0.0(Double), 44.1(Double), 562.1(Double), 24788.6(Double), 44.6(Double), 0.0(Double), 45900.0(Double), 152510.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 5(Integer), 33752.0(Double), 0.0(Double), 33.8(Double), 0.0(Double), 45.0(Double), 563.0(Double), 25336.5(Double), 45.3(Double), 0.0(Double), 46100.0(Double), 167685.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 6(Integer), 33788.0(Double), 0.0(Double), 33.8(Double), 0.0(Double), 45.5(Double), 557.3(Double), 25357.2(Double), 44.4(Double), 0.0(Double), 46200.0(Double), 167274.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 7(Integer), 32706.0(Double), 0.0(Double), 32.7(Double), 0.0(Double), 43.9(Double), 561.5(Double), 24651.3(Double), 43.2(Double), 0.0(Double), 44800.0(Double), 140934.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 8(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 13107.0(Double), 4556.5(Double), 5.9722044E7(Double), 0.0(Double), 0.0(Double), 561100.0(Double), 158168.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 9(Integer), 10017.0(Double), 0.0(Double), 10.0(Double), 0.0(Double), 12.0(Double), 636.1(Double), 7632.8(Double), 39.0(Double), 0.0(Double), 15100.0(Double), 133696.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 10(Integer), 32842.0(Double), 0.0(Double), 32.8(Double), 0.0(Double), 43.7(Double), 565.9(Double), 24729.8(Double), 43.9(Double), 0.0(Double), 37600.0(Double), 160730.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 11(Integer), 33414.0(Double), 0.0(Double), 33.4(Double), 0.0(Double), 44.5(Double), 568.0(Double), 25274.5(Double), 43.2(Double), 0.0(Double), 39500.0(Double), 160791.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 12(Integer), 33913.0(Double), 0.0(Double), 33.9(Double), 0.0(Double), 45.6(Double), 560.5(Double), 25558.8(Double), 42.9(Double), 0.0(Double), 41900.0(Double), 163339.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 13(Integer), 29347.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 41.5(Double), 552.4(Double), 22923.2(Double), 37.6(Double), 0.0(Double), 21000.0(Double), 160772.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 17(Integer), 30062.0(Double), 0.0(Double), 30.1(Double), 0.0(Double), 38.2(Double), 562.5(Double), 21486.2(Double), 43.6(Double), 0.0(Double), 40800.0(Double), 147441.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 18(Integer), 20374.0(Double), 0.0(Double), 20.4(Double), 0.0(Double), 36.1(Double), 563.8(Double), 20353.2(Double), 40.3(Double), 0.0(Double), 23900.0(Double), 99185.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466258(Integer), 92(Integer), 19(Integer), 32763.0(Double), 0.0(Double), 32.8(Double), 0.0(Double), 44.2(Double), 555.7(Double), 24561.9(Double), 43.6(Double), 0.0(Double), 44900.0(Double), 156894.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:28] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":882.4,"todayHours":0.9,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3086248.0,"currPower":653.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"33776.0","acFreq":"0.0","apparentPower":"33.8","reactivePower":"0.0","acEnergy":"46200.0","todayEnergy":"46200.0","lifetimeEnergy":"152764.0","dcCurr":"45.4","dcVolt":"562.0","dcPower":"25516.3","temp":"44.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"33939.0","acFreq":"0.0","apparentPower":"33.9","reactivePower":"0.0","acEnergy":"47200.0","todayEnergy":"47200.0","lifetimeEnergy":"166550.0","dcCurr":"45.8","dcVolt":"557.9","dcPower":"25553.3","temp":"45.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"33171.0","acFreq":"0.0","apparentPower":"33.2","reactivePower":"0.0","acEnergy":"45400.0","todayEnergy":"45400.0","lifetimeEnergy":"146940.0","dcCurr":"44.7","dcVolt":"557.8","dcPower":"24933.7","temp":"44.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"33980.0","acFreq":"0.0","apparentPower":"34.0","reactivePower":"0.0","acEnergy":"46800.0","todayEnergy":"46800.0","lifetimeEnergy":"164702.0","dcCurr":"45.6","dcVolt":"557.8","dcPower":"25435.7","temp":"45.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"33243.0","acFreq":"0.0","apparentPower":"33.2","reactivePower":"0.0","acEnergy":"45100.0","todayEnergy":"45100.0","lifetimeEnergy":"147520.0","dcCurr":"45.0","dcVolt":"555.9","dcPower":"25015.5","temp":"44.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"34136.0","acFreq":"0.0","apparentPower":"34.1","reactivePower":"0.0","acEnergy":"46700.0","todayEnergy":"46700.0","lifetimeEnergy":"169664.0","dcCurr":"45.5","dcVolt":"560.6","dcPower":"25505.8","temp":"45.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"34184.0","acFreq":"0.0","apparentPower":"34.2","reactivePower":"0.0","acEnergy":"47000.0","todayEnergy":"47000.0","lifetimeEnergy":"166444.0","dcCurr":"46.1","dcVolt":"557.6","dcPower":"25703.8","temp":"45.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"33821.0","acFreq":"0.0","apparentPower":"33.8","reactivePower":"0.0","acEnergy":"46200.0","todayEnergy":"46200.0","lifetimeEnergy":"149852.0","dcCurr":"45.5","dcVolt":"560.3","dcPower":"25492.1","temp":"44.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"34042.0","acFreq":"0.0","apparentPower":"34.0","reactivePower":"0.0","acEnergy":"46600.0","todayEnergy":"46600.0","lifetimeEnergy":"165922.0","dcCurr":"45.9","dcVolt":"558.0","dcPower":"25613.7","temp":"44.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"32667.0","acFreq":"0.0","apparentPower":"32.7","reactivePower":"0.0","acEnergy":"43800.0","todayEnergy":"43800.0","lifetimeEnergy":"133688.0","dcCurr":"43.6","dcVolt":"563.5","dcPower":"24567.1","temp":"44.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"33187.0","acFreq":"0.0","apparentPower":"33.2","reactivePower":"0.0","acEnergy":"45500.0","todayEnergy":"45500.0","lifetimeEnergy":"161696.0","dcCurr":"44.9","dcVolt":"557.5","dcPower":"25030.3","temp":"44.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"32124.0","acFreq":"0.0","apparentPower":"32.1","reactivePower":"0.0","acEnergy":"42900.0","todayEnergy":"42900.0","lifetimeEnergy":"133365.0","dcCurr":"42.6","dcVolt":"564.6","dcPower":"24050.5","temp":"44.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"32397.0","acFreq":"0.0","apparentPower":"32.4","reactivePower":"0.0","acEnergy":"44200.0","todayEnergy":"44200.0","lifetimeEnergy":"159353.0","dcCurr":"43.4","dcVolt":"561.4","dcPower":"24364.8","temp":"44.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"31370.0","acFreq":"0.0","apparentPower":"31.4","reactivePower":"0.0","acEnergy":"43400.0","todayEnergy":"43400.0","lifetimeEnergy":"153148.0","dcCurr":"42.3","dcVolt":"559.8","dcPower":"23680.9","temp":"45.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"31616.0","acFreq":"0.0","apparentPower":"31.6","reactivePower":"0.0","acEnergy":"43400.0","todayEnergy":"43400.0","lifetimeEnergy":"136869.0","dcCurr":"42.7","dcVolt":"564.3","dcPower":"24095.6","temp":"46.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"31668.0","acFreq":"0.0","apparentPower":"31.7","reactivePower":"0.0","acEnergy":"39900.0","todayEnergy":"39900.0","lifetimeEnergy":"165602.0","dcCurr":"44.2","dcVolt":"526.1","dcPower":"23253.6","temp":"44.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"31499.0","acFreq":"0.0","apparentPower":"31.5","reactivePower":"0.0","acEnergy":"39900.0","todayEnergy":"39900.0","lifetimeEnergy":"161825.0","dcCurr":"44.1","dcVolt":"523.9","dcPower":"23104.0","temp":"44.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"29116.0","acFreq":"0.0","apparentPower":"29.1","reactivePower":"0.0","acEnergy":"37200.0","todayEnergy":"37200.0","lifetimeEnergy":"139474.0","dcCurr":"37.1","dcVolt":"560.6","dcPower":"20798.3","temp":"44.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"29096.0","acFreq":"0.0","apparentPower":"29.1","reactivePower":"0.0","acEnergy":"38000.0","todayEnergy":"38000.0","lifetimeEnergy":"139824.0","dcCurr":"37.3","dcVolt":"563.5","dcPower":"21019.8","temp":"44.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"34171.0","acFreq":"0.0","apparentPower":"34.2","reactivePower":"0.0","acEnergy":"47000.0","todayEnergy":"47000.0","lifetimeEnergy":"171046.0","dcCurr":"45.8","dcVolt":"564.5","dcPower":"25854.1","temp":"44.8","powerFactor":"0.0","ivtStatus":"01"}] }} [09:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 09(String), 25(String), 653.2(Float), 882.4(Float), 0.9(Float), 3086248.0(Float), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 1(Integer), 33776.0(Double), 0.0(Double), 33.8(Double), 0.0(Double), 45.4(Double), 562.0(Double), 25516.3(Double), 44.6(Double), 0.0(Double), 46200.0(Double), 152764.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 2(Integer), 33939.0(Double), 0.0(Double), 33.9(Double), 0.0(Double), 45.8(Double), 557.9(Double), 25553.3(Double), 45.5(Double), 0.0(Double), 47200.0(Double), 166550.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 3(Integer), 33171.0(Double), 0.0(Double), 33.2(Double), 0.0(Double), 44.7(Double), 557.8(Double), 24933.7(Double), 44.2(Double), 0.0(Double), 45400.0(Double), 146940.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 4(Integer), 33980.0(Double), 0.0(Double), 34.0(Double), 0.0(Double), 45.6(Double), 557.8(Double), 25435.7(Double), 45.3(Double), 0.0(Double), 46800.0(Double), 164702.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 5(Integer), 33243.0(Double), 0.0(Double), 33.2(Double), 0.0(Double), 45.0(Double), 555.9(Double), 25015.5(Double), 44.8(Double), 0.0(Double), 45100.0(Double), 147520.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 6(Integer), 34136.0(Double), 0.0(Double), 34.1(Double), 0.0(Double), 45.5(Double), 560.6(Double), 25505.8(Double), 45.1(Double), 0.0(Double), 46700.0(Double), 169664.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 7(Integer), 34184.0(Double), 0.0(Double), 34.2(Double), 0.0(Double), 46.1(Double), 557.6(Double), 25703.8(Double), 45.4(Double), 0.0(Double), 47000.0(Double), 166444.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 8(Integer), 33821.0(Double), 0.0(Double), 33.8(Double), 0.0(Double), 45.5(Double), 560.3(Double), 25492.1(Double), 44.8(Double), 0.0(Double), 46200.0(Double), 149852.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 9(Integer), 34042.0(Double), 0.0(Double), 34.0(Double), 0.0(Double), 45.9(Double), 558.0(Double), 25613.7(Double), 44.8(Double), 0.0(Double), 46600.0(Double), 165922.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 10(Integer), 32667.0(Double), 0.0(Double), 32.7(Double), 0.0(Double), 43.6(Double), 563.5(Double), 24567.1(Double), 44.4(Double), 0.0(Double), 43800.0(Double), 133688.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 11(Integer), 33187.0(Double), 0.0(Double), 33.2(Double), 0.0(Double), 44.9(Double), 557.5(Double), 25030.3(Double), 44.6(Double), 0.0(Double), 45500.0(Double), 161696.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 12(Integer), 32124.0(Double), 0.0(Double), 32.1(Double), 0.0(Double), 42.6(Double), 564.6(Double), 24050.5(Double), 44.8(Double), 0.0(Double), 42900.0(Double), 133365.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 13(Integer), 32397.0(Double), 0.0(Double), 32.4(Double), 0.0(Double), 43.4(Double), 561.4(Double), 24364.8(Double), 44.6(Double), 0.0(Double), 44200.0(Double), 159353.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 14(Integer), 31370.0(Double), 0.0(Double), 31.4(Double), 0.0(Double), 42.3(Double), 559.8(Double), 23680.9(Double), 45.2(Double), 0.0(Double), 43400.0(Double), 153148.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 15(Integer), 31616.0(Double), 0.0(Double), 31.6(Double), 0.0(Double), 42.7(Double), 564.3(Double), 24095.6(Double), 46.1(Double), 0.0(Double), 43400.0(Double), 136869.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 16(Integer), 31668.0(Double), 0.0(Double), 31.7(Double), 0.0(Double), 44.2(Double), 526.1(Double), 23253.6(Double), 44.3(Double), 0.0(Double), 39900.0(Double), 165602.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 17(Integer), 31499.0(Double), 0.0(Double), 31.5(Double), 0.0(Double), 44.1(Double), 523.9(Double), 23104.0(Double), 44.0(Double), 0.0(Double), 39900.0(Double), 161825.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 18(Integer), 29116.0(Double), 0.0(Double), 29.1(Double), 0.0(Double), 37.1(Double), 560.6(Double), 20798.3(Double), 44.4(Double), 0.0(Double), 37200.0(Double), 139474.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 19(Integer), 29096.0(Double), 0.0(Double), 29.1(Double), 0.0(Double), 37.3(Double), 563.5(Double), 21019.8(Double), 44.0(Double), 0.0(Double), 38000.0(Double), 139824.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466259(Integer), 93(Integer), 20(Integer), 34171.0(Double), 0.0(Double), 34.2(Double), 0.0(Double), 45.8(Double), 564.5(Double), 25854.1(Double), 44.8(Double), 0.0(Double), 47000.0(Double), 171046.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:28] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":863.9,"todayHours":0.9,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1651859.0,"currPower":321.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"248994.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"674780.0","todayEnergy":"674780.0","lifetimeEnergy":"1076294.0","dcCurr":"264.3","dcVolt":"934.2","dcPower":"246909.0","temp":"42.8","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"72817.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"189097.0","todayEnergy":"189097.0","lifetimeEnergy":"575565.0","dcCurr":"77.8","dcVolt":"930.4","dcPower":"72385.1","temp":"37.1","powerFactor":"99.9","ivtStatus":"01"}] }} [09:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 09(String), 25(String), 321.8(Float), 863.9(Float), 0.9(Float), 1651859.0(Float), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466260(Integer), 123(Integer), 1(Integer), 248994.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 264.3(Double), 934.2(Double), 246909.0(Double), 42.8(Double), 100.0(Double), 674780.0(Double), 1076294.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466260(Integer), 123(Integer), 2(Integer), 72817.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 77.8(Double), 930.4(Double), 72385.1(Double), 37.1(Double), 99.9(Double), 189097.0(Double), 575565.0(Double), 01(String) [09:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:30] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":934.0,"todayHours":0.9,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1873658.0,"currPower":337.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"268783.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"738994.0","todayEnergy":"738994.0","lifetimeEnergy":"1207777.0","dcCurr":"278.3","dcVolt":"934.9","dcPower":"260182.7","temp":"45.6","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"68986.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"195022.0","todayEnergy":"195022.0","lifetimeEnergy":"665881.0","dcCurr":"58.9","dcVolt":"927.1","dcPower":"54606.2","temp":"37.8","powerFactor":"99.4","ivtStatus":"01"}] }} [09:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 09(String), 25(String), 337.8(Float), 934.0(Float), 0.9(Float), 1873658.0(Float), 01(String) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466261(Integer), 105(Integer), 1(Integer), 268783.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 278.3(Double), 934.9(Double), 260182.7(Double), 45.6(Double), 100.0(Double), 738994.0(Double), 1207777.0(Double), 01(String) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466261(Integer), 105(Integer), 2(Integer), 68986.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 58.9(Double), 927.1(Double), 54606.2(Double), 37.8(Double), 99.4(Double), 195022.0(Double), 665881.0(Double), 01(String) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:30] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":944.8,"todayHours":0.9,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1820686.0,"currPower":348.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"269903.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"734334.0","todayEnergy":"734334.0","lifetimeEnergy":"1195031.0","dcCurr":"292.6","dcVolt":"929.2","dcPower":"271883.9","temp":"48.0","powerFactor":"86.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"78079.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"210432.0","todayEnergy":"210432.0","lifetimeEnergy":"625655.0","dcCurr":"72.4","dcVolt":"930.5","dcPower":"67368.2","temp":"38.7","powerFactor":"94.7","ivtStatus":"01"}] }} [09:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:30] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":946.5,"todayHours":0.9,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1879046.0,"currPower":349.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"275833.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"756960.0","todayEnergy":"756960.0","lifetimeEnergy":"1228075.0","dcCurr":"295.4","dcVolt":"930.3","dcPower":"274810.6","temp":"48.1","powerFactor":"86.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"73127.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"189503.0","todayEnergy":"189503.0","lifetimeEnergy":"650971.0","dcCurr":"79.2","dcVolt":"930.1","dcPower":"73663.9","temp":"38.0","powerFactor":"94.5","ivtStatus":"01"}] }} [09:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 09(String), 25(String), 348.0(Float), 944.8(Float), 0.9(Float), 1820686.0(Float), 01(String) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 09(String), 25(String), 349.0(Float), 946.5(Float), 0.9(Float), 1879046.0(Float), 01(String) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466262(Integer), 102(Integer), 1(Integer), 269903.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 292.6(Double), 929.2(Double), 271883.9(Double), 48.0(Double), 86.4(Double), 734334.0(Double), 1195031.0(Double), 01(String) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466263(Integer), 122(Integer), 1(Integer), 275833.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 295.4(Double), 930.3(Double), 274810.6(Double), 48.1(Double), 86.6(Double), 756960.0(Double), 1228075.0(Double), 01(String) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466262(Integer), 102(Integer), 2(Integer), 78079.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 72.4(Double), 930.5(Double), 67368.2(Double), 38.7(Double), 94.7(Double), 210432.0(Double), 625655.0(Double), 01(String) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466263(Integer), 122(Integer), 2(Integer), 73127.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 79.2(Double), 930.1(Double), 73663.9(Double), 38.0(Double), 94.5(Double), 189503.0(Double), 650971.0(Double), 01(String) [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:32] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":935.2,"todayHours":0.9,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1858438.0,"currPower":338.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"262536.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"737099.0","todayEnergy":"737099.0","lifetimeEnergy":"1220640.0","dcCurr":"277.8","dcVolt":"933.1","dcPower":"259215.2","temp":"46.8","powerFactor":"85.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"75494.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"198089.0","todayEnergy":"198089.0","lifetimeEnergy":"637798.0","dcCurr":"63.9","dcVolt":"927.7","dcPower":"59280.0","temp":"38.4","powerFactor":"95.7","ivtStatus":"01"}] }} [09:25:32] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 09(String), 25(String), 338.0(Float), 935.2(Float), 0.9(Float), 1858438.0(Float), 01(String) [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466264(Integer), 101(Integer), 1(Integer), 262536.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 277.8(Double), 933.1(Double), 259215.2(Double), 46.8(Double), 85.6(Double), 737099.0(Double), 1220640.0(Double), 01(String) [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466264(Integer), 101(Integer), 2(Integer), 75494.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 63.9(Double), 927.7(Double), 59280.0(Double), 38.4(Double), 95.7(Double), 198089.0(Double), 637798.0(Double), 01(String) [09:25:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:33] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:33] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":952.6,"todayHours":1.0,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1933054.0,"currPower":353.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"270517.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"755760.0","todayEnergy":"755760.0","lifetimeEnergy":"1259285.0","dcCurr":"290.7","dcVolt":"932.1","dcPower":"270961.5","temp":"49.0","powerFactor":"84.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"74632.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"197455.0","todayEnergy":"197455.0","lifetimeEnergy":"673770.0","dcCurr":"60.8","dcVolt":"941.9","dcPower":"57267.5","temp":"38.9","powerFactor":"87.3","ivtStatus":"01"}] }} [09:25:33] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 09(String), 25(String), 353.4(Float), 952.6(Float), 1.0(Float), 1933054.0(Float), 01(String) [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466265(Integer), 103(Integer), 1(Integer), 270517.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 290.7(Double), 932.1(Double), 270961.5(Double), 49.0(Double), 84.9(Double), 755760.0(Double), 1259285.0(Double), 01(String) [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466265(Integer), 103(Integer), 2(Integer), 74632.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 60.8(Double), 941.9(Double), 57267.5(Double), 38.9(Double), 87.3(Double), 197455.0(Double), 673770.0(Double), 01(String) [09:25:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:37] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:37] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":587.2,"todayHours":0.7,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556720.0,"currPower":269.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"229936.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"490277.0","todayEnergy":"490277.0","lifetimeEnergy":"1058589.0","dcCurr":"249.0","dcVolt":"931.3","dcPower":"231893.7","temp":"42.1","powerFactor":"84.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"39046.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"96874.0","todayEnergy":"96874.0","lifetimeEnergy":"498131.0","dcCurr":"39.5","dcVolt":"937.0","dcPower":"37011.5","temp":"34.4","powerFactor":"93.2","ivtStatus":"01"}] }} [09:25:37] [DEBUG] controller.InverterController - ------------------------------------------ [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 09(String), 25(String), 269.0(Float), 587.2(Float), 0.7(Float), 1556720.0(Float), 01(String) [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466266(Integer), 110(Integer), 1(Integer), 229936.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 249.0(Double), 931.3(Double), 231893.7(Double), 42.1(Double), 84.4(Double), 490277.0(Double), 1058589.0(Double), 01(String) [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466266(Integer), 110(Integer), 2(Integer), 39046.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 39.5(Double), 937.0(Double), 37011.5(Double), 34.4(Double), 93.2(Double), 96874.0(Double), 498131.0(Double), 01(String) [09:25:37] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:28:51] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:28:53] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 250 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [09:28:53] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"29.4","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"27.3","cloud":"1","weatherCode":"10710380"},{"plantSeq":"141","temp":"27.0","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.3","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.2","cloud":"1","weatherCode":"01780250"},{"plantSeq":"138","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"29.6","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"30.4","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"29.9","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.8","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"27.0","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"28.9","cloud":"1","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"26.9","cloud":"7","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"1","weatherCode":"01820250"},{"plantSeq":"82","temp":"26.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"26.6","cloud":"1","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"25.0","cloud":"1","weatherCode":"04210330"},{"plantSeq":"74","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"25.0","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.3","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"29.0","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"28.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"25.8","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.8","cloud":"5","weatherCode":"04170340"},{"plantSeq":"32","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"28.6","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"28.5","cloud":"5","weatherCode":"13800350"},{"plantSeq":"20","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"19","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"30.5","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"26.1","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"09"} [09:28:53] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 52 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:28:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:28:53] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :elt02, login_channel : null [09:28:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:28:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:28:53] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [09:28:53] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:28:53] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/view.co [09:28:53] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:28:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : elt02 [09:28:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [09:28:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:28:53] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : elt02, mappingList.size : 1 [09:28:53] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:28:53] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[elt02] roles roles [0]ROLE_01 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String), 01(String), C6F06358F0EC26FC82CAE5AB04E8BEB2(String), PHONE(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466248(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [09:28:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:28:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:28:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [09:35:31] [DEBUG] controller.InverterController - ------------------------------------------ [09:35:31] [DEBUG] controller.InverterController - {"plantSeq":104,"todayEnergy":1013.9,"todayHours":1.0,"lastdayEnergy":1836608.0,"lastdayHours":1838.4,"lifetimeEnergy":1837622.0,"currPower":393.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"307743.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"801603.0","todayEnergy":"801603.0","lifetimeEnergy":"1178038.0","dcCurr":"335.0","dcVolt":"935.6","dcPower":"313426.0","temp":"46.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"85305.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"212288.0","todayEnergy":"212288.0","lifetimeEnergy":"659584.0","dcCurr":"88.4","dcVolt":"944.9","dcPower":"83529.2","temp":"40.7","powerFactor":"99.8","ivtStatus":"01"}] }} [09:35:31] [DEBUG] controller.InverterController - ------------------------------------------ [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2023-08-02(String), 09(String), 35(String), 393.0(Float), 1013.9(Float), 1.0(Float), 1837622.0(Float), 01(String) [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466272(Integer), 104(Integer), 1(Integer), 307743.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 335.0(Double), 935.6(Double), 313426.0(Double), 46.5(Double), 100.0(Double), 801603.0(Double), 1178038.0(Double), 01(String) [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466272(Integer), 104(Integer), 2(Integer), 85305.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 88.4(Double), 944.9(Double), 83529.2(Double), 40.7(Double), 99.8(Double), 212288.0(Double), 659584.0(Double), 01(String) [09:35:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:38:53] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 250 [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [09:38:53] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"29.4","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"27.3","cloud":"1","weatherCode":"10710380"},{"plantSeq":"141","temp":"27.0","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.3","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.2","cloud":"1","weatherCode":"01780250"},{"plantSeq":"138","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"29.6","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"30.4","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"29.9","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.8","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"27.0","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"28.9","cloud":"1","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"26.9","cloud":"7","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"1","weatherCode":"01820250"},{"plantSeq":"82","temp":"26.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"26.6","cloud":"1","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"25.0","cloud":"1","weatherCode":"04210330"},{"plantSeq":"74","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"25.0","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.3","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"29.0","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"28.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"25.8","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.8","cloud":"5","weatherCode":"04170340"},{"plantSeq":"32","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"28.6","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"28.5","cloud":"5","weatherCode":"13800350"},{"plantSeq":"20","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"19","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"30.5","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"26.1","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"09"} [09:38:53] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 52 [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:38:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:38:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:38:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:38:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [09:44:05] [DEBUG] controller.EssController - ----------------------------------------------- [09:44:05] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [09:44:05] [DEBUG] controller.EssController - ----------------------------------------------- [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107571(Integer) [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:44:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [09:44:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:44:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:44:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [09:44:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466248(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:44:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:44:58] [DEBUG] controller.InverterController - ------------------------------------------ [09:44:58] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":995.3,"todayHours":1.0,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1705564.0,"currPower":351.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"273222.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"767071.0","todayEnergy":"767071.0","lifetimeEnergy":"1104700.0","dcCurr":"289.2","dcVolt":"937.2","dcPower":"271038.3","temp":"45.1","powerFactor":"86.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"78470.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"228233.0","todayEnergy":"228233.0","lifetimeEnergy":"600864.0","dcCurr":"82.7","dcVolt":"946.6","dcPower":"78283.8","temp":"37.6","powerFactor":"90.2","ivtStatus":"01"}] }} [09:44:58] [DEBUG] controller.InverterController - ------------------------------------------ [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 09(String), 44(String), 351.7(Float), 995.3(Float), 1.0(Float), 1705564.0(Float), 01(String) [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466273(Integer), 106(Integer), 1(Integer), 273222.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 289.2(Double), 937.2(Double), 271038.3(Double), 45.1(Double), 86.9(Double), 767071.0(Double), 1104700.0(Double), 01(String) [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466273(Integer), 106(Integer), 2(Integer), 78470.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 82.7(Double), 946.6(Double), 78283.8(Double), 37.6(Double), 90.2(Double), 228233.0(Double), 600864.0(Double), 01(String) [09:44:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:44:59] [DEBUG] controller.InverterController - ------------------------------------------ [09:44:59] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":1021.0,"todayHours":1.0,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1892692.0,"currPower":344.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"275999.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"813966.0","todayEnergy":"813966.0","lifetimeEnergy":"1418627.0","dcCurr":"325.4","dcVolt":"931.1","dcPower":"302979.9","temp":"47.8","powerFactor":"85.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"68538.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"207069.0","todayEnergy":"207069.0","lifetimeEnergy":"474065.0","dcCurr":"70.7","dcVolt":"953.9","dcPower":"67440.7","temp":"37.0","powerFactor":"94.3","ivtStatus":"01"}] }} [09:44:59] [DEBUG] controller.InverterController - ------------------------------------------ [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 09(String), 44(String), 344.5(Float), 1021.0(Float), 1.0(Float), 1892692.0(Float), 01(String) [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466274(Integer), 111(Integer), 1(Integer), 275999.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 325.4(Double), 931.1(Double), 302979.9(Double), 47.8(Double), 85.5(Double), 813966.0(Double), 1418627.0(Double), 01(String) [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466274(Integer), 111(Integer), 2(Integer), 68538.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 70.7(Double), 953.9(Double), 67440.7(Double), 37.0(Double), 94.3(Double), 207069.0(Double), 474065.0(Double), 01(String) [09:44:59] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:05] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:05] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":815.0,"todayHours":0.8,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1877340.0,"currPower":318.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"250411.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"668616.0","todayEnergy":"668616.0","lifetimeEnergy":"1199551.0","dcCurr":"268.3","dcVolt":"945.4","dcPower":"253650.8","temp":"41.4","powerFactor":"86.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"68238.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"146350.0","todayEnergy":"146350.0","lifetimeEnergy":"677789.0","dcCurr":"72.5","dcVolt":"930.0","dcPower":"67425.0","temp":"35.0","powerFactor":"93.2","ivtStatus":"01"}] }} [09:45:05] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 09(String), 45(String), 318.6(Float), 815.0(Float), 0.8(Float), 1877340.0(Float), 01(String) [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466275(Integer), 113(Integer), 1(Integer), 250411.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 268.3(Double), 945.4(Double), 253650.8(Double), 41.4(Double), 86.7(Double), 668616.0(Double), 1199551.0(Double), 01(String) [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466275(Integer), 113(Integer), 2(Integer), 68238.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 72.5(Double), 930.0(Double), 67425.0(Double), 35.0(Double), 93.2(Double), 146350.0(Double), 677789.0(Double), 01(String) [09:45:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:06] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:06] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":81.5,"todayHours":0.8,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11486.0,"currPower":31.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"31500.0","acFreq":"0.0","apparentPower":"31.5","reactivePower":"6552.4","acEnergy":"81500.0","todayEnergy":"81500.0","lifetimeEnergy":"11486.0","dcCurr":"12.5","dcVolt":"411.7","dcPower":"5146.7","temp":"42.7","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:45:06] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 09(String), 45(String), 31.5(Float), 81.5(Float), 0.8(Float), 11486.0(Float), 01(String) [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466276(Integer), 142(Integer), 1(Integer), 31500.0(Double), 0.0(Double), 31.5(Double), 6552.4(Double), 12.5(Double), 411.7(Double), 5146.7(Double), 42.7(Double), 6454.6(Double), 81500.0(Double), 11486.0(Double), 01(String) [09:45:06] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:10] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:10] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":146.6,"todayHours":0.9,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266448.9,"currPower":81.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30204.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"55100.0","todayEnergy":"55100.0","lifetimeEnergy":"93304.1","dcCurr":"188.0","dcVolt":"517.0","dcPower":"97196.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"24956.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"38400.0","todayEnergy":"38400.0","lifetimeEnergy":"87878.1","dcCurr":"148.0","dcVolt":"536.0","dcPower":"79328.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"26477.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"53100.0","todayEnergy":"53100.0","lifetimeEnergy":"85266.7","dcCurr":"168.0","dcVolt":"512.0","dcPower":"86016.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:45:10] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 09(String), 45(String), 81.6(Float), 146.6(Float), 0.9(Float), 266448.9(Float), 01(String) [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466277(Integer), 132(Integer), 1(Integer), 30204.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 188.0(Double), 517.0(Double), 97196.0(Double), 47.0(Double), 0.0(Double), 55100.0(Double), 93304.1(Double), 01(String) [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466277(Integer), 132(Integer), 2(Integer), 24956.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 148.0(Double), 536.0(Double), 79328.0(Double), 45.0(Double), 0.0(Double), 38400.0(Double), 87878.1(Double), 01(String) [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466277(Integer), 132(Integer), 3(Integer), 26477.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 168.0(Double), 512.0(Double), 86016.0(Double), 47.0(Double), 0.0(Double), 53100.0(Double), 85266.7(Double), 01(String) [09:45:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:11] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:11] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":903.4,"todayHours":0.9,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1694797.0,"currPower":300.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"233009.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"699468.0","todayEnergy":"699468.0","lifetimeEnergy":"1091308.0","dcCurr":"253.3","dcVolt":"936.3","dcPower":"237164.8","temp":"40.2","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"67804.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"203895.0","todayEnergy":"203895.0","lifetimeEnergy":"603489.0","dcCurr":"72.1","dcVolt":"929.9","dcPower":"67045.8","temp":"36.8","powerFactor":"99.8","ivtStatus":"01"}] }} [09:45:11] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 09(String), 45(String), 300.8(Float), 903.4(Float), 0.9(Float), 1694797.0(Float), 01(String) [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466278(Integer), 124(Integer), 1(Integer), 233009.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 253.3(Double), 936.3(Double), 237164.8(Double), 40.2(Double), 100.0(Double), 699468.0(Double), 1091308.0(Double), 01(String) [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466278(Integer), 124(Integer), 2(Integer), 67804.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 72.1(Double), 929.9(Double), 67045.8(Double), 36.8(Double), 99.8(Double), 203895.0(Double), 603489.0(Double), 01(String) [09:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:13] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:13] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":136.6,"todayHours":0.8,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199437.0,"currPower":85.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"43200.0","acFreq":"0.0","apparentPower":"43.2","reactivePower":"6552.0","acEnergy":"64200.0","todayEnergy":"64200.0","lifetimeEnergy":"101088.0","dcCurr":"25.2","dcVolt":"551.9","dcPower":"13907.9","temp":"51.6","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"42500.0","acFreq":"0.0","apparentPower":"42.5","reactivePower":"0.3","acEnergy":"72400.0","todayEnergy":"72400.0","lifetimeEnergy":"98349.0","dcCurr":"27.4","dcVolt":"521.8","dcPower":"14296.4","temp":"53.3","powerFactor":"99.0","ivtStatus":"01"}] }} [09:45:13] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 09(String), 45(String), 85.7(Float), 136.6(Float), 0.8(Float), 199437.0(Float), 01(String) [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466279(Integer), 134(Integer), 1(Integer), 43200.0(Double), 0.0(Double), 43.2(Double), 6552.0(Double), 25.2(Double), 551.9(Double), 13907.9(Double), 51.6(Double), 6455.6(Double), 64200.0(Double), 101088.0(Double), 01(String) [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466279(Integer), 134(Integer), 2(Integer), 42500.0(Double), 0.0(Double), 42.5(Double), 0.3(Double), 27.4(Double), 521.8(Double), 14296.4(Double), 53.3(Double), 99.0(Double), 72400.0(Double), 98349.0(Double), 01(String) [09:45:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:16] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:16] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":270.6,"todayHours":1.4,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413856.0,"currPower":100.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"25100.0","acFreq":"0.0","apparentPower":"25.1","reactivePower":"1.3","acEnergy":"67300.0","todayEnergy":"67300.0","lifetimeEnergy":"100883.0","dcCurr":"48.8","dcVolt":"507.1","dcPower":"24744.9","temp":"57.0","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"25400.0","acFreq":"0.0","apparentPower":"25.4","reactivePower":"1.9","acEnergy":"68500.0","todayEnergy":"68500.0","lifetimeEnergy":"102397.0","dcCurr":"49.6","dcVolt":"507.7","dcPower":"25180.3","temp":"54.8","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"24800.0","acFreq":"0.0","apparentPower":"24.8","reactivePower":"1.9","acEnergy":"66500.0","todayEnergy":"66500.0","lifetimeEnergy":"103977.0","dcCurr":"48.5","dcVolt":"507.6","dcPower":"24618.6","temp":"51.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"25300.0","acFreq":"0.0","apparentPower":"25.3","reactivePower":"1.5","acEnergy":"68300.0","todayEnergy":"68300.0","lifetimeEnergy":"106599.0","dcCurr":"49.1","dcVolt":"510.1","dcPower":"25044.3","temp":"49.0","powerFactor":"100.0","ivtStatus":"01"}] }} [09:45:16] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 09(String), 45(String), 100.6(Float), 270.6(Float), 1.4(Float), 413856.0(Float), 01(String) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466280(Integer), 99(Integer), 1(Integer), 25100.0(Double), 0.0(Double), 25.1(Double), 1.3(Double), 48.8(Double), 507.1(Double), 24744.9(Double), 57.0(Double), 100.0(Double), 67300.0(Double), 100883.0(Double), 01(String) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466280(Integer), 99(Integer), 2(Integer), 25400.0(Double), 0.0(Double), 25.4(Double), 1.9(Double), 49.6(Double), 507.7(Double), 25180.3(Double), 54.8(Double), 100.0(Double), 68500.0(Double), 102397.0(Double), 01(String) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466280(Integer), 99(Integer), 3(Integer), 24800.0(Double), 0.0(Double), 24.8(Double), 1.9(Double), 48.5(Double), 507.6(Double), 24618.6(Double), 51.3(Double), 100.0(Double), 66500.0(Double), 103977.0(Double), 01(String) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466280(Integer), 99(Integer), 4(Integer), 25300.0(Double), 0.0(Double), 25.3(Double), 1.5(Double), 49.1(Double), 510.1(Double), 25044.3(Double), 49.0(Double), 100.0(Double), 68300.0(Double), 106599.0(Double), 01(String) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:16] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:16] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":969.9,"todayHours":1.0,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1809297.0,"currPower":322.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"249097.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"740348.0","todayEnergy":"740348.0","lifetimeEnergy":"1173275.0","dcCurr":"270.1","dcVolt":"931.9","dcPower":"251706.2","temp":"48.6","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"73204.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"229536.0","todayEnergy":"229536.0","lifetimeEnergy":"636022.0","dcCurr":"76.4","dcVolt":"929.8","dcPower":"71036.7","temp":"44.4","powerFactor":"100.0","ivtStatus":"01"}] }} [09:45:16] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 09(String), 45(String), 322.3(Float), 969.9(Float), 1.0(Float), 1809297.0(Float), 01(String) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466281(Integer), 126(Integer), 1(Integer), 249097.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 270.1(Double), 931.9(Double), 251706.2(Double), 48.6(Double), 100.0(Double), 740348.0(Double), 1173275.0(Double), 01(String) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466281(Integer), 126(Integer), 2(Integer), 73204.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 76.4(Double), 929.8(Double), 71036.7(Double), 44.4(Double), 100.0(Double), 229536.0(Double), 636022.0(Double), 01(String) [09:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:18] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":83.0,"todayHours":0.8,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":91021.0,"currPower":48.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"48500.0","acFreq":"0.0","apparentPower":"48.5","reactivePower":"6553.2","acEnergy":"83000.0","todayEnergy":"83000.0","lifetimeEnergy":"91021.0","dcCurr":"41.6","dcVolt":"489.1","dcPower":"20347.9","temp":"47.0","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 09(String), 45(String), 48.5(Float), 83.0(Float), 0.8(Float), 91021.0(Float), 01(String) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466282(Integer), 138(Integer), 1(Integer), 48500.0(Double), 0.0(Double), 48.5(Double), 6553.2(Double), 41.6(Double), 489.1(Double), 20347.9(Double), 47.0(Double), 6454.6(Double), 83000.0(Double), 91021.0(Double), 01(String) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:18] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":115.5,"todayHours":1.2,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212587.7,"currPower":64.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"33763.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"61400.0","todayEnergy":"61400.0","lifetimeEnergy":"112499.1","dcCurr":"146.0","dcVolt":"542.0","dcPower":"79132.0","temp":"57.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"30298.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"54100.0","todayEnergy":"54100.0","lifetimeEnergy":"100088.6","dcCurr":"143.0","dcVolt":"534.0","dcPower":"76362.0","temp":"55.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:18] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":761.4,"todayHours":0.8,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1792479.0,"currPower":308.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"235547.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"607586.0","todayEnergy":"607586.0","lifetimeEnergy":"1172408.0","dcCurr":"255.6","dcVolt":"933.4","dcPower":"238577.0","temp":"54.9","powerFactor":"86.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"67617.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"154208.0","todayEnergy":"154208.0","lifetimeEnergy":"620072.0","dcCurr":"60.0","dcVolt":"939.3","dcPower":"56358.0","temp":"47.4","powerFactor":"89.5","ivtStatus":"01"}] }} [09:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 09(String), 45(String), 64.1(Float), 115.5(Float), 1.2(Float), 212587.7(Float), 01(String) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 09(String), 45(String), 308.3(Float), 761.4(Float), 0.8(Float), 1792479.0(Float), 01(String) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466283(Integer), 129(Integer), 1(Integer), 33763.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 146.0(Double), 542.0(Double), 79132.0(Double), 57.0(Double), 0.0(Double), 61400.0(Double), 112499.1(Double), 01(String) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466284(Integer), 108(Integer), 1(Integer), 235547.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 255.6(Double), 933.4(Double), 238577.0(Double), 54.9(Double), 86.4(Double), 607586.0(Double), 1172408.0(Double), 01(String) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466283(Integer), 129(Integer), 2(Integer), 30298.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 143.0(Double), 534.0(Double), 76362.0(Double), 55.0(Double), 0.0(Double), 54100.0(Double), 100088.6(Double), 01(String) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466284(Integer), 108(Integer), 2(Integer), 67617.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 60.0(Double), 939.3(Double), 56358.0(Double), 47.4(Double), 89.5(Double), 154208.0(Double), 620072.0(Double), 01(String) [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:19] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":97.5,"todayHours":1.0,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124728.0,"currPower":60.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"60400.0","acFreq":"0.0","apparentPower":"60.4","reactivePower":"0.7","acEnergy":"97500.0","todayEnergy":"97500.0","lifetimeEnergy":"124728.0","dcCurr":"43.6","dcVolt":"515.9","dcPower":"22491.8","temp":"50.6","powerFactor":"99.0","ivtStatus":"01"}] }} [09:45:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 09(String), 45(String), 60.4(Float), 97.5(Float), 1.0(Float), 124728.0(Float), 01(String) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466285(Integer), 135(Integer), 1(Integer), 60400.0(Double), 0.0(Double), 60.4(Double), 0.7(Double), 43.6(Double), 515.9(Double), 22491.8(Double), 50.6(Double), 99.0(Double), 97500.0(Double), 124728.0(Double), 01(String) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:19] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":121.7,"todayHours":0.8,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130717.0,"currPower":71.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"50100.0","acFreq":"0.0","apparentPower":"50.1","reactivePower":"6551.1","acEnergy":"84800.0","todayEnergy":"84800.0","lifetimeEnergy":"90201.0","dcCurr":"42.1","dcVolt":"654.8","dcPower":"27565.7","temp":"46.5","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"21700.0","acFreq":"0.0","apparentPower":"21.7","reactivePower":"1.6","acEnergy":"36900.0","todayEnergy":"36900.0","lifetimeEnergy":"40516.0","dcCurr":"40.2","dcVolt":"535.5","dcPower":"21527.1","temp":"45.5","powerFactor":"99.0","ivtStatus":"01"}] }} [09:45:19] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 09(String), 45(String), 71.8(Float), 121.7(Float), 0.8(Float), 130717.0(Float), 01(String) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466286(Integer), 137(Integer), 1(Integer), 50100.0(Double), 0.0(Double), 50.1(Double), 6551.1(Double), 42.1(Double), 654.8(Double), 27565.7(Double), 46.5(Double), 6455.6(Double), 84800.0(Double), 90201.0(Double), 01(String) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466286(Integer), 137(Integer), 2(Integer), 21700.0(Double), 0.0(Double), 21.7(Double), 1.6(Double), 40.2(Double), 535.5(Double), 21527.1(Double), 45.5(Double), 99.0(Double), 36900.0(Double), 40516.0(Double), 01(String) [09:45:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:20] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":975.2,"todayHours":1.0,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1833910.0,"currPower":309.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"242933.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"758343.0","todayEnergy":"758343.0","lifetimeEnergy":"1187412.0","dcCurr":"259.5","dcVolt":"935.7","dcPower":"242814.2","temp":"39.4","powerFactor":"99.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"66480.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"216823.0","todayEnergy":"216823.0","lifetimeEnergy":"646498.0","dcCurr":"69.1","dcVolt":"934.2","dcPower":"64553.2","temp":"35.6","powerFactor":"100.0","ivtStatus":"01"}] }} [09:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 09(String), 45(String), 309.4(Float), 975.2(Float), 1.0(Float), 1833910.0(Float), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466287(Integer), 120(Integer), 1(Integer), 242933.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 259.5(Double), 935.7(Double), 242814.2(Double), 39.4(Double), 99.9(Double), 758343.0(Double), 1187412.0(Double), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466287(Integer), 120(Integer), 2(Integer), 66480.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 69.1(Double), 934.2(Double), 64553.2(Double), 35.6(Double), 100.0(Double), 216823.0(Double), 646498.0(Double), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:20] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":172.8,"todayHours":1.2,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345301.6,"currPower":77.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"25868.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"57800.0","todayEnergy":"57800.0","lifetimeEnergy":"115796.0","dcCurr":"185.0","dcVolt":"522.0","dcPower":"96570.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"24174.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"54200.0","todayEnergy":"54200.0","lifetimeEnergy":"106796.2","dcCurr":"122.0","dcVolt":"566.0","dcPower":"69052.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"27176.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"60800.0","todayEnergy":"60800.0","lifetimeEnergy":"122709.4","dcCurr":"187.0","dcVolt":"561.0","dcPower":"104907.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 09(String), 45(String), 77.2(Float), 172.8(Float), 1.2(Float), 345301.6(Float), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466288(Integer), 127(Integer), 1(Integer), 25868.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 185.0(Double), 522.0(Double), 96570.0(Double), 45.0(Double), 0.0(Double), 57800.0(Double), 115796.0(Double), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466288(Integer), 127(Integer), 2(Integer), 24174.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 122.0(Double), 566.0(Double), 69052.0(Double), 47.0(Double), 0.0(Double), 54200.0(Double), 106796.2(Double), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466288(Integer), 127(Integer), 3(Integer), 27176.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 187.0(Double), 561.0(Double), 104907.0(Double), 51.0(Double), 0.0(Double), 60800.0(Double), 122709.4(Double), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:20] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":421.6,"todayHours":0.9,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":855230.3,"currPower":204.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"45573.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"-0.1","acEnergy":"94450.0","todayEnergy":"94450.0","lifetimeEnergy":"191157.9","dcCurr":"77.0","dcVolt":"601.4","dcPower":"46311.7","temp":"48.9","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"45253.0","acFreq":"600.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"93380.0","todayEnergy":"93380.0","lifetimeEnergy":"190189.7","dcCurr":"77.0","dcVolt":"598.3","dcPower":"46073.0","temp":"48.4","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"45058.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"-0.1","acEnergy":"93360.0","todayEnergy":"93360.0","lifetimeEnergy":"190189.2","dcCurr":"76.5","dcVolt":"598.2","dcPower":"45771.2","temp":"47.3","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"4","acPower":"44884.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"92840.0","todayEnergy":"92840.0","lifetimeEnergy":"187044.5","dcCurr":"75.7","dcVolt":"605.3","dcPower":"45825.0","temp":"47.7","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"5","acPower":"23187.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"47640.0","todayEnergy":"47640.0","lifetimeEnergy":"96649.1","dcCurr":"40.6","dcVolt":"585.9","dcPower":"23763.4","temp":"59.7","powerFactor":"10.0","ivtStatus":"01"}] }} [09:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 09(String), 45(String), 204.0(Float), 421.6(Float), 0.9(Float), 855230.3(Float), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466289(Integer), 128(Integer), 1(Integer), 45573.0(Double), 600.2(Double), 0.0(Double), -0.1(Double), 77.0(Double), 601.4(Double), 46311.7(Double), 48.9(Double), 645.4(Double), 94450.0(Double), 191157.9(Double), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466289(Integer), 128(Integer), 2(Integer), 45253.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 77.0(Double), 598.3(Double), 46073.0(Double), 48.4(Double), 10.0(Double), 93380.0(Double), 190189.7(Double), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466289(Integer), 128(Integer), 3(Integer), 45058.0(Double), 600.1(Double), 0.0(Double), -0.1(Double), 76.5(Double), 598.2(Double), 45771.2(Double), 47.3(Double), 645.4(Double), 93360.0(Double), 190189.2(Double), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466289(Integer), 128(Integer), 4(Integer), 44884.0(Double), 600.1(Double), 0.0(Double), -0.0(Double), 75.7(Double), 605.3(Double), 45825.0(Double), 47.7(Double), 645.4(Double), 92840.0(Double), 187044.5(Double), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466289(Integer), 128(Integer), 5(Integer), 23187.0(Double), 600.1(Double), 0.0(Double), 0.0(Double), 40.6(Double), 585.9(Double), 23763.4(Double), 59.7(Double), 10.0(Double), 47640.0(Double), 96649.1(Double), 01(String) [09:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:22] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":923.3,"todayHours":0.9,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1876285.0,"currPower":328.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"260174.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"717794.0","todayEnergy":"717794.0","lifetimeEnergy":"1216673.0","dcCurr":"278.1","dcVolt":"935.5","dcPower":"260162.6","temp":"42.6","powerFactor":"86.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"68493.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"205542.0","todayEnergy":"205542.0","lifetimeEnergy":"659612.0","dcCurr":"71.8","dcVolt":"926.5","dcPower":"66522.7","temp":"35.7","powerFactor":"94.3","ivtStatus":"01"}] }} [09:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 09(String), 45(String), 328.7(Float), 923.3(Float), 0.9(Float), 1876285.0(Float), 01(String) [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466290(Integer), 112(Integer), 1(Integer), 260174.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 278.1(Double), 935.5(Double), 260162.6(Double), 42.6(Double), 86.2(Double), 717794.0(Double), 1216673.0(Double), 01(String) [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466290(Integer), 112(Integer), 2(Integer), 68493.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 71.8(Double), 926.5(Double), 66522.7(Double), 35.7(Double), 94.3(Double), 205542.0(Double), 659612.0(Double), 01(String) [09:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:23] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:23] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":354.3,"todayHours":0.7,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":141882.0,"currPower":230.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"56300.0","acFreq":"0.0","apparentPower":"56.3","reactivePower":"6551.6","acEnergy":"85400.0","todayEnergy":"85400.0","lifetimeEnergy":"35876.0","dcCurr":"37.0","dcVolt":"619.6","dcPower":"22925.2","temp":"50.2","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"58300.0","acFreq":"0.0","apparentPower":"58.3","reactivePower":"6551.0","acEnergy":"89300.0","todayEnergy":"89300.0","lifetimeEnergy":"35471.0","dcCurr":"41.1","dcVolt":"610.4","dcPower":"25088.8","temp":"51.5","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"3","acPower":"57000.0","acFreq":"0.0","apparentPower":"57.0","reactivePower":"6553.0","acEnergy":"87100.0","todayEnergy":"87100.0","lifetimeEnergy":"35599.0","dcCurr":"38.5","dcVolt":"614.1","dcPower":"23641.6","temp":"49.9","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"4","acPower":"59300.0","acFreq":"0.0","apparentPower":"59.3","reactivePower":"6550.9","acEnergy":"92500.0","todayEnergy":"92500.0","lifetimeEnergy":"34936.0","dcCurr":"38.9","dcVolt":"616.4","dcPower":"23976.7","temp":"51.0","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:45:23] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 09(String), 45(String), 230.9(Float), 354.3(Float), 0.7(Float), 141882.0(Float), 01(String) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466291(Integer), 139(Integer), 1(Integer), 56300.0(Double), 0.0(Double), 56.3(Double), 6551.6(Double), 37.0(Double), 619.6(Double), 22925.2(Double), 50.2(Double), 6454.6(Double), 85400.0(Double), 35876.0(Double), 01(String) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466291(Integer), 139(Integer), 2(Integer), 58300.0(Double), 0.0(Double), 58.3(Double), 6551.0(Double), 41.1(Double), 610.4(Double), 25088.8(Double), 51.5(Double), 6454.6(Double), 89300.0(Double), 35471.0(Double), 01(String) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466291(Integer), 139(Integer), 3(Integer), 57000.0(Double), 0.0(Double), 57.0(Double), 6553.0(Double), 38.5(Double), 614.1(Double), 23641.6(Double), 49.9(Double), 6454.6(Double), 87100.0(Double), 35599.0(Double), 01(String) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466291(Integer), 139(Integer), 4(Integer), 59300.0(Double), 0.0(Double), 59.3(Double), 6550.9(Double), 38.9(Double), 616.4(Double), 23976.7(Double), 51.0(Double), 6454.6(Double), 92500.0(Double), 34936.0(Double), 01(String) [09:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:24] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":972.6,"todayHours":1.0,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1907014.0,"currPower":336.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"256355.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"689487.0","todayEnergy":"689487.0","lifetimeEnergy":"1245190.0","dcCurr":"269.6","dcVolt":"942.6","dcPower":"254125.0","temp":"45.0","powerFactor":"86.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"80520.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"283085.0","todayEnergy":"283085.0","lifetimeEnergy":"661824.0","dcCurr":"85.4","dcVolt":"943.4","dcPower":"80566.4","temp":"37.8","powerFactor":"92.2","ivtStatus":"01"}] }} [09:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 09(String), 45(String), 336.9(Float), 972.6(Float), 1.0(Float), 1907014.0(Float), 01(String) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466292(Integer), 107(Integer), 1(Integer), 256355.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 269.6(Double), 942.6(Double), 254125.0(Double), 45.0(Double), 86.7(Double), 689487.0(Double), 1245190.0(Double), 01(String) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466292(Integer), 107(Integer), 2(Integer), 80520.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 85.4(Double), 943.4(Double), 80566.4(Double), 37.8(Double), 92.2(Double), 283085.0(Double), 661824.0(Double), 01(String) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:24] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":101.6,"todayHours":1.0,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":106079.0,"currPower":60.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"60100.0","acFreq":"0.0","apparentPower":"60.1","reactivePower":"6550.7","acEnergy":"101600.0","todayEnergy":"101600.0","lifetimeEnergy":"106079.0","dcCurr":"49.2","dcVolt":"470.4","dcPower":"23145.3","temp":"52.8","powerFactor":"6455.6","ivtStatus":"01"}] }} [09:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 09(String), 45(String), 60.1(Float), 101.6(Float), 1.0(Float), 106079.0(Float), 01(String) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466293(Integer), 136(Integer), 1(Integer), 60100.0(Double), 0.0(Double), 60.1(Double), 6550.7(Double), 49.2(Double), 470.4(Double), 23145.3(Double), 52.8(Double), 6455.6(Double), 101600.0(Double), 106079.0(Double), 01(String) [09:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:25] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":935.3,"todayHours":0.9,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1732647.0,"currPower":302.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"239332.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"744502.0","todayEnergy":"744502.0","lifetimeEnergy":"1130685.0","dcCurr":"258.9","dcVolt":"935.6","dcPower":"242226.8","temp":"42.4","powerFactor":"86.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"63274.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"190766.0","todayEnergy":"190766.0","lifetimeEnergy":"601962.0","dcCurr":"66.3","dcVolt":"954.6","dcPower":"63290.0","temp":"37.1","powerFactor":"92.2","ivtStatus":"01"}] }} [09:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 09(String), 45(String), 302.6(Float), 935.3(Float), 0.9(Float), 1732647.0(Float), 01(String) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466294(Integer), 125(Integer), 1(Integer), 239332.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 258.9(Double), 935.6(Double), 242226.8(Double), 42.4(Double), 86.6(Double), 744502.0(Double), 1130685.0(Double), 01(String) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466294(Integer), 125(Integer), 2(Integer), 63274.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 66.3(Double), 954.6(Double), 63290.0(Double), 37.1(Double), 92.2(Double), 190766.0(Double), 601962.0(Double), 01(String) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:25] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":173.6,"todayHours":1.2,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255285.6,"currPower":89.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"31538.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"61500.0","todayEnergy":"61500.0","lifetimeEnergy":"90448.8","dcCurr":"226.0","dcVolt":"535.0","dcPower":"120910.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"27708.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"53900.0","todayEnergy":"53900.0","lifetimeEnergy":"79512.4","dcCurr":"148.0","dcVolt":"529.0","dcPower":"78292.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"29798.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"58200.0","todayEnergy":"58200.0","lifetimeEnergy":"85324.4","dcCurr":"225.0","dcVolt":"483.0","dcPower":"108675.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"}] }} [09:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 09(String), 45(String), 89.0(Float), 173.6(Float), 1.2(Float), 255285.6(Float), 01(String) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466295(Integer), 131(Integer), 1(Integer), 31538.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 226.0(Double), 535.0(Double), 120910.0(Double), 49.0(Double), 0.0(Double), 61500.0(Double), 90448.8(Double), 01(String) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466295(Integer), 131(Integer), 2(Integer), 27708.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 148.0(Double), 529.0(Double), 78292.0(Double), 51.0(Double), 0.0(Double), 53900.0(Double), 79512.4(Double), 01(String) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466295(Integer), 131(Integer), 3(Integer), 29798.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 225.0(Double), 483.0(Double), 108675.0(Double), 49.0(Double), 0.0(Double), 58200.0(Double), 85324.4(Double), 01(String) [09:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:26] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":57.6,"todayHours":1.0,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15928.0,"currPower":27.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"27300.0","acFreq":"0.0","apparentPower":"27.3","reactivePower":"2.1","acEnergy":"57600.0","todayEnergy":"57600.0","lifetimeEnergy":"15928.0","dcCurr":"39.8","dcVolt":"699.2","dcPower":"27826.8","temp":"50.4","powerFactor":"100.0","ivtStatus":"01"}] }} [09:45:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 09(String), 45(String), 27.3(Float), 57.6(Float), 1.0(Float), 15928.0(Float), 01(String) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466296(Integer), 140(Integer), 1(Integer), 27300.0(Double), 0.0(Double), 27.3(Double), 2.1(Double), 39.8(Double), 699.2(Double), 27826.8(Double), 50.4(Double), 100.0(Double), 57600.0(Double), 15928.0(Double), 01(String) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:26] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":100.1,"todayHours":1.0,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27375.0,"currPower":45.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"45800.0","acFreq":"0.0","apparentPower":"45.8","reactivePower":"6552.7","acEnergy":"100100.0","todayEnergy":"100100.0","lifetimeEnergy":"27375.0","dcCurr":"19.1","dcVolt":"649.2","dcPower":"12399.1","temp":"50.7","powerFactor":"6454.6","ivtStatus":"01"}] }} [09:45:26] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 09(String), 45(String), 45.8(Float), 100.1(Float), 1.0(Float), 27375.0(Float), 01(String) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466297(Integer), 141(Integer), 1(Integer), 45800.0(Double), 0.0(Double), 45.8(Double), 6552.7(Double), 19.1(Double), 649.2(Double), 12399.1(Double), 50.7(Double), 6454.6(Double), 100100.0(Double), 27375.0(Double), 01(String) [09:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:27] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":1060.3,"todayHours":1.1,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1893754.0,"currPower":361.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"282569.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"827139.0","todayEnergy":"827139.0","lifetimeEnergy":"1221884.0","dcCurr":"296.8","dcVolt":"937.6","dcPower":"278279.7","temp":"46.5","powerFactor":"86.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"78855.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"233128.0","todayEnergy":"233128.0","lifetimeEnergy":"671870.0","dcCurr":"86.0","dcVolt":"934.2","dcPower":"80341.2","temp":"37.2","powerFactor":"95.3","ivtStatus":"01"}] }} [09:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 09(String), 45(String), 361.4(Float), 1060.3(Float), 1.1(Float), 1893754.0(Float), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466298(Integer), 109(Integer), 1(Integer), 282569.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 296.8(Double), 937.6(Double), 278279.7(Double), 46.5(Double), 86.2(Double), 827139.0(Double), 1221884.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466298(Integer), 109(Integer), 2(Integer), 78855.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 86.0(Double), 934.2(Double), 80341.2(Double), 37.2(Double), 95.3(Double), 233128.0(Double), 671870.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:27] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":748.6,"todayHours":0.8,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2425092.0,"currPower":493.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"33141.0","acFreq":"0.0","apparentPower":"33.1","reactivePower":"0.0","acEnergy":"53800.0","todayEnergy":"53800.0","lifetimeEnergy":"144380.0","dcCurr":"44.0","dcVolt":"565.4","dcPower":"24876.1","temp":"44.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"33024.0","acFreq":"0.0","apparentPower":"33.0","reactivePower":"0.0","acEnergy":"53700.0","todayEnergy":"53700.0","lifetimeEnergy":"163924.0","dcCurr":"44.8","dcVolt":"555.9","dcPower":"24905.8","temp":"46.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"33461.0","acFreq":"0.0","apparentPower":"33.5","reactivePower":"0.0","acEnergy":"54500.0","todayEnergy":"54500.0","lifetimeEnergy":"147263.0","dcCurr":"44.7","dcVolt":"565.9","dcPower":"25297.2","temp":"44.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"33424.0","acFreq":"0.0","apparentPower":"33.4","reactivePower":"0.0","acEnergy":"55400.0","todayEnergy":"55400.0","lifetimeEnergy":"152520.0","dcCurr":"44.3","dcVolt":"564.1","dcPower":"24991.1","temp":"45.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"34013.0","acFreq":"0.0","apparentPower":"34.0","reactivePower":"0.0","acEnergy":"55900.0","todayEnergy":"55900.0","lifetimeEnergy":"167695.0","dcCurr":"45.5","dcVolt":"565.0","dcPower":"25709.0","temp":"46.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"33939.0","acFreq":"0.0","apparentPower":"33.9","reactivePower":"0.0","acEnergy":"56000.0","todayEnergy":"56000.0","lifetimeEnergy":"167284.0","dcCurr":"45.7","dcVolt":"558.1","dcPower":"25505.2","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"32839.0","acFreq":"0.0","apparentPower":"32.8","reactivePower":"0.0","acEnergy":"54300.0","todayEnergy":"54300.0","lifetimeEnergy":"140944.0","dcCurr":"43.6","dcVolt":"565.0","dcPower":"24632.5","temp":"44.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"32578.0","acFreq":"0.0","apparentPower":"32.6","reactivePower":"0.0","acEnergy":"42800.0","todayEnergy":"42800.0","lifetimeEnergy":"158178.0","dcCurr":"43.1","dcVolt":"570.5","dcPower":"24588.5","temp":"44.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"12866.0","acFreq":"0.0","apparentPower":"12.9","reactivePower":"0.0","acEnergy":"18700.0","todayEnergy":"18700.0","lifetimeEnergy":"133699.0","dcCurr":"15.4","dcVolt":"637.2","dcPower":"9812.9","temp":"40.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"33351.0","acFreq":"0.0","apparentPower":"33.4","reactivePower":"0.0","acEnergy":"47300.0","todayEnergy":"47300.0","lifetimeEnergy":"160739.0","dcCurr":"44.3","dcVolt":"568.4","dcPower":"25180.1","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"33812.0","acFreq":"0.0","apparentPower":"33.8","reactivePower":"0.0","acEnergy":"49400.0","todayEnergy":"49400.0","lifetimeEnergy":"160801.0","dcCurr":"45.5","dcVolt":"565.5","dcPower":"25728.7","temp":"44.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"34011.0","acFreq":"0.0","apparentPower":"34.0","reactivePower":"0.0","acEnergy":"51800.0","todayEnergy":"51800.0","lifetimeEnergy":"163349.0","dcCurr":"45.5","dcVolt":"564.0","dcPower":"25663.5","temp":"44.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"29347.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"21000.0","todayEnergy":"21000.0","lifetimeEnergy":"160772.0","dcCurr":"41.5","dcVolt":"552.4","dcPower":"22923.2","temp":"37.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"30009.0","acFreq":"0.0","apparentPower":"30.0","reactivePower":"0.0","acEnergy":"49700.0","todayEnergy":"49700.0","lifetimeEnergy":"147450.0","dcCurr":"37.8","dcVolt":"567.5","dcPower":"21450.2","temp":"44.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"20219.0","acFreq":"0.0","apparentPower":"20.2","reactivePower":"0.0","acEnergy":"29900.0","todayEnergy":"29900.0","lifetimeEnergy":"99191.0","dcCurr":"35.7","dcVolt":"565.8","dcPower":"20199.1","temp":"41.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"33502.0","acFreq":"0.0","apparentPower":"33.5","reactivePower":"0.0","acEnergy":"54400.0","todayEnergy":"54400.0","lifetimeEnergy":"156903.0","dcCurr":"44.5","dcVolt":"567.6","dcPower":"25258.2","temp":"44.6","powerFactor":"0.0","ivtStatus":"01"}] }} [09:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 09(String), 45(String), 493.5(Float), 748.6(Float), 0.8(Float), 2425092.0(Float), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 1(Integer), 33141.0(Double), 0.0(Double), 33.1(Double), 0.0(Double), 44.0(Double), 565.4(Double), 24876.1(Double), 44.4(Double), 0.0(Double), 53800.0(Double), 144380.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 2(Integer), 33024.0(Double), 0.0(Double), 33.0(Double), 0.0(Double), 44.8(Double), 555.9(Double), 24905.8(Double), 46.4(Double), 0.0(Double), 53700.0(Double), 163924.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 3(Integer), 33461.0(Double), 0.0(Double), 33.5(Double), 0.0(Double), 44.7(Double), 565.9(Double), 25297.2(Double), 44.6(Double), 0.0(Double), 54500.0(Double), 147263.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 4(Integer), 33424.0(Double), 0.0(Double), 33.4(Double), 0.0(Double), 44.3(Double), 564.1(Double), 24991.1(Double), 45.6(Double), 0.0(Double), 55400.0(Double), 152520.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 5(Integer), 34013.0(Double), 0.0(Double), 34.0(Double), 0.0(Double), 45.5(Double), 565.0(Double), 25709.0(Double), 46.6(Double), 0.0(Double), 55900.0(Double), 167695.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 6(Integer), 33939.0(Double), 0.0(Double), 33.9(Double), 0.0(Double), 45.7(Double), 558.1(Double), 25505.2(Double), 45.7(Double), 0.0(Double), 56000.0(Double), 167284.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 7(Integer), 32839.0(Double), 0.0(Double), 32.8(Double), 0.0(Double), 43.6(Double), 565.0(Double), 24632.5(Double), 44.2(Double), 0.0(Double), 54300.0(Double), 140944.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 8(Integer), 32578.0(Double), 0.0(Double), 32.6(Double), 0.0(Double), 43.1(Double), 570.5(Double), 24588.5(Double), 44.6(Double), 0.0(Double), 42800.0(Double), 158178.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 9(Integer), 12866.0(Double), 0.0(Double), 12.9(Double), 0.0(Double), 15.4(Double), 637.2(Double), 9812.9(Double), 40.2(Double), 0.0(Double), 18700.0(Double), 133699.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 10(Integer), 33351.0(Double), 0.0(Double), 33.4(Double), 0.0(Double), 44.3(Double), 568.4(Double), 25180.1(Double), 45.7(Double), 0.0(Double), 47300.0(Double), 160739.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 11(Integer), 33812.0(Double), 0.0(Double), 33.8(Double), 0.0(Double), 45.5(Double), 565.5(Double), 25728.7(Double), 44.8(Double), 0.0(Double), 49400.0(Double), 160801.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 12(Integer), 34011.0(Double), 0.0(Double), 34.0(Double), 0.0(Double), 45.5(Double), 564.0(Double), 25663.5(Double), 44.4(Double), 0.0(Double), 51800.0(Double), 163349.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 13(Integer), 29347.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 41.5(Double), 552.4(Double), 22923.2(Double), 37.6(Double), 0.0(Double), 21000.0(Double), 160772.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 17(Integer), 30009.0(Double), 0.0(Double), 30.0(Double), 0.0(Double), 37.8(Double), 567.5(Double), 21450.2(Double), 44.9(Double), 0.0(Double), 49700.0(Double), 147450.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 18(Integer), 20219.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 35.7(Double), 565.8(Double), 20199.1(Double), 41.7(Double), 0.0(Double), 29900.0(Double), 99191.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466299(Integer), 92(Integer), 19(Integer), 33502.0(Double), 0.0(Double), 33.5(Double), 0.0(Double), 44.5(Double), 567.6(Double), 25258.2(Double), 44.6(Double), 0.0(Double), 54400.0(Double), 156903.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:27] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":1074.1,"todayHours":1.1,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3086441.0,"currPower":652.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"33785.0","acFreq":"0.0","apparentPower":"33.8","reactivePower":"0.0","acEnergy":"55900.0","todayEnergy":"55900.0","lifetimeEnergy":"152774.0","dcCurr":"45.1","dcVolt":"564.9","dcPower":"25478.5","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"33975.0","acFreq":"0.0","apparentPower":"34.0","reactivePower":"0.0","acEnergy":"57200.0","todayEnergy":"57200.0","lifetimeEnergy":"166560.0","dcCurr":"45.8","dcVolt":"558.5","dcPower":"25580.8","temp":"46.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"33039.0","acFreq":"0.0","apparentPower":"33.0","reactivePower":"0.0","acEnergy":"55000.0","todayEnergy":"55000.0","lifetimeEnergy":"146950.0","dcCurr":"43.9","dcVolt":"563.8","dcPower":"24749.4","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"33831.0","acFreq":"0.0","apparentPower":"33.8","reactivePower":"0.0","acEnergy":"56700.0","todayEnergy":"56700.0","lifetimeEnergy":"164712.0","dcCurr":"45.5","dcVolt":"560.8","dcPower":"25514.9","temp":"46.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"32929.0","acFreq":"0.0","apparentPower":"32.9","reactivePower":"0.0","acEnergy":"54700.0","todayEnergy":"54700.0","lifetimeEnergy":"147530.0","dcCurr":"44.0","dcVolt":"562.8","dcPower":"24761.7","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"34064.0","acFreq":"0.0","apparentPower":"34.1","reactivePower":"0.0","acEnergy":"56600.0","todayEnergy":"56600.0","lifetimeEnergy":"169674.0","dcCurr":"44.9","dcVolt":"567.0","dcPower":"25458.3","temp":"46.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"34003.0","acFreq":"0.0","apparentPower":"34.0","reactivePower":"0.0","acEnergy":"57000.0","todayEnergy":"57000.0","lifetimeEnergy":"166454.0","dcCurr":"45.8","dcVolt":"560.5","dcPower":"25670.9","temp":"46.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"33366.0","acFreq":"0.0","apparentPower":"33.4","reactivePower":"0.0","acEnergy":"56000.0","todayEnergy":"56000.0","lifetimeEnergy":"149862.0","dcCurr":"44.5","dcVolt":"564.7","dcPower":"25130.6","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"33647.0","acFreq":"0.0","apparentPower":"33.6","reactivePower":"0.0","acEnergy":"56500.0","todayEnergy":"56500.0","lifetimeEnergy":"165932.0","dcCurr":"44.8","dcVolt":"565.4","dcPower":"25331.4","temp":"46.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"32058.0","acFreq":"0.0","apparentPower":"32.1","reactivePower":"0.0","acEnergy":"53200.0","todayEnergy":"53200.0","lifetimeEnergy":"133698.0","dcCurr":"42.5","dcVolt":"564.9","dcPower":"24006.8","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"32801.0","acFreq":"0.0","apparentPower":"32.8","reactivePower":"0.0","acEnergy":"55100.0","todayEnergy":"55100.0","lifetimeEnergy":"161706.0","dcCurr":"43.7","dcVolt":"567.0","dcPower":"24776.4","temp":"46.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"31356.0","acFreq":"0.0","apparentPower":"31.4","reactivePower":"0.0","acEnergy":"52100.0","todayEnergy":"52100.0","lifetimeEnergy":"133374.0","dcCurr":"41.3","dcVolt":"567.0","dcPower":"23417.1","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"32222.0","acFreq":"0.0","apparentPower":"32.2","reactivePower":"0.0","acEnergy":"53700.0","todayEnergy":"53700.0","lifetimeEnergy":"159362.0","dcCurr":"42.9","dcVolt":"562.9","dcPower":"24148.4","temp":"46.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"31669.0","acFreq":"0.0","apparentPower":"31.7","reactivePower":"0.0","acEnergy":"52900.0","todayEnergy":"52900.0","lifetimeEnergy":"153158.0","dcCurr":"42.3","dcVolt":"563.8","dcPower":"23848.7","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"31346.0","acFreq":"0.0","apparentPower":"31.3","reactivePower":"0.0","acEnergy":"52800.0","todayEnergy":"52800.0","lifetimeEnergy":"136878.0","dcCurr":"41.6","dcVolt":"572.8","dcPower":"23827.1","temp":"47.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"32950.0","acFreq":"0.0","apparentPower":"33.0","reactivePower":"0.0","acEnergy":"49600.0","todayEnergy":"49600.0","lifetimeEnergy":"165611.0","dcCurr":"43.4","dcVolt":"564.5","dcPower":"24497.9","temp":"45.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"32879.0","acFreq":"0.0","apparentPower":"32.9","reactivePower":"0.0","acEnergy":"49600.0","todayEnergy":"49600.0","lifetimeEnergy":"161834.0","dcCurr":"43.3","dcVolt":"567.1","dcPower":"24555.4","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"28820.0","acFreq":"0.0","apparentPower":"28.8","reactivePower":"0.0","acEnergy":"45900.0","todayEnergy":"45900.0","lifetimeEnergy":"139483.0","dcCurr":"36.2","dcVolt":"566.5","dcPower":"20507.3","temp":"45.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"28946.0","acFreq":"0.0","apparentPower":"28.9","reactivePower":"0.0","acEnergy":"46500.0","todayEnergy":"46500.0","lifetimeEnergy":"139833.0","dcCurr":"37.0","dcVolt":"566.9","dcPower":"20976.5","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"34325.0","acFreq":"0.0","apparentPower":"34.3","reactivePower":"0.0","acEnergy":"57100.0","todayEnergy":"57100.0","lifetimeEnergy":"171056.0","dcCurr":"46.2","dcVolt":"563.4","dcPower":"26029.1","temp":"46.2","powerFactor":"0.0","ivtStatus":"01"}] }} [09:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 09(String), 45(String), 652.0(Float), 1074.1(Float), 1.1(Float), 3086441.0(Float), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 1(Integer), 33785.0(Double), 0.0(Double), 33.8(Double), 0.0(Double), 45.1(Double), 564.9(Double), 25478.5(Double), 45.7(Double), 0.0(Double), 55900.0(Double), 152774.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 2(Integer), 33975.0(Double), 0.0(Double), 34.0(Double), 0.0(Double), 45.8(Double), 558.5(Double), 25580.8(Double), 46.8(Double), 0.0(Double), 57200.0(Double), 166560.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 3(Integer), 33039.0(Double), 0.0(Double), 33.0(Double), 0.0(Double), 43.9(Double), 563.8(Double), 24749.4(Double), 45.7(Double), 0.0(Double), 55000.0(Double), 146950.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 4(Integer), 33831.0(Double), 0.0(Double), 33.8(Double), 0.0(Double), 45.5(Double), 560.8(Double), 25514.9(Double), 46.5(Double), 0.0(Double), 56700.0(Double), 164712.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 5(Integer), 32929.0(Double), 0.0(Double), 32.9(Double), 0.0(Double), 44.0(Double), 562.8(Double), 24761.7(Double), 46.0(Double), 0.0(Double), 54700.0(Double), 147530.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 6(Integer), 34064.0(Double), 0.0(Double), 34.1(Double), 0.0(Double), 44.9(Double), 567.0(Double), 25458.3(Double), 46.4(Double), 0.0(Double), 56600.0(Double), 169674.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 7(Integer), 34003.0(Double), 0.0(Double), 34.0(Double), 0.0(Double), 45.8(Double), 560.5(Double), 25670.9(Double), 46.6(Double), 0.0(Double), 57000.0(Double), 166454.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 8(Integer), 33366.0(Double), 0.0(Double), 33.4(Double), 0.0(Double), 44.5(Double), 564.7(Double), 25130.6(Double), 46.0(Double), 0.0(Double), 56000.0(Double), 149862.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 9(Integer), 33647.0(Double), 0.0(Double), 33.6(Double), 0.0(Double), 44.8(Double), 565.4(Double), 25331.4(Double), 46.1(Double), 0.0(Double), 56500.0(Double), 165932.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 10(Integer), 32058.0(Double), 0.0(Double), 32.1(Double), 0.0(Double), 42.5(Double), 564.9(Double), 24006.8(Double), 45.7(Double), 0.0(Double), 53200.0(Double), 133698.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 11(Integer), 32801.0(Double), 0.0(Double), 32.8(Double), 0.0(Double), 43.7(Double), 567.0(Double), 24776.4(Double), 46.1(Double), 0.0(Double), 55100.0(Double), 161706.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 12(Integer), 31356.0(Double), 0.0(Double), 31.4(Double), 0.0(Double), 41.3(Double), 567.0(Double), 23417.1(Double), 46.0(Double), 0.0(Double), 52100.0(Double), 133374.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 13(Integer), 32222.0(Double), 0.0(Double), 32.2(Double), 0.0(Double), 42.9(Double), 562.9(Double), 24148.4(Double), 46.2(Double), 0.0(Double), 53700.0(Double), 159362.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 14(Integer), 31669.0(Double), 0.0(Double), 31.7(Double), 0.0(Double), 42.3(Double), 563.8(Double), 23848.7(Double), 46.0(Double), 0.0(Double), 52900.0(Double), 153158.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 15(Integer), 31346.0(Double), 0.0(Double), 31.3(Double), 0.0(Double), 41.6(Double), 572.8(Double), 23827.1(Double), 47.1(Double), 0.0(Double), 52800.0(Double), 136878.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 16(Integer), 32950.0(Double), 0.0(Double), 33.0(Double), 0.0(Double), 43.4(Double), 564.5(Double), 24497.9(Double), 45.6(Double), 0.0(Double), 49600.0(Double), 165611.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 17(Integer), 32879.0(Double), 0.0(Double), 32.9(Double), 0.0(Double), 43.3(Double), 567.1(Double), 24555.4(Double), 45.7(Double), 0.0(Double), 49600.0(Double), 161834.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 18(Integer), 28820.0(Double), 0.0(Double), 28.8(Double), 0.0(Double), 36.2(Double), 566.5(Double), 20507.3(Double), 45.3(Double), 0.0(Double), 45900.0(Double), 139483.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 19(Integer), 28946.0(Double), 0.0(Double), 28.9(Double), 0.0(Double), 37.0(Double), 566.9(Double), 20976.5(Double), 45.0(Double), 0.0(Double), 46500.0(Double), 139833.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466300(Integer), 93(Integer), 20(Integer), 34325.0(Double), 0.0(Double), 34.3(Double), 0.0(Double), 46.2(Double), 563.4(Double), 26029.1(Double), 46.2(Double), 0.0(Double), 57100.0(Double), 171056.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:27] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":978.5,"todayHours":1.0,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1651973.0,"currPower":312.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"241300.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"763929.0","todayEnergy":"763929.0","lifetimeEnergy":"1076383.0","dcCurr":"259.4","dcVolt":"933.0","dcPower":"242020.2","temp":"41.1","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"71487.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"214600.0","todayEnergy":"214600.0","lifetimeEnergy":"575590.0","dcCurr":"76.2","dcVolt":"935.2","dcPower":"71262.2","temp":"36.6","powerFactor":"99.9","ivtStatus":"01"}] }} [09:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 09(String), 45(String), 312.8(Float), 978.5(Float), 1.0(Float), 1651973.0(Float), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466301(Integer), 123(Integer), 1(Integer), 241300.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 259.4(Double), 933.0(Double), 242020.2(Double), 41.1(Double), 100.0(Double), 763929.0(Double), 1076383.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466301(Integer), 123(Integer), 2(Integer), 71487.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 76.2(Double), 935.2(Double), 71262.2(Double), 36.6(Double), 99.9(Double), 214600.0(Double), 575590.0(Double), 01(String) [09:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:29] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":1072.9,"todayHours":1.1,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1820814.0,"currPower":347.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"270534.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"833896.0","todayEnergy":"833896.0","lifetimeEnergy":"1195131.0","dcCurr":"290.4","dcVolt":"932.6","dcPower":"270827.0","temp":"46.5","powerFactor":"85.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"77048.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"238980.0","todayEnergy":"238980.0","lifetimeEnergy":"625683.0","dcCurr":"69.9","dcVolt":"927.5","dcPower":"64832.3","temp":"38.3","powerFactor":"95.6","ivtStatus":"01"}] }} [09:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 09(String), 45(String), 347.6(Float), 1072.9(Float), 1.1(Float), 1820814.0(Float), 01(String) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466302(Integer), 102(Integer), 1(Integer), 270534.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 290.4(Double), 932.6(Double), 270827.0(Double), 46.5(Double), 85.1(Double), 833896.0(Double), 1195131.0(Double), 01(String) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466302(Integer), 102(Integer), 2(Integer), 77048.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 69.9(Double), 927.5(Double), 64832.3(Double), 38.3(Double), 95.6(Double), 238980.0(Double), 625683.0(Double), 01(String) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:29] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":1062.4,"todayHours":1.1,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1873787.0,"currPower":334.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"264167.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"840595.0","todayEnergy":"840595.0","lifetimeEnergy":"1207879.0","dcCurr":"267.7","dcVolt":"944.1","dcPower":"252735.6","temp":"44.0","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"70269.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"221848.0","todayEnergy":"221848.0","lifetimeEnergy":"665908.0","dcCurr":"59.6","dcVolt":"936.9","dcPower":"55839.2","temp":"37.3","powerFactor":"99.9","ivtStatus":"01"}] }} [09:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 09(String), 45(String), 334.4(Float), 1062.4(Float), 1.1(Float), 1873787.0(Float), 01(String) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466303(Integer), 105(Integer), 1(Integer), 264167.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 267.7(Double), 944.1(Double), 252735.6(Double), 44.0(Double), 100.0(Double), 840595.0(Double), 1207879.0(Double), 01(String) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466303(Integer), 105(Integer), 2(Integer), 70269.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 59.6(Double), 936.9(Double), 55839.2(Double), 37.3(Double), 99.9(Double), 221848.0(Double), 665908.0(Double), 01(String) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:29] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":1072.4,"todayHours":1.1,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1879171.0,"currPower":347.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"275565.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"856332.0","todayEnergy":"856332.0","lifetimeEnergy":"1228174.0","dcCurr":"293.5","dcVolt":"931.8","dcPower":"273483.3","temp":"46.5","powerFactor":"85.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"72095.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"216020.0","todayEnergy":"216020.0","lifetimeEnergy":"650997.0","dcCurr":"78.6","dcVolt":"936.2","dcPower":"73585.3","temp":"37.6","powerFactor":"91.6","ivtStatus":"01"}] }} [09:45:29] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 09(String), 45(String), 347.7(Float), 1072.4(Float), 1.1(Float), 1879171.0(Float), 01(String) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466304(Integer), 122(Integer), 1(Integer), 275565.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 293.5(Double), 931.8(Double), 273483.3(Double), 46.5(Double), 85.2(Double), 856332.0(Double), 1228174.0(Double), 01(String) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466304(Integer), 122(Integer), 2(Integer), 72095.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 78.6(Double), 936.2(Double), 73585.3(Double), 37.6(Double), 91.6(Double), 216020.0(Double), 650997.0(Double), 01(String) [09:45:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:31] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":1061.1,"todayHours":1.1,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1858564.0,"currPower":339.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"265118.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"835127.0","todayEnergy":"835127.0","lifetimeEnergy":"1220738.0","dcCurr":"280.9","dcVolt":"934.0","dcPower":"262360.6","temp":"45.3","powerFactor":"86.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"74522.0","acFreq":"60.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"226011.0","todayEnergy":"226011.0","lifetimeEnergy":"637826.0","dcCurr":"62.4","dcVolt":"933.6","dcPower":"58256.6","temp":"37.7","powerFactor":"92.8","ivtStatus":"01"}] }} [09:45:31] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 09(String), 45(String), 339.6(Float), 1061.1(Float), 1.1(Float), 1858564.0(Float), 01(String) [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466305(Integer), 101(Integer), 1(Integer), 265118.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 280.9(Double), 934.0(Double), 262360.6(Double), 45.3(Double), 86.0(Double), 835127.0(Double), 1220738.0(Double), 01(String) [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466305(Integer), 101(Integer), 2(Integer), 74522.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 62.4(Double), 933.6(Double), 58256.6(Double), 37.7(Double), 92.8(Double), 226011.0(Double), 637826.0(Double), 01(String) [09:45:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:32] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:32] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":1082.8,"todayHours":1.1,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1933184.0,"currPower":352.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"276314.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"857438.0","todayEnergy":"857438.0","lifetimeEnergy":"1259386.0","dcCurr":"295.8","dcVolt":"932.6","dcPower":"275863.1","temp":"47.4","powerFactor":"86.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"75970.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"225406.0","todayEnergy":"225406.0","lifetimeEnergy":"673798.0","dcCurr":"65.1","dcVolt":"939.2","dcPower":"61141.9","temp":"38.4","powerFactor":"89.7","ivtStatus":"01"}] }} [09:45:32] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 09(String), 45(String), 352.3(Float), 1082.8(Float), 1.1(Float), 1933184.0(Float), 01(String) [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466306(Integer), 103(Integer), 1(Integer), 276314.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 295.8(Double), 932.6(Double), 275863.1(Double), 47.4(Double), 86.0(Double), 857438.0(Double), 1259386.0(Double), 01(String) [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466306(Integer), 103(Integer), 2(Integer), 75970.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 65.1(Double), 939.2(Double), 61141.9(Double), 38.4(Double), 89.7(Double), 225406.0(Double), 673798.0(Double), 01(String) [09:45:32] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:35] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:35] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":685.9,"todayHours":0.8,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556818.0,"currPower":275.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"237908.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"575089.0","todayEnergy":"575089.0","lifetimeEnergy":"1058674.0","dcCurr":"254.8","dcVolt":"943.4","dcPower":"240378.3","temp":"41.7","powerFactor":"85.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"37974.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"110823.0","todayEnergy":"110823.0","lifetimeEnergy":"498144.0","dcCurr":"37.9","dcVolt":"964.9","dcPower":"36569.7","temp":"34.1","powerFactor":"93.2","ivtStatus":"01"}] }} [09:45:35] [DEBUG] controller.InverterController - ------------------------------------------ [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 09(String), 45(String), 275.9(Float), 685.9(Float), 0.8(Float), 1556818.0(Float), 01(String) [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466307(Integer), 110(Integer), 1(Integer), 237908.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 254.8(Double), 943.4(Double), 240378.3(Double), 41.7(Double), 85.7(Double), 575089.0(Double), 1058674.0(Double), 01(String) [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466307(Integer), 110(Integer), 2(Integer), 37974.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 37.9(Double), 964.9(Double), 36569.7(Double), 34.1(Double), 93.2(Double), 110823.0(Double), 498144.0(Double), 01(String) [09:45:35] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466289(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:46:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [09:47:45] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:47:45] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :GSNGsolar, login_channel : null [09:47:45] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:45] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:47:45] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [09:47:45] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:47:45] [DEBUG] authentication.AbstractAuthenticationTargetUrlRequestHandler - Using Referer header: http://emsa.eltenergy.com/sign/login.co;jsessionid=1C65FBEFA3C0848F43004878F7AAC695 [09:47:45] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:47:45] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : GSNGsolar [09:47:45] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [09:47:45] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:47:45] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : GSNGsolar, mappingList.size : 2 [09:47:45] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:47:45] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[GSNGsolar] roles roles [0]ROLE_01 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: GSNGsolar(String), 01(String), 0E4DA7164E705B00B74823934A7B0F76(String), PHONE(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:47:45] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [09:47:45] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [09:47:45] [DEBUG] controller.SignController - /ess/view.co [09:47:45] [DEBUG] controller.SignController - ....................................... [09:47:45] [DEBUG] controller.EssController - ----------------------------------------------- [09:47:45] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [09:47:45] [DEBUG] controller.EssController - ----------------------------------------------- [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107571(Integer) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [09:47:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:47:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:47:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [09:47:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:47:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:47:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [09:47:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:47:58] [DEBUG] controller.EssController - ----------------------------------------------- [09:47:58] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [09:47:58] [DEBUG] controller.EssController - ----------------------------------------------- [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-07-19(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107571(Integer) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-02(String), 86(Integer), 0(Integer), 2023-08-02(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 1(Integer), 2023-08-02(String), 86(Integer), 1(Integer), 2023-08-02(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [09:47:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:47:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:47:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [09:47:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:47:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:47:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [09:47:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:48:54] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 266 [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [09:48:54] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"29.4","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"27.3","cloud":"1","weatherCode":"10710380"},{"plantSeq":"141","temp":"27.0","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.3","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.2","cloud":"1","weatherCode":"01780250"},{"plantSeq":"138","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"29.6","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"30.4","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"29.9","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.8","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"27.0","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"28.9","cloud":"1","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"26.9","cloud":"7","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"1","weatherCode":"01820250"},{"plantSeq":"82","temp":"26.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"26.6","cloud":"1","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"25.0","cloud":"1","weatherCode":"04210330"},{"plantSeq":"74","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"25.0","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.3","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"29.0","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"28.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"25.8","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.8","cloud":"5","weatherCode":"04170340"},{"plantSeq":"32","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"28.6","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"28.5","cloud":"5","weatherCode":"13800350"},{"plantSeq":"20","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"19","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"30.5","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"26.1","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"09"} [09:48:54] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 52 [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:48:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:48:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:48:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:48:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [09:49:00] [DEBUG] controller.EssController - ----------------------------------------------- [09:49:00] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [09:49:00] [DEBUG] controller.EssController - ----------------------------------------------- [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107571(Integer) [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [09:49:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [09:49:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:49:04] [DEBUG] controller.EssController - ----------------------------------------------- [09:49:04] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 85, param.plantSeq : 85 [09:49:04] [DEBUG] controller.EssController - ----------------------------------------------- [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 2023-08-02(String) [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107571(Integer) [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [09:49:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:49:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:49:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [09:49:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:49:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:49:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [09:49:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:52:10] [DEBUG] controller.EssController - ----------------------------------------------- [09:52:10] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [09:52:10] [DEBUG] controller.EssController - ----------------------------------------------- [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107572(Integer) [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:52:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [09:52:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:57:29] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [09:57:34] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:57:34] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :elt14, login_channel : null [09:57:34] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt14(String) [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:57:34] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:57:34] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [09:57:34] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [09:57:34] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/profit.co?plantSeq=138 [09:57:34] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:57:34] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : elt14 [09:57:34] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [09:57:34] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt14(String) [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt14(String) [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:57:34] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : elt14, mappingList.size : 1 [09:57:34] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [09:57:34] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[elt14] roles roles [0]ROLE_01 [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt14(String), 01(String), B3A6EF325F31B2F245CF4D88CEE909B0(String), WEB(String) [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 138(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 138(Integer), 2023-08-02(String) [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 2023-08-31(String), 138(String) [09:57:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:57:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:57:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 01(String), 2023-07-19(String) [09:57:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466289(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:58:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:58:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:58:55] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 265 [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [09:58:55] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"29.4","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"27.3","cloud":"1","weatherCode":"10710380"},{"plantSeq":"141","temp":"27.0","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.3","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.2","cloud":"1","weatherCode":"01780250"},{"plantSeq":"138","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"29.6","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"30.4","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"29.9","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.8","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"27.0","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"28.9","cloud":"1","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"26.9","cloud":"7","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"1","weatherCode":"01820250"},{"plantSeq":"82","temp":"26.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"26.6","cloud":"1","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"25.0","cloud":"1","weatherCode":"04210330"},{"plantSeq":"74","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"25.0","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.3","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"29.0","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"28.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"25.8","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.8","cloud":"5","weatherCode":"04170340"},{"plantSeq":"32","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"28.6","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"28.5","cloud":"5","weatherCode":"13800350"},{"plantSeq":"20","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"19","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"30.5","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"26.1","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"09"} [09:58:55] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 52 [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:58:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [09:58:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [09:58:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [09:58:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [10:01:30] [DEBUG] controller.EssController - ----------------------------------------------- [10:01:30] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 59.21.89.234, 59.21.89.234, param : code=404 [10:01:30] [DEBUG] controller.EssController - ----------------------------------------------- [10:01:34] [DEBUG] controller.EssController - ----------------------------------------------- [10:01:34] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 41, param.plantSeq : 0 [10:01:34] [DEBUG] controller.EssController - ----------------------------------------------- [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2023-08-02(String), 41(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2023-08-01(String), 41(Integer), 0(Integer), 2023-07-31(String), 41(Integer), 0(Integer), 2023-08-02(String), 107573(Integer) [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2023-08-02(String), 41(Integer), 2023-08-02(String), 41(Integer) [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:01:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:01:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:01:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2023-07-19(String) [10:01:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:01:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:01:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:01:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:01:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:01:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 0(Integer), 2023-08-02(String), 41(Integer), 0(Integer), 2023-08-02(String) [10:01:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:01:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:01:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 41(Integer), 0(Integer), 41(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:01:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:01:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:01:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 41(Integer), 1(Integer), 2023-08-02(String), 41(Integer), 1(Integer), 2023-08-02(String) [10:01:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:04:57] [DEBUG] controller.InverterController - ------------------------------------------ [10:04:57] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":1147.1,"todayHours":1.1,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1705716.0,"currPower":568.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"443480.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"885807.0","todayEnergy":"885807.0","lifetimeEnergy":"1104819.0","dcCurr":"470.0","dcVolt":"929.7","dcPower":"436959.0","temp":"57.4","powerFactor":"85.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"126728.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"261977.0","todayEnergy":"261977.0","lifetimeEnergy":"600898.0","dcCurr":"133.3","dcVolt":"934.7","dcPower":"124595.5","temp":"43.4","powerFactor":"94.3","ivtStatus":"01"}] }} [10:04:57] [DEBUG] controller.InverterController - ------------------------------------------ [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 10(String), 04(String), 568.1(Float), 1147.1(Float), 1.1(Float), 1705716.0(Float), 01(String) [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466313(Integer), 106(Integer), 1(Integer), 443480.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 470.0(Double), 929.7(Double), 436959.0(Double), 57.4(Double), 85.7(Double), 885807.0(Double), 1104819.0(Double), 01(String) [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466313(Integer), 106(Integer), 2(Integer), 126728.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 133.3(Double), 934.7(Double), 124595.5(Double), 43.4(Double), 94.3(Double), 261977.0(Double), 600898.0(Double), 01(String) [10:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:58] [DEBUG] controller.InverterController - ------------------------------------------ [10:04:58] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":1179.5,"todayHours":1.2,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1892851.0,"currPower":609.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"482664.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"939711.0","todayEnergy":"939711.0","lifetimeEnergy":"1418753.0","dcCurr":"557.3","dcVolt":"930.5","dcPower":"518567.6","temp":"63.3","powerFactor":"85.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"127266.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"239833.0","todayEnergy":"239833.0","lifetimeEnergy":"474098.0","dcCurr":"136.4","dcVolt":"931.4","dcPower":"127043.0","temp":"43.2","powerFactor":"94.4","ivtStatus":"01"}] }} [10:04:58] [DEBUG] controller.InverterController - ------------------------------------------ [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 10(String), 04(String), 609.9(Float), 1179.5(Float), 1.2(Float), 1892851.0(Float), 01(String) [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466314(Integer), 111(Integer), 1(Integer), 482664.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 557.3(Double), 930.5(Double), 518567.6(Double), 63.3(Double), 85.8(Double), 939711.0(Double), 1418753.0(Double), 01(String) [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466314(Integer), 111(Integer), 2(Integer), 127266.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 136.4(Double), 931.4(Double), 127043.0(Double), 43.2(Double), 94.4(Double), 239833.0(Double), 474098.0(Double), 01(String) [10:04:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:04] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:04] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":954.1,"todayHours":1.0,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1877479.0,"currPower":528.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"415227.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"778182.0","todayEnergy":"778182.0","lifetimeEnergy":"1199660.0","dcCurr":"449.2","dcVolt":"934.0","dcPower":"419552.8","temp":"53.7","powerFactor":"86.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"113647.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"175904.0","todayEnergy":"175904.0","lifetimeEnergy":"677819.0","dcCurr":"121.7","dcVolt":"928.4","dcPower":"112986.3","temp":"38.7","powerFactor":"95.3","ivtStatus":"01"}] }} [10:05:04] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 10(String), 05(String), 528.9(Float), 954.1(Float), 1.0(Float), 1877479.0(Float), 01(String) [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466315(Integer), 113(Integer), 1(Integer), 415227.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 449.2(Double), 934.0(Double), 419552.8(Double), 53.7(Double), 86.1(Double), 778182.0(Double), 1199660.0(Double), 01(String) [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466315(Integer), 113(Integer), 2(Integer), 113647.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 121.7(Double), 928.4(Double), 112986.3(Double), 38.7(Double), 95.3(Double), 175904.0(Double), 677819.0(Double), 01(String) [10:05:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:05] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:05] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":93.9,"todayHours":0.9,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11498.0,"currPower":41.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"41100.0","acFreq":"0.0","apparentPower":"41.1","reactivePower":"0.8","acEnergy":"93900.0","todayEnergy":"93900.0","lifetimeEnergy":"11498.0","dcCurr":"16.1","dcVolt":"414.9","dcPower":"6680.4","temp":"43.4","powerFactor":"100.0","ivtStatus":"01"}] }} [10:05:05] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 10(String), 05(String), 41.1(Float), 93.9(Float), 0.9(Float), 11498.0(Float), 01(String) [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466316(Integer), 142(Integer), 1(Integer), 41100.0(Double), 0.0(Double), 41.1(Double), 0.8(Double), 16.1(Double), 414.9(Double), 6680.4(Double), 43.4(Double), 100.0(Double), 93900.0(Double), 11498.0(Double), 01(String) [10:05:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:09] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:09] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":176.4,"todayHours":1.1,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266478.7,"currPower":93.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"33750.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"66000.0","todayEnergy":"66000.0","lifetimeEnergy":"93315.0","dcCurr":"212.0","dcVolt":"513.0","dcPower":"108756.0","temp":"50.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"29059.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"47600.0","todayEnergy":"47600.0","lifetimeEnergy":"87887.3","dcCurr":"178.0","dcVolt":"528.0","dcPower":"93984.0","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"30261.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"62800.0","todayEnergy":"62800.0","lifetimeEnergy":"85276.4","dcCurr":"192.0","dcVolt":"507.0","dcPower":"97344.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:05:09] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 10(String), 05(String), 93.1(Float), 176.4(Float), 1.1(Float), 266478.7(Float), 01(String) [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466317(Integer), 132(Integer), 1(Integer), 33750.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 212.0(Double), 513.0(Double), 108756.0(Double), 50.0(Double), 0.0(Double), 66000.0(Double), 93315.0(Double), 01(String) [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466317(Integer), 132(Integer), 2(Integer), 29059.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 178.0(Double), 528.0(Double), 93984.0(Double), 45.0(Double), 0.0(Double), 47600.0(Double), 87887.3(Double), 01(String) [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466317(Integer), 132(Integer), 3(Integer), 30261.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 192.0(Double), 507.0(Double), 97344.0(Double), 47.0(Double), 0.0(Double), 62800.0(Double), 85276.4(Double), 01(String) [10:05:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:10] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:10] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":1041.2,"todayHours":1.0,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1694935.0,"currPower":527.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"408720.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"805918.0","todayEnergy":"805918.0","lifetimeEnergy":"1091414.0","dcCurr":"447.9","dcVolt":"932.6","dcPower":"417711.5","temp":"50.6","powerFactor":"99.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"119059.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"235319.0","todayEnergy":"235319.0","lifetimeEnergy":"603521.0","dcCurr":"124.7","dcVolt":"927.6","dcPower":"115671.7","temp":"41.9","powerFactor":"99.0","ivtStatus":"01"}] }} [10:05:10] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 10(String), 05(String), 527.8(Float), 1041.2(Float), 1.0(Float), 1694935.0(Float), 01(String) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466318(Integer), 124(Integer), 1(Integer), 408720.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 447.9(Double), 932.6(Double), 417711.5(Double), 50.6(Double), 99.4(Double), 805918.0(Double), 1091414.0(Double), 01(String) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466318(Integer), 124(Integer), 2(Integer), 119059.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 124.7(Double), 927.6(Double), 115671.7(Double), 41.9(Double), 99.0(Double), 235319.0(Double), 603521.0(Double), 01(String) [10:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:12] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:12] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":165.9,"todayHours":0.9,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199467.0,"currPower":63.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"32700.0","acFreq":"0.0","apparentPower":"32.7","reactivePower":"6552.7","acEnergy":"79000.0","todayEnergy":"79000.0","lifetimeEnergy":"101103.0","dcCurr":"19.3","dcVolt":"539.0","dcPower":"10403.3","temp":"49.5","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"31000.0","acFreq":"0.0","apparentPower":"31.0","reactivePower":"6553.1","acEnergy":"86900.0","todayEnergy":"86900.0","lifetimeEnergy":"98364.0","dcCurr":"20.4","dcVolt":"516.7","dcPower":"10541.4","temp":"51.7","powerFactor":"6455.6","ivtStatus":"01"}] }} [10:05:12] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 10(String), 05(String), 63.7(Float), 165.9(Float), 0.9(Float), 199467.0(Float), 01(String) [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466319(Integer), 134(Integer), 1(Integer), 32700.0(Double), 0.0(Double), 32.7(Double), 6552.7(Double), 19.3(Double), 539.0(Double), 10403.3(Double), 49.5(Double), 6455.6(Double), 79000.0(Double), 101103.0(Double), 01(String) [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466319(Integer), 134(Integer), 2(Integer), 31000.0(Double), 0.0(Double), 31.0(Double), 6553.1(Double), 20.4(Double), 516.7(Double), 10541.4(Double), 51.7(Double), 6455.6(Double), 86900.0(Double), 98364.0(Double), 01(String) [10:05:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:15] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":306.7,"todayHours":1.5,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413892.0,"currPower":112.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"28000.0","acFreq":"0.0","apparentPower":"28.0","reactivePower":"2.1","acEnergy":"76300.0","todayEnergy":"76300.0","lifetimeEnergy":"100892.0","dcCurr":"54.6","dcVolt":"505.5","dcPower":"27598.5","temp":"57.8","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"28300.0","acFreq":"0.0","apparentPower":"28.3","reactivePower":"2.2","acEnergy":"77600.0","todayEnergy":"77600.0","lifetimeEnergy":"102406.0","dcCurr":"55.3","dcVolt":"505.9","dcPower":"27976.3","temp":"55.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"27900.0","acFreq":"0.0","apparentPower":"27.9","reactivePower":"1.9","acEnergy":"75400.0","todayEnergy":"75400.0","lifetimeEnergy":"103986.0","dcCurr":"54.3","dcVolt":"509.0","dcPower":"27638.7","temp":"51.9","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"28400.0","acFreq":"0.0","apparentPower":"28.4","reactivePower":"1.7","acEnergy":"77400.0","todayEnergy":"77400.0","lifetimeEnergy":"106608.0","dcCurr":"55.6","dcVolt":"506.7","dcPower":"28174.4","temp":"50.6","powerFactor":"100.0","ivtStatus":"01"}] }} [10:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 10(String), 05(String), 112.9(Float), 306.7(Float), 1.5(Float), 413892.0(Float), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466320(Integer), 99(Integer), 1(Integer), 28000.0(Double), 0.0(Double), 28.0(Double), 2.1(Double), 54.6(Double), 505.5(Double), 27598.5(Double), 57.8(Double), 100.0(Double), 76300.0(Double), 100892.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466320(Integer), 99(Integer), 2(Integer), 28300.0(Double), 0.0(Double), 28.3(Double), 2.2(Double), 55.3(Double), 505.9(Double), 27976.3(Double), 55.5(Double), 100.0(Double), 77600.0(Double), 102406.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466320(Integer), 99(Integer), 3(Integer), 27900.0(Double), 0.0(Double), 27.9(Double), 1.9(Double), 54.3(Double), 509.0(Double), 27638.7(Double), 51.9(Double), 100.0(Double), 75400.0(Double), 103986.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466320(Integer), 99(Integer), 4(Integer), 28400.0(Double), 0.0(Double), 28.4(Double), 1.7(Double), 55.6(Double), 506.7(Double), 28174.4(Double), 50.6(Double), 100.0(Double), 77400.0(Double), 106608.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:15] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":1116.0,"todayHours":1.1,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1809443.0,"currPower":556.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"434599.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"854556.0","todayEnergy":"854556.0","lifetimeEnergy":"1173389.0","dcCurr":"474.1","dcVolt":"929.8","dcPower":"440818.2","temp":"58.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"122787.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"262238.0","todayEnergy":"262238.0","lifetimeEnergy":"636054.0","dcCurr":"132.1","dcVolt":"928.3","dcPower":"122628.4","temp":"48.8","powerFactor":"99.8","ivtStatus":"01"}] }} [10:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 10(String), 05(String), 556.1(Float), 1116.0(Float), 1.1(Float), 1809443.0(Float), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466321(Integer), 126(Integer), 1(Integer), 434599.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 474.1(Double), 929.8(Double), 440818.2(Double), 58.5(Double), 100.0(Double), 854556.0(Double), 1173389.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466321(Integer), 126(Integer), 2(Integer), 122787.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 132.1(Double), 928.3(Double), 122628.4(Double), 48.8(Double), 99.8(Double), 262238.0(Double), 636054.0(Double), 01(String) [10:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:17] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":96.8,"todayHours":1.0,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":91034.0,"currPower":45.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"45300.0","acFreq":"0.0","apparentPower":"45.3","reactivePower":"6552.7","acEnergy":"96800.0","todayEnergy":"96800.0","lifetimeEnergy":"91034.0","dcCurr":"39.0","dcVolt":"485.8","dcPower":"18946.2","temp":"44.5","powerFactor":"6454.6","ivtStatus":"01"}] }} [10:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 10(String), 05(String), 45.3(Float), 96.8(Float), 1.0(Float), 91034.0(Float), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466322(Integer), 138(Integer), 1(Integer), 45300.0(Double), 0.0(Double), 45.3(Double), 6552.7(Double), 39.0(Double), 485.8(Double), 18946.2(Double), 44.5(Double), 6454.6(Double), 96800.0(Double), 91034.0(Double), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:17] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":909.3,"todayHours":0.9,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1792627.0,"currPower":565.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"439819.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"722192.0","todayEnergy":"722192.0","lifetimeEnergy":"1172522.0","dcCurr":"480.7","dcVolt":"933.7","dcPower":"448829.6","temp":"67.4","powerFactor":"86.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"125937.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"187069.0","todayEnergy":"187069.0","lifetimeEnergy":"620105.0","dcCurr":"127.0","dcVolt":"928.3","dcPower":"117894.1","temp":"51.4","powerFactor":"95.1","ivtStatus":"01"}] }} [10:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [10:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:17] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":136.6,"todayHours":1.4,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212608.8,"currPower":63.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"33408.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"72500.0","todayEnergy":"72500.0","lifetimeEnergy":"112510.2","dcCurr":"147.0","dcVolt":"546.0","dcPower":"80262.0","temp":"58.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"29663.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"64100.0","todayEnergy":"64100.0","lifetimeEnergy":"100098.6","dcCurr":"146.0","dcVolt":"527.0","dcPower":"76942.0","temp":"56.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 10(String), 05(String), 565.8(Float), 909.3(Float), 0.9(Float), 1792627.0(Float), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 10(String), 05(String), 63.1(Float), 136.6(Float), 1.4(Float), 212608.8(Float), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466323(Integer), 108(Integer), 1(Integer), 439819.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 480.7(Double), 933.7(Double), 448829.6(Double), 67.4(Double), 86.3(Double), 722192.0(Double), 1172522.0(Double), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466323(Integer), 108(Integer), 2(Integer), 125937.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 127.0(Double), 928.3(Double), 117894.1(Double), 51.4(Double), 95.1(Double), 187069.0(Double), 620105.0(Double), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466324(Integer), 129(Integer), 1(Integer), 33408.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 147.0(Double), 546.0(Double), 80262.0(Double), 58.0(Double), 0.0(Double), 72500.0(Double), 112510.2(Double), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466324(Integer), 129(Integer), 2(Integer), 29663.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 146.0(Double), 527.0(Double), 76942.0(Double), 56.0(Double), 0.0(Double), 64100.0(Double), 100098.6(Double), 01(String) [10:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:18] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":118.2,"todayHours":1.2,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124749.0,"currPower":64.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"64900.0","acFreq":"0.0","apparentPower":"64.9","reactivePower":"1.9","acEnergy":"118200.0","todayEnergy":"118200.0","lifetimeEnergy":"124749.0","dcCurr":"47.2","dcVolt":"514.3","dcPower":"24275.0","temp":"52.8","powerFactor":"99.0","ivtStatus":"01"}] }} [10:05:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 10(String), 05(String), 64.9(Float), 118.2(Float), 1.2(Float), 124749.0(Float), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466325(Integer), 135(Integer), 1(Integer), 64900.0(Double), 0.0(Double), 64.9(Double), 1.9(Double), 47.2(Double), 514.3(Double), 24275.0(Double), 52.8(Double), 99.0(Double), 118200.0(Double), 124749.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:18] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":142.2,"todayHours":1.0,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130737.0,"currPower":67.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"46800.0","acFreq":"0.0","apparentPower":"46.8","reactivePower":"6552.0","acEnergy":"99100.0","todayEnergy":"99100.0","lifetimeEnergy":"90215.0","dcCurr":"39.5","dcVolt":"647.1","dcPower":"25560.5","temp":"45.6","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20500.0","acFreq":"0.0","apparentPower":"20.5","reactivePower":"1.5","acEnergy":"43100.0","todayEnergy":"43100.0","lifetimeEnergy":"40522.0","dcCurr":"37.7","dcVolt":"535.6","dcPower":"20192.1","temp":"44.9","powerFactor":"99.0","ivtStatus":"01"}] }} [10:05:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 10(String), 05(String), 67.3(Float), 142.2(Float), 1.0(Float), 130737.0(Float), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466326(Integer), 137(Integer), 1(Integer), 46800.0(Double), 0.0(Double), 46.8(Double), 6552.0(Double), 39.5(Double), 647.1(Double), 25560.5(Double), 45.6(Double), 6455.6(Double), 99100.0(Double), 90215.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466326(Integer), 137(Integer), 2(Integer), 20500.0(Double), 0.0(Double), 20.5(Double), 1.5(Double), 37.7(Double), 535.6(Double), 20192.1(Double), 44.9(Double), 99.0(Double), 43100.0(Double), 40522.0(Double), 01(String) [10:05:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:19] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":1119.5,"todayHours":1.1,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1834054.0,"currPower":547.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"429509.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"871428.0","todayEnergy":"871428.0","lifetimeEnergy":"1187525.0","dcCurr":"462.4","dcVolt":"932.8","dcPower":"431326.7","temp":"50.9","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"117779.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"248069.0","todayEnergy":"248069.0","lifetimeEnergy":"646529.0","dcCurr":"124.0","dcVolt":"928.2","dcPower":"115096.8","temp":"39.5","powerFactor":"99.9","ivtStatus":"01"}] }} [10:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 10(String), 05(String), 547.3(Float), 1119.5(Float), 1.1(Float), 1834054.0(Float), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:19] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":198.3,"todayHours":1.3,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345327.1,"currPower":81.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"27176.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"66300.0","todayEnergy":"66300.0","lifetimeEnergy":"115804.5","dcCurr":"195.0","dcVolt":"526.0","dcPower":"102570.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"25428.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"62200.0","todayEnergy":"62200.0","lifetimeEnergy":"106804.2","dcCurr":"130.0","dcVolt":"564.0","dcPower":"73320.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"28501.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"69800.0","todayEnergy":"69800.0","lifetimeEnergy":"122718.4","dcCurr":"198.0","dcVolt":"555.0","dcPower":"109890.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466327(Integer), 120(Integer), 1(Integer), 429509.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 462.4(Double), 932.8(Double), 431326.7(Double), 50.9(Double), 100.0(Double), 871428.0(Double), 1187525.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466327(Integer), 120(Integer), 2(Integer), 117779.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 124.0(Double), 928.2(Double), 115096.8(Double), 39.5(Double), 99.9(Double), 248069.0(Double), 646529.0(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 10(String), 05(String), 81.1(Float), 198.3(Float), 1.3(Float), 345327.1(Float), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466328(Integer), 127(Integer), 1(Integer), 27176.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 195.0(Double), 526.0(Double), 102570.0(Double), 46.0(Double), 0.0(Double), 66300.0(Double), 115804.5(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466328(Integer), 127(Integer), 2(Integer), 25428.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 130.0(Double), 564.0(Double), 73320.0(Double), 48.0(Double), 0.0(Double), 62200.0(Double), 106804.2(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466328(Integer), 127(Integer), 3(Integer), 28501.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 198.0(Double), 555.0(Double), 109890.0(Double), 51.0(Double), 0.0(Double), 69800.0(Double), 122718.4(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:19] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":480.3,"todayHours":1.1,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":855289.1,"currPower":194.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"43587.0","acFreq":"600.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"107530.0","todayEnergy":"107530.0","lifetimeEnergy":"191170.9","dcCurr":"73.6","dcVolt":"601.8","dcPower":"44258.7","temp":"49.5","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"43352.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"106470.0","todayEnergy":"106470.0","lifetimeEnergy":"190202.8","dcCurr":"73.7","dcVolt":"599.7","dcPower":"44194.7","temp":"49.1","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"3","acPower":"43294.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"106400.0","todayEnergy":"106400.0","lifetimeEnergy":"190202.2","dcCurr":"73.7","dcVolt":"596.0","dcPower":"43944.9","temp":"48.0","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"42939.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"105870.0","todayEnergy":"105870.0","lifetimeEnergy":"187057.6","dcCurr":"72.7","dcVolt":"602.9","dcPower":"43843.8","temp":"48.7","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"5","acPower":"22067.0","acFreq":"600.3","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"54340.0","todayEnergy":"54340.0","lifetimeEnergy":"96655.8","dcCurr":"38.4","dcVolt":"589.1","dcPower":"22604.4","temp":"60.9","powerFactor":"645.4","ivtStatus":"01"}] }} [10:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 10(String), 05(String), 194.5(Float), 480.3(Float), 1.1(Float), 855289.1(Float), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466329(Integer), 128(Integer), 1(Integer), 43587.0(Double), 600.3(Double), 0.0(Double), 0.0(Double), 73.6(Double), 601.8(Double), 44258.7(Double), 49.5(Double), 10.0(Double), 107530.0(Double), 191170.9(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466329(Integer), 128(Integer), 2(Integer), 43352.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 73.7(Double), 599.7(Double), 44194.7(Double), 49.1(Double), 645.4(Double), 106470.0(Double), 190202.8(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466329(Integer), 128(Integer), 3(Integer), 43294.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 73.7(Double), 596.0(Double), 43944.9(Double), 48.0(Double), 10.0(Double), 106400.0(Double), 190202.2(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466329(Integer), 128(Integer), 4(Integer), 42939.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 72.7(Double), 602.9(Double), 43843.8(Double), 48.7(Double), 645.4(Double), 105870.0(Double), 187057.6(Double), 01(String) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466329(Integer), 128(Integer), 5(Integer), 22067.0(Double), 600.3(Double), 0.0(Double), -0.0(Double), 38.4(Double), 589.1(Double), 22604.4(Double), 60.9(Double), 645.4(Double), 54340.0(Double), 96655.8(Double), 01(String) [10:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:21] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":1071.4,"todayHours":1.1,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1876433.0,"currPower":576.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"456250.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"834809.0","todayEnergy":"834809.0","lifetimeEnergy":"1216790.0","dcCurr":"488.4","dcVolt":"934.1","dcPower":"456214.4","temp":"56.4","powerFactor":"85.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"120258.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"236614.0","todayEnergy":"236614.0","lifetimeEnergy":"659643.0","dcCurr":"129.9","dcVolt":"929.9","dcPower":"120794.0","temp":"39.5","powerFactor":"93.5","ivtStatus":"01"}] }} [10:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 10(String), 05(String), 576.5(Float), 1071.4(Float), 1.1(Float), 1876433.0(Float), 01(String) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466330(Integer), 112(Integer), 1(Integer), 456250.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 488.4(Double), 934.1(Double), 456214.4(Double), 56.4(Double), 85.6(Double), 834809.0(Double), 1216790.0(Double), 01(String) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466330(Integer), 112(Integer), 2(Integer), 120258.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 129.9(Double), 929.9(Double), 120794.0(Double), 39.5(Double), 93.5(Double), 236614.0(Double), 659643.0(Double), 01(String) [10:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:22] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":435.6,"todayHours":0.9,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":141963.0,"currPower":288.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"70200.0","acFreq":"0.0","apparentPower":"70.2","reactivePower":"6551.7","acEnergy":"105200.0","todayEnergy":"105200.0","lifetimeEnergy":"35896.0","dcCurr":"46.3","dcVolt":"616.7","dcPower":"28553.2","temp":"54.0","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"72700.0","acFreq":"0.0","apparentPower":"72.7","reactivePower":"6551.6","acEnergy":"109800.0","todayEnergy":"109800.0","lifetimeEnergy":"35491.0","dcCurr":"51.5","dcVolt":"601.9","dcPower":"30996.1","temp":"55.0","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"3","acPower":"71400.0","acFreq":"0.0","apparentPower":"71.4","reactivePower":"6552.9","acEnergy":"107100.0","todayEnergy":"107100.0","lifetimeEnergy":"35619.0","dcCurr":"48.3","dcVolt":"611.0","dcPower":"29509.7","temp":"53.9","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"4","acPower":"74100.0","acFreq":"0.0","apparentPower":"74.1","reactivePower":"6552.0","acEnergy":"113500.0","todayEnergy":"113500.0","lifetimeEnergy":"34957.0","dcCurr":"49.2","dcVolt":"609.7","dcPower":"29998.9","temp":"55.3","powerFactor":"6454.6","ivtStatus":"01"}] }} [10:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 10(String), 05(String), 288.4(Float), 435.6(Float), 0.9(Float), 141963.0(Float), 01(String) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466331(Integer), 139(Integer), 1(Integer), 70200.0(Double), 0.0(Double), 70.2(Double), 6551.7(Double), 46.3(Double), 616.7(Double), 28553.2(Double), 54.0(Double), 6454.6(Double), 105200.0(Double), 35896.0(Double), 01(String) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466331(Integer), 139(Integer), 2(Integer), 72700.0(Double), 0.0(Double), 72.7(Double), 6551.6(Double), 51.5(Double), 601.9(Double), 30996.1(Double), 55.0(Double), 6454.6(Double), 109800.0(Double), 35491.0(Double), 01(String) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466331(Integer), 139(Integer), 3(Integer), 71400.0(Double), 0.0(Double), 71.4(Double), 6552.9(Double), 48.3(Double), 611.0(Double), 29509.7(Double), 53.9(Double), 6454.6(Double), 107100.0(Double), 35619.0(Double), 01(String) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466331(Integer), 139(Integer), 4(Integer), 74100.0(Double), 0.0(Double), 74.1(Double), 6552.0(Double), 49.2(Double), 609.7(Double), 29998.9(Double), 55.3(Double), 6454.6(Double), 113500.0(Double), 34957.0(Double), 01(String) [10:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:23] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":1136.9,"todayHours":1.1,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1907178.0,"currPower":622.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"476376.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"814992.0","todayEnergy":"814992.0","lifetimeEnergy":"1245315.0","dcCurr":"512.3","dcVolt":"931.5","dcPower":"477207.4","temp":"59.0","powerFactor":"84.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"146242.0","acFreq":"60.5","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"321865.0","todayEnergy":"321865.0","lifetimeEnergy":"661863.0","dcCurr":"154.6","dcVolt":"930.8","dcPower":"143901.7","temp":"45.5","powerFactor":"93.8","ivtStatus":"01"}] }} [10:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 10(String), 05(String), 622.6(Float), 1136.9(Float), 1.1(Float), 1907178.0(Float), 01(String) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466332(Integer), 107(Integer), 1(Integer), 476376.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 512.3(Double), 931.5(Double), 477207.4(Double), 59.0(Double), 84.8(Double), 814992.0(Double), 1245315.0(Double), 01(String) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466332(Integer), 107(Integer), 2(Integer), 146242.0(Double), 60.5(Double), 0.0(Double), 0.0(Double), 154.6(Double), 930.8(Double), 143901.7(Double), 45.5(Double), 93.8(Double), 321865.0(Double), 661863.0(Double), 01(String) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:23] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":121.8,"todayHours":1.2,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":106099.0,"currPower":63.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"63200.0","acFreq":"0.0","apparentPower":"63.2","reactivePower":"6552.9","acEnergy":"121800.0","todayEnergy":"121800.0","lifetimeEnergy":"106099.0","dcCurr":"51.8","dcVolt":"465.0","dcPower":"24088.7","temp":"55.0","powerFactor":"6455.6","ivtStatus":"01"}] }} [10:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 10(String), 05(String), 63.2(Float), 121.8(Float), 1.2(Float), 106099.0(Float), 01(String) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466333(Integer), 136(Integer), 1(Integer), 63200.0(Double), 0.0(Double), 63.2(Double), 6552.9(Double), 51.8(Double), 465.0(Double), 24088.7(Double), 55.0(Double), 6455.6(Double), 121800.0(Double), 106099.0(Double), 01(String) [10:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:24] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":1077.8,"todayHours":1.1,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1732789.0,"currPower":539.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"426562.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"857598.0","todayEnergy":"857598.0","lifetimeEnergy":"1130798.0","dcCurr":"457.9","dcVolt":"938.0","dcPower":"429510.2","temp":"52.8","powerFactor":"84.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"113352.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"220198.0","todayEnergy":"220198.0","lifetimeEnergy":"601991.0","dcCurr":"123.8","dcVolt":"935.7","dcPower":"115839.7","temp":"40.8","powerFactor":"92.6","ivtStatus":"01"}] }} [10:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 10(String), 05(String), 539.9(Float), 1077.8(Float), 1.1(Float), 1732789.0(Float), 01(String) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466334(Integer), 125(Integer), 1(Integer), 426562.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 457.9(Double), 938.0(Double), 429510.2(Double), 52.8(Double), 84.9(Double), 857598.0(Double), 1130798.0(Double), 01(String) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466334(Integer), 125(Integer), 2(Integer), 113352.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 123.8(Double), 935.7(Double), 115839.7(Double), 40.8(Double), 92.6(Double), 220198.0(Double), 601991.0(Double), 01(String) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:24] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":204.8,"todayHours":1.4,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255316.8,"currPower":98.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"35080.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"72600.0","todayEnergy":"72600.0","lifetimeEnergy":"90459.9","dcCurr":"249.0","dcVolt":"534.0","dcPower":"132966.0","temp":"50.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"30676.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"63600.0","todayEnergy":"63600.0","lifetimeEnergy":"79522.1","dcCurr":"168.0","dcVolt":"530.0","dcPower":"89040.0","temp":"53.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"33080.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"68600.0","todayEnergy":"68600.0","lifetimeEnergy":"85334.8","dcCurr":"253.0","dcVolt":"488.0","dcPower":"123464.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 10(String), 05(String), 98.8(Float), 204.8(Float), 1.4(Float), 255316.8(Float), 01(String) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466335(Integer), 131(Integer), 1(Integer), 35080.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 249.0(Double), 534.0(Double), 132966.0(Double), 50.0(Double), 0.0(Double), 72600.0(Double), 90459.9(Double), 01(String) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466335(Integer), 131(Integer), 2(Integer), 30676.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 168.0(Double), 530.0(Double), 89040.0(Double), 53.0(Double), 0.0(Double), 63600.0(Double), 79522.1(Double), 01(String) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466335(Integer), 131(Integer), 3(Integer), 33080.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 253.0(Double), 488.0(Double), 123464.0(Double), 51.0(Double), 0.0(Double), 68600.0(Double), 85334.8(Double), 01(String) [10:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:25] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":65.9,"todayHours":1.1,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15936.0,"currPower":25.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"25700.0","acFreq":"0.0","apparentPower":"25.7","reactivePower":"1.9","acEnergy":"65900.0","todayEnergy":"65900.0","lifetimeEnergy":"15936.0","dcCurr":"37.6","dcVolt":"696.7","dcPower":"26194.7","temp":"50.3","powerFactor":"100.0","ivtStatus":"01"}] }} [10:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 10(String), 05(String), 25.7(Float), 65.9(Float), 1.1(Float), 15936.0(Float), 01(String) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466336(Integer), 140(Integer), 1(Integer), 25700.0(Double), 0.0(Double), 25.7(Double), 1.9(Double), 37.6(Double), 696.7(Double), 26194.7(Double), 50.3(Double), 100.0(Double), 65900.0(Double), 15936.0(Double), 01(String) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:25] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":116.8,"todayHours":1.2,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27392.0,"currPower":45.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"45200.0","acFreq":"0.0","apparentPower":"45.2","reactivePower":"6551.9","acEnergy":"116800.0","todayEnergy":"116800.0","lifetimeEnergy":"27392.0","dcCurr":"19.5","dcVolt":"640.0","dcPower":"12479.4","temp":"51.7","powerFactor":"6454.6","ivtStatus":"01"}] }} [10:05:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 10(String), 05(String), 45.2(Float), 116.8(Float), 1.2(Float), 27392.0(Float), 01(String) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466337(Integer), 141(Integer), 1(Integer), 45200.0(Double), 0.0(Double), 45.2(Double), 6551.9(Double), 19.5(Double), 640.0(Double), 12479.4(Double), 51.7(Double), 6454.6(Double), 116800.0(Double), 27392.0(Double), 01(String) [10:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:26] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":1225.8,"todayHours":1.2,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1893919.0,"currPower":614.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"482742.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"957012.0","todayEnergy":"957012.0","lifetimeEnergy":"1222014.0","dcCurr":"516.7","dcVolt":"929.6","dcPower":"480324.3","temp":"60.3","powerFactor":"86.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"132160.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"268785.0","todayEnergy":"268785.0","lifetimeEnergy":"671905.0","dcCurr":"141.9","dcVolt":"927.3","dcPower":"131583.9","temp":"42.4","powerFactor":"94.1","ivtStatus":"01"}] }} [10:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 10(String), 05(String), 614.9(Float), 1225.8(Float), 1.2(Float), 1893919.0(Float), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466338(Integer), 109(Integer), 1(Integer), 482742.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 516.7(Double), 929.6(Double), 480324.3(Double), 60.3(Double), 86.6(Double), 957012.0(Double), 1222014.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466338(Integer), 109(Integer), 2(Integer), 132160.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 141.9(Double), 927.3(Double), 131583.9(Double), 42.4(Double), 94.1(Double), 268785.0(Double), 671905.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:26] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":870.3,"todayHours":0.9,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2425213.0,"currPower":384.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"24795.0","acFreq":"0.0","apparentPower":"24.8","reactivePower":"0.0","acEnergy":"62300.0","todayEnergy":"62300.0","lifetimeEnergy":"144389.0","dcCurr":"33.3","dcVolt":"562.7","dcPower":"18739.0","temp":"44.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"25322.0","acFreq":"0.0","apparentPower":"25.3","reactivePower":"0.0","acEnergy":"62300.0","todayEnergy":"62300.0","lifetimeEnergy":"163932.0","dcCurr":"34.5","dcVolt":"554.8","dcPower":"19141.8","temp":"46.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"25070.0","acFreq":"0.0","apparentPower":"25.1","reactivePower":"0.0","acEnergy":"63100.0","todayEnergy":"63100.0","lifetimeEnergy":"147272.0","dcCurr":"33.4","dcVolt":"569.3","dcPower":"19013.5","temp":"44.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"25315.0","acFreq":"0.0","apparentPower":"25.3","reactivePower":"0.0","acEnergy":"64100.0","todayEnergy":"64100.0","lifetimeEnergy":"152529.0","dcCurr":"33.3","dcVolt":"566.9","dcPower":"18878.9","temp":"45.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"26141.0","acFreq":"0.0","apparentPower":"26.1","reactivePower":"0.0","acEnergy":"64800.0","todayEnergy":"64800.0","lifetimeEnergy":"167704.0","dcCurr":"34.7","dcVolt":"566.4","dcPower":"19655.2","temp":"46.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"25860.0","acFreq":"0.0","apparentPower":"25.9","reactivePower":"0.0","acEnergy":"64800.0","todayEnergy":"64800.0","lifetimeEnergy":"167293.0","dcCurr":"34.7","dcVolt":"559.4","dcPower":"19412.3","temp":"45.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"24635.0","acFreq":"0.0","apparentPower":"24.6","reactivePower":"0.0","acEnergy":"62800.0","todayEnergy":"62800.0","lifetimeEnergy":"140952.0","dcCurr":"32.5","dcVolt":"568.4","dcPower":"18471.9","temp":"44.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"24756.0","acFreq":"0.0","apparentPower":"24.8","reactivePower":"0.0","acEnergy":"51300.0","todayEnergy":"51300.0","lifetimeEnergy":"158186.0","dcCurr":"32.5","dcVolt":"571.4","dcPower":"18569.4","temp":"45.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"13113.0","acFreq":"0.0","apparentPower":"13.1","reactivePower":"0.0","acEnergy":"23100.0","todayEnergy":"23100.0","lifetimeEnergy":"133704.0","dcCurr":"16.0","dcVolt":"636.7","dcPower":"10186.7","temp":"41.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"25161.0","acFreq":"0.0","apparentPower":"25.2","reactivePower":"0.0","acEnergy":"55900.0","todayEnergy":"55900.0","lifetimeEnergy":"160748.0","dcCurr":"33.2","dcVolt":"571.7","dcPower":"18981.5","temp":"45.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"25380.0","acFreq":"0.0","apparentPower":"25.4","reactivePower":"0.0","acEnergy":"58100.0","todayEnergy":"58100.0","lifetimeEnergy":"160809.0","dcCurr":"34.0","dcVolt":"568.3","dcPower":"19323.3","temp":"44.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"25366.0","acFreq":"0.0","apparentPower":"25.4","reactivePower":"0.0","acEnergy":"60600.0","todayEnergy":"60600.0","lifetimeEnergy":"163357.0","dcCurr":"34.1","dcVolt":"564.4","dcPower":"19244.9","temp":"44.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"29347.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"21000.0","todayEnergy":"21000.0","lifetimeEnergy":"160772.0","dcCurr":"41.5","dcVolt":"552.4","dcPower":"22923.2","temp":"37.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"22956.0","acFreq":"0.0","apparentPower":"23.0","reactivePower":"0.0","acEnergy":"57800.0","todayEnergy":"57800.0","lifetimeEnergy":"147458.0","dcCurr":"29.1","dcVolt":"565.8","dcPower":"16464.8","temp":"45.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"15694.0","acFreq":"0.0","apparentPower":"15.7","reactivePower":"0.0","acEnergy":"35200.0","todayEnergy":"35200.0","lifetimeEnergy":"99196.0","dcCurr":"27.4","dcVolt":"571.6","dcPower":"15661.8","temp":"42.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"25421.0","acFreq":"0.0","apparentPower":"25.4","reactivePower":"0.0","acEnergy":"63100.0","todayEnergy":"63100.0","lifetimeEnergy":"156912.0","dcCurr":"33.8","dcVolt":"566.5","dcPower":"19147.7","temp":"44.6","powerFactor":"0.0","ivtStatus":"01"}] }} [10:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 10(String), 05(String), 384.3(Float), 870.3(Float), 0.9(Float), 2425213.0(Float), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 1(Integer), 24795.0(Double), 0.0(Double), 24.8(Double), 0.0(Double), 33.3(Double), 562.7(Double), 18739.0(Double), 44.4(Double), 0.0(Double), 62300.0(Double), 144389.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 2(Integer), 25322.0(Double), 0.0(Double), 25.3(Double), 0.0(Double), 34.5(Double), 554.8(Double), 19141.8(Double), 46.1(Double), 0.0(Double), 62300.0(Double), 163932.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 3(Integer), 25070.0(Double), 0.0(Double), 25.1(Double), 0.0(Double), 33.4(Double), 569.3(Double), 19013.5(Double), 44.7(Double), 0.0(Double), 63100.0(Double), 147272.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 4(Integer), 25315.0(Double), 0.0(Double), 25.3(Double), 0.0(Double), 33.3(Double), 566.9(Double), 18878.9(Double), 45.3(Double), 0.0(Double), 64100.0(Double), 152529.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 5(Integer), 26141.0(Double), 0.0(Double), 26.1(Double), 0.0(Double), 34.7(Double), 566.4(Double), 19655.2(Double), 46.6(Double), 0.0(Double), 64800.0(Double), 167704.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 6(Integer), 25860.0(Double), 0.0(Double), 25.9(Double), 0.0(Double), 34.7(Double), 559.4(Double), 19412.3(Double), 45.6(Double), 0.0(Double), 64800.0(Double), 167293.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 7(Integer), 24635.0(Double), 0.0(Double), 24.6(Double), 0.0(Double), 32.5(Double), 568.4(Double), 18471.9(Double), 44.4(Double), 0.0(Double), 62800.0(Double), 140952.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 8(Integer), 24756.0(Double), 0.0(Double), 24.8(Double), 0.0(Double), 32.5(Double), 571.4(Double), 18569.4(Double), 45.2(Double), 0.0(Double), 51300.0(Double), 158186.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 9(Integer), 13113.0(Double), 0.0(Double), 13.1(Double), 0.0(Double), 16.0(Double), 636.7(Double), 10186.7(Double), 41.0(Double), 0.0(Double), 23100.0(Double), 133704.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 10(Integer), 25161.0(Double), 0.0(Double), 25.2(Double), 0.0(Double), 33.2(Double), 571.7(Double), 18981.5(Double), 45.8(Double), 0.0(Double), 55900.0(Double), 160748.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 11(Integer), 25380.0(Double), 0.0(Double), 25.4(Double), 0.0(Double), 34.0(Double), 568.3(Double), 19323.3(Double), 44.8(Double), 0.0(Double), 58100.0(Double), 160809.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 12(Integer), 25366.0(Double), 0.0(Double), 25.4(Double), 0.0(Double), 34.1(Double), 564.4(Double), 19244.9(Double), 44.7(Double), 0.0(Double), 60600.0(Double), 163357.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 13(Integer), 29347.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 41.5(Double), 552.4(Double), 22923.2(Double), 37.6(Double), 0.0(Double), 21000.0(Double), 160772.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 17(Integer), 22956.0(Double), 0.0(Double), 23.0(Double), 0.0(Double), 29.1(Double), 565.8(Double), 16464.8(Double), 45.1(Double), 0.0(Double), 57800.0(Double), 147458.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 18(Integer), 15694.0(Double), 0.0(Double), 15.7(Double), 0.0(Double), 27.4(Double), 571.6(Double), 15661.8(Double), 42.0(Double), 0.0(Double), 35200.0(Double), 99196.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466339(Integer), 92(Integer), 19(Integer), 25421.0(Double), 0.0(Double), 25.4(Double), 0.0(Double), 33.8(Double), 566.5(Double), 19147.7(Double), 44.6(Double), 0.0(Double), 63100.0(Double), 156912.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:26] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":1245.7,"todayHours":1.3,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3086611.0,"currPower":493.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"24810.0","acFreq":"0.0","apparentPower":"24.8","reactivePower":"0.0","acEnergy":"64800.0","todayEnergy":"64800.0","lifetimeEnergy":"152782.0","dcCurr":"33.0","dcVolt":"568.3","dcPower":"18755.0","temp":"45.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"25546.0","acFreq":"0.0","apparentPower":"25.5","reactivePower":"0.0","acEnergy":"66200.0","todayEnergy":"66200.0","lifetimeEnergy":"166569.0","dcCurr":"34.2","dcVolt":"560.4","dcPower":"19166.8","temp":"46.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"24520.0","acFreq":"0.0","apparentPower":"24.5","reactivePower":"0.0","acEnergy":"63700.0","todayEnergy":"63700.0","lifetimeEnergy":"146959.0","dcCurr":"32.5","dcVolt":"565.7","dcPower":"18384.2","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"25596.0","acFreq":"0.0","apparentPower":"25.6","reactivePower":"0.0","acEnergy":"65700.0","todayEnergy":"65700.0","lifetimeEnergy":"164721.0","dcCurr":"34.3","dcVolt":"562.7","dcPower":"19299.5","temp":"46.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"24681.0","acFreq":"0.0","apparentPower":"24.7","reactivePower":"0.0","acEnergy":"63200.0","todayEnergy":"63200.0","lifetimeEnergy":"147538.0","dcCurr":"32.9","dcVolt":"564.1","dcPower":"18558.9","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"25970.0","acFreq":"0.0","apparentPower":"26.0","reactivePower":"0.0","acEnergy":"65600.0","todayEnergy":"65600.0","lifetimeEnergy":"169683.0","dcCurr":"34.3","dcVolt":"568.9","dcPower":"19513.3","temp":"46.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"25836.0","acFreq":"0.0","apparentPower":"25.8","reactivePower":"0.0","acEnergy":"65900.0","todayEnergy":"65900.0","lifetimeEnergy":"166462.0","dcCurr":"34.5","dcVolt":"564.9","dcPower":"19489.0","temp":"46.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"24923.0","acFreq":"0.0","apparentPower":"24.9","reactivePower":"0.0","acEnergy":"64700.0","todayEnergy":"64700.0","lifetimeEnergy":"149871.0","dcCurr":"32.8","dcVolt":"571.1","dcPower":"18732.1","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"25484.0","acFreq":"0.0","apparentPower":"25.5","reactivePower":"0.0","acEnergy":"65300.0","todayEnergy":"65300.0","lifetimeEnergy":"165940.0","dcCurr":"33.8","dcVolt":"569.8","dcPower":"19260.4","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"23698.0","acFreq":"0.0","apparentPower":"23.7","reactivePower":"0.0","acEnergy":"61400.0","todayEnergy":"61400.0","lifetimeEnergy":"133706.0","dcCurr":"31.0","dcVolt":"570.2","dcPower":"17677.2","temp":"45.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"25599.0","acFreq":"0.0","apparentPower":"25.6","reactivePower":"0.0","acEnergy":"63700.0","todayEnergy":"63700.0","lifetimeEnergy":"161714.0","dcCurr":"34.4","dcVolt":"563.4","dcPower":"19379.8","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"23319.0","acFreq":"0.0","apparentPower":"23.3","reactivePower":"0.0","acEnergy":"60300.0","todayEnergy":"60300.0","lifetimeEnergy":"133382.0","dcCurr":"30.3","dcVolt":"574.0","dcPower":"17391.2","temp":"45.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"24930.0","acFreq":"0.0","apparentPower":"24.9","reactivePower":"0.0","acEnergy":"62200.0","todayEnergy":"62200.0","lifetimeEnergy":"159371.0","dcCurr":"33.1","dcVolt":"565.8","dcPower":"18728.0","temp":"46.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"24345.0","acFreq":"0.0","apparentPower":"24.3","reactivePower":"0.0","acEnergy":"61300.0","todayEnergy":"61300.0","lifetimeEnergy":"153166.0","dcCurr":"32.3","dcVolt":"568.2","dcPower":"18352.9","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"23741.0","acFreq":"0.0","apparentPower":"23.7","reactivePower":"0.0","acEnergy":"61100.0","todayEnergy":"61100.0","lifetimeEnergy":"136887.0","dcCurr":"31.5","dcVolt":"573.2","dcPower":"18054.8","temp":"46.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"25203.0","acFreq":"0.0","apparentPower":"25.2","reactivePower":"0.0","acEnergy":"58300.0","todayEnergy":"58300.0","lifetimeEnergy":"165620.0","dcCurr":"32.8","dcVolt":"573.3","dcPower":"18804.2","temp":"45.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"25212.0","acFreq":"0.0","apparentPower":"25.2","reactivePower":"0.0","acEnergy":"58300.0","todayEnergy":"58300.0","lifetimeEnergy":"161843.0","dcCurr":"33.2","dcVolt":"568.4","dcPower":"18872.0","temp":"45.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"22207.0","acFreq":"0.0","apparentPower":"22.2","reactivePower":"0.0","acEnergy":"53600.0","todayEnergy":"53600.0","lifetimeEnergy":"139491.0","dcCurr":"28.0","dcVolt":"564.9","dcPower":"15817.2","temp":"45.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"22060.0","acFreq":"0.0","apparentPower":"22.1","reactivePower":"0.0","acEnergy":"54200.0","todayEnergy":"54200.0","lifetimeEnergy":"139840.0","dcCurr":"28.1","dcVolt":"566.9","dcPower":"15929.0","temp":"45.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"25799.0","acFreq":"0.0","apparentPower":"25.8","reactivePower":"0.0","acEnergy":"66200.0","todayEnergy":"66200.0","lifetimeEnergy":"171066.0","dcCurr":"34.3","dcVolt":"568.8","dcPower":"19511.0","temp":"46.5","powerFactor":"0.0","ivtStatus":"01"}] }} [10:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 10(String), 05(String), 493.5(Float), 1245.7(Float), 1.3(Float), 3086611.0(Float), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 1(Integer), 24810.0(Double), 0.0(Double), 24.8(Double), 0.0(Double), 33.0(Double), 568.3(Double), 18755.0(Double), 45.8(Double), 0.0(Double), 64800.0(Double), 152782.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 2(Integer), 25546.0(Double), 0.0(Double), 25.5(Double), 0.0(Double), 34.2(Double), 560.4(Double), 19166.8(Double), 46.8(Double), 0.0(Double), 66200.0(Double), 166569.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 3(Integer), 24520.0(Double), 0.0(Double), 24.5(Double), 0.0(Double), 32.5(Double), 565.7(Double), 18384.2(Double), 45.7(Double), 0.0(Double), 63700.0(Double), 146959.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 4(Integer), 25596.0(Double), 0.0(Double), 25.6(Double), 0.0(Double), 34.3(Double), 562.7(Double), 19299.5(Double), 46.5(Double), 0.0(Double), 65700.0(Double), 164721.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 5(Integer), 24681.0(Double), 0.0(Double), 24.7(Double), 0.0(Double), 32.9(Double), 564.1(Double), 18558.9(Double), 46.0(Double), 0.0(Double), 63200.0(Double), 147538.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 6(Integer), 25970.0(Double), 0.0(Double), 26.0(Double), 0.0(Double), 34.3(Double), 568.9(Double), 19513.3(Double), 46.1(Double), 0.0(Double), 65600.0(Double), 169683.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 7(Integer), 25836.0(Double), 0.0(Double), 25.8(Double), 0.0(Double), 34.5(Double), 564.9(Double), 19489.0(Double), 46.5(Double), 0.0(Double), 65900.0(Double), 166462.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 8(Integer), 24923.0(Double), 0.0(Double), 24.9(Double), 0.0(Double), 32.8(Double), 571.1(Double), 18732.1(Double), 45.7(Double), 0.0(Double), 64700.0(Double), 149871.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 9(Integer), 25484.0(Double), 0.0(Double), 25.5(Double), 0.0(Double), 33.8(Double), 569.8(Double), 19260.4(Double), 45.7(Double), 0.0(Double), 65300.0(Double), 165940.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 10(Integer), 23698.0(Double), 0.0(Double), 23.7(Double), 0.0(Double), 31.0(Double), 570.2(Double), 17677.2(Double), 45.6(Double), 0.0(Double), 61400.0(Double), 133706.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 11(Integer), 25599.0(Double), 0.0(Double), 25.6(Double), 0.0(Double), 34.4(Double), 563.4(Double), 19379.8(Double), 46.0(Double), 0.0(Double), 63700.0(Double), 161714.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 12(Integer), 23319.0(Double), 0.0(Double), 23.3(Double), 0.0(Double), 30.3(Double), 574.0(Double), 17391.2(Double), 45.5(Double), 0.0(Double), 60300.0(Double), 133382.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 13(Integer), 24930.0(Double), 0.0(Double), 24.9(Double), 0.0(Double), 33.1(Double), 565.8(Double), 18728.0(Double), 46.1(Double), 0.0(Double), 62200.0(Double), 159371.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 14(Integer), 24345.0(Double), 0.0(Double), 24.3(Double), 0.0(Double), 32.3(Double), 568.2(Double), 18352.9(Double), 46.0(Double), 0.0(Double), 61300.0(Double), 153166.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 15(Integer), 23741.0(Double), 0.0(Double), 23.7(Double), 0.0(Double), 31.5(Double), 573.2(Double), 18054.8(Double), 46.6(Double), 0.0(Double), 61100.0(Double), 136887.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 16(Integer), 25203.0(Double), 0.0(Double), 25.2(Double), 0.0(Double), 32.8(Double), 573.3(Double), 18804.2(Double), 45.2(Double), 0.0(Double), 58300.0(Double), 165620.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 17(Integer), 25212.0(Double), 0.0(Double), 25.2(Double), 0.0(Double), 33.2(Double), 568.4(Double), 18872.0(Double), 45.6(Double), 0.0(Double), 58300.0(Double), 161843.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 18(Integer), 22207.0(Double), 0.0(Double), 22.2(Double), 0.0(Double), 28.0(Double), 564.9(Double), 15817.2(Double), 45.3(Double), 0.0(Double), 53600.0(Double), 139491.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 19(Integer), 22060.0(Double), 0.0(Double), 22.1(Double), 0.0(Double), 28.1(Double), 566.9(Double), 15929.0(Double), 45.1(Double), 0.0(Double), 54200.0(Double), 139840.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466340(Integer), 93(Integer), 20(Integer), 25799.0(Double), 0.0(Double), 25.8(Double), 0.0(Double), 34.3(Double), 568.8(Double), 19511.0(Double), 46.5(Double), 0.0(Double), 66200.0(Double), 171066.0(Double), 01(String) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:26] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":1125.7,"todayHours":1.1,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1652120.0,"currPower":563.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"437171.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"878193.0","todayEnergy":"878193.0","lifetimeEnergy":"1076497.0","dcCurr":"473.4","dcVolt":"933.9","dcPower":"442108.3","temp":"51.9","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"126249.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"247478.0","todayEnergy":"247478.0","lifetimeEnergy":"575623.0","dcCurr":"136.2","dcVolt":"927.4","dcPower":"126311.9","temp":"41.6","powerFactor":"99.8","ivtStatus":"01"}] }} [10:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [10:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 10(String), 05(String), 563.4(Float), 1125.7(Float), 1.1(Float), 1652120.0(Float), 01(String) [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466341(Integer), 123(Integer), 1(Integer), 437171.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 473.4(Double), 933.9(Double), 442108.3(Double), 51.9(Double), 100.0(Double), 878193.0(Double), 1076497.0(Double), 01(String) [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466341(Integer), 123(Integer), 2(Integer), 126249.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 136.2(Double), 927.4(Double), 126311.9(Double), 41.6(Double), 99.8(Double), 247478.0(Double), 575623.0(Double), 01(String) [10:05:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:28] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":1227.3,"todayHours":1.2,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1873951.0,"currPower":617.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"490104.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"970955.0","todayEnergy":"970955.0","lifetimeEnergy":"1208009.0","dcCurr":"513.3","dcVolt":"932.9","dcPower":"478857.6","temp":"55.9","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"127825.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"256332.0","todayEnergy":"256332.0","lifetimeEnergy":"665942.0","dcCurr":"126.2","dcVolt":"936.1","dcPower":"118135.8","temp":"42.2","powerFactor":"99.9","ivtStatus":"01"}] }} [10:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 10(String), 05(String), 617.9(Float), 1227.3(Float), 1.2(Float), 1873951.0(Float), 01(String) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:28] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":1235.6,"todayHours":1.2,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1820977.0,"currPower":614.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"477684.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"960571.0","todayEnergy":"960571.0","lifetimeEnergy":"1195258.0","dcCurr":"515.4","dcVolt":"930.0","dcPower":"479322.0","temp":"58.6","powerFactor":"84.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"136295.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"275041.0","todayEnergy":"275041.0","lifetimeEnergy":"625719.0","dcCurr":"134.2","dcVolt":"926.5","dcPower":"124336.3","temp":"45.0","powerFactor":"94.7","ivtStatus":"01"}] }} [10:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466342(Integer), 105(Integer), 1(Integer), 490104.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 513.3(Double), 932.9(Double), 478857.6(Double), 55.9(Double), 100.0(Double), 970955.0(Double), 1208009.0(Double), 01(String) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466342(Integer), 105(Integer), 2(Integer), 127825.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 126.2(Double), 936.1(Double), 118135.8(Double), 42.2(Double), 99.9(Double), 256332.0(Double), 665942.0(Double), 01(String) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 10(String), 05(String), 614.0(Float), 1235.6(Float), 1.2(Float), 1820977.0(Float), 01(String) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466343(Integer), 102(Integer), 1(Integer), 477684.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 515.4(Double), 930.0(Double), 479322.0(Double), 58.6(Double), 84.6(Double), 960571.0(Double), 1195258.0(Double), 01(String) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466343(Integer), 102(Integer), 2(Integer), 136295.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 134.2(Double), 926.5(Double), 124336.3(Double), 45.0(Double), 94.7(Double), 275041.0(Double), 625719.0(Double), 01(String) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:28] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":1233.3,"todayHours":1.2,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1879332.0,"currPower":611.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"481582.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"983113.0","todayEnergy":"983113.0","lifetimeEnergy":"1228301.0","dcCurr":"517.8","dcVolt":"933.3","dcPower":"483262.7","temp":"58.7","powerFactor":"86.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"129921.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"250177.0","todayEnergy":"250177.0","lifetimeEnergy":"651031.0","dcCurr":"140.2","dcVolt":"947.2","dcPower":"132797.4","temp":"43.5","powerFactor":"92.5","ivtStatus":"01"}] }} [10:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 10(String), 05(String), 611.5(Float), 1233.3(Float), 1.2(Float), 1879332.0(Float), 01(String) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466344(Integer), 122(Integer), 1(Integer), 481582.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 517.8(Double), 933.3(Double), 483262.7(Double), 58.7(Double), 86.1(Double), 983113.0(Double), 1228301.0(Double), 01(String) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466344(Integer), 122(Integer), 2(Integer), 129921.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 140.2(Double), 947.2(Double), 132797.4(Double), 43.5(Double), 92.5(Double), 250177.0(Double), 651031.0(Double), 01(String) [10:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:30] [DEBUG] controller.InverterController - {"plantSeq":104,"todayEnergy":1245.0,"todayHours":1.2,"lastdayEnergy":1836608.0,"lastdayHours":1838.4,"lifetimeEnergy":1837853.0,"currPower":623.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"489237.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"983118.0","todayEnergy":"983118.0","lifetimeEnergy":"1178219.0","dcCurr":"536.4","dcVolt":"932.5","dcPower":"500193.0","temp":"57.2","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"135480.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"262781.0","todayEnergy":"262781.0","lifetimeEnergy":"659635.0","dcCurr":"137.4","dcVolt":"937.2","dcPower":"128771.3","temp":"47.2","powerFactor":"100.0","ivtStatus":"01"}] }} [10:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2023-08-02(String), 10(String), 05(String), 623.9(Float), 1245.0(Float), 1.2(Float), 1837853.0(Float), 01(String) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466345(Integer), 104(Integer), 1(Integer), 489237.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 536.4(Double), 932.5(Double), 500193.0(Double), 57.2(Double), 100.0(Double), 983118.0(Double), 1178219.0(Double), 01(String) [10:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:30] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":1221.3,"todayHours":1.2,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1858724.0,"currPower":600.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"466491.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"959994.0","todayEnergy":"959994.0","lifetimeEnergy":"1220862.0","dcCurr":"500.1","dcVolt":"931.6","dcPower":"465893.2","temp":"57.2","powerFactor":"85.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"133697.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"261301.0","todayEnergy":"261301.0","lifetimeEnergy":"637862.0","dcCurr":"131.8","dcVolt":"932.9","dcPower":"122956.2","temp":"43.2","powerFactor":"95.2","ivtStatus":"01"}] }} [10:05:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466345(Integer), 104(Integer), 2(Integer), 135480.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 137.4(Double), 937.2(Double), 128771.3(Double), 47.2(Double), 100.0(Double), 262781.0(Double), 659635.0(Double), 01(String) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 10(String), 05(String), 600.2(Float), 1221.3(Float), 1.2(Float), 1858724.0(Float), 01(String) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466346(Integer), 101(Integer), 1(Integer), 466491.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 500.1(Double), 931.6(Double), 465893.2(Double), 57.2(Double), 85.0(Double), 959994.0(Double), 1220862.0(Double), 01(String) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466346(Integer), 101(Integer), 2(Integer), 133697.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 131.8(Double), 932.9(Double), 122956.2(Double), 43.2(Double), 95.2(Double), 261301.0(Double), 637862.0(Double), 01(String) [10:05:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:31] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:31] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":1247.2,"todayHours":1.2,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1933348.0,"currPower":626.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"492097.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"986481.0","todayEnergy":"986481.0","lifetimeEnergy":"1259515.0","dcCurr":"533.4","dcVolt":"932.1","dcPower":"497182.2","temp":"61.5","powerFactor":"85.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"134003.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"260699.0","todayEnergy":"260699.0","lifetimeEnergy":"673833.0","dcCurr":"130.9","dcVolt":"927.7","dcPower":"121435.9","temp":"45.1","powerFactor":"94.5","ivtStatus":"01"}] }} [10:05:31] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 10(String), 05(String), 626.1(Float), 1247.2(Float), 1.2(Float), 1933348.0(Float), 01(String) [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466347(Integer), 103(Integer), 1(Integer), 492097.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 533.4(Double), 932.1(Double), 497182.2(Double), 61.5(Double), 85.6(Double), 986481.0(Double), 1259515.0(Double), 01(String) [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466347(Integer), 103(Integer), 2(Integer), 134003.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 130.9(Double), 927.7(Double), 121435.9(Double), 45.1(Double), 94.5(Double), 260699.0(Double), 673833.0(Double), 01(String) [10:05:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:34] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:34] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":812.0,"todayHours":1.0,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1556944.0,"currPower":470.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"412420.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"684861.0","todayEnergy":"684861.0","lifetimeEnergy":"1058783.0","dcCurr":"448.5","dcVolt":"929.8","dcPower":"417015.3","temp":"54.3","powerFactor":"86.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"58443.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"127165.0","todayEnergy":"127165.0","lifetimeEnergy":"498161.0","dcCurr":"60.9","dcVolt":"943.0","dcPower":"57428.7","temp":"35.6","powerFactor":"94.1","ivtStatus":"01"}] }} [10:05:34] [DEBUG] controller.InverterController - ------------------------------------------ [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 10(String), 05(String), 470.9(Float), 812.0(Float), 1.0(Float), 1556944.0(Float), 01(String) [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466348(Integer), 110(Integer), 1(Integer), 412420.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 448.5(Double), 929.8(Double), 417015.3(Double), 54.3(Double), 86.9(Double), 684861.0(Double), 1058783.0(Double), 01(String) [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466348(Integer), 110(Integer), 2(Integer), 58443.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 60.9(Double), 943.0(Double), 57428.7(Double), 35.6(Double), 94.1(Double), 127165.0(Double), 498161.0(Double), 01(String) [10:05:34] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:07:59] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:08:03] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:08:03] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :elt02, login_channel : null [10:08:03] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:08:03] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:08:03] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [10:08:03] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:08:03] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/view.co [10:08:03] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:08:03] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : elt02 [10:08:03] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [10:08:03] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:08:03] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : elt02, mappingList.size : 1 [10:08:03] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:08:03] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[elt02] roles roles [0]ROLE_01 [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String), 01(String), 9F1258566B836F48291D66F5A3841774(String), PHONE(String) [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466329(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:08:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:08:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:08:55] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 281 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [10:08:55] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"29.4","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"27.3","cloud":"1","weatherCode":"10710380"},{"plantSeq":"141","temp":"27.0","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.3","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.2","cloud":"1","weatherCode":"01780250"},{"plantSeq":"138","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"29.6","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"30.4","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"29.9","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.8","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"27.0","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"28.9","cloud":"1","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"26.9","cloud":"7","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"1","weatherCode":"01820250"},{"plantSeq":"82","temp":"26.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"26.6","cloud":"1","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"25.0","cloud":"1","weatherCode":"04210330"},{"plantSeq":"74","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"25.0","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.3","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"29.0","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"28.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"25.8","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.8","cloud":"5","weatherCode":"04170340"},{"plantSeq":"32","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"28.6","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"28.5","cloud":"5","weatherCode":"13800350"},{"plantSeq":"20","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"19","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"30.5","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"26.1","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"09"} [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, p1.oseq as prevOseq, p1.inputHour as prevInputHour, p1.inputMinute as prevMinute, p1.currPower as prevCurrPower, TRUNCATE(IFNULL(p1.todayEnergy, 0), 1) as prevTodayEnergy, p1.createDatetime as prevCreateDatetime from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, TRUNCATE(IFNULL(o.todayEnergy,0), 1) as todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.seq ) ) p, t_ivtoverview p1 where p.plantSeq = p1.plantSeq and p1.inputDate = ? and p1.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.plantSeq and oseq < p.oseq ) )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:08:55] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, d.ivtIdx as prevIvtIdx, d.dcPower as prevDcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as prevTodayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as prevLifetimeEnergy from ( select p.* , o.oseq as prevOseq, o.inputHour as prevInputHour, o.inputMinute as prevInputMinute from ( select p.*, d.ivtIdx, d.dcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as todayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as lifetimeEnergy from ( select p.*, o.oseq, o.plantSeq, o.inputHour, o.inputMinute from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and v.ivtType='03' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.oseq ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq and oseq < p.oseq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.prevOseq and p.ivtIdx = d.ivtIdx )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 65 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:08:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 57 [10:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [10:10:19] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:10:21] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:10:21] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :gwangil, login_channel : null [10:10:21] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:10:21] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:10:21] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [10:10:21] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:10:21] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [10:10:21] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:10:21] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : gwangil [10:10:21] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [10:10:21] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String) [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:10:21] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : gwangil, mappingList.size : 1 [10:10:21] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:10:21] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[gwangil] roles roles [0]ROLE_01 [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: gwangil(String), 01(String), 1E0B430A86E6FF96F36187F14FB63D22(String), PHONE(String) [10:10:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:10:21] [DEBUG] controller.EssController - ----------------------------------------------- [10:10:21] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 211.184.107.225, 211.184.107.225, param : code=404 [10:10:21] [DEBUG] controller.EssController - ----------------------------------------------- [10:10:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:10:22] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 42, param.plantSeq : 0 [10:10:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:10:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:10:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2023-08-02(String), 42(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:10:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:10:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:10:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2023-08-01(String), 42(Integer), 0(Integer), 2023-07-31(String), 42(Integer), 0(Integer), 2023-08-02(String), 107573(Integer) [10:10:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:10:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:10:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2023-08-02(String), 42(Integer), 2023-08-02(String), 42(Integer) [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 4 [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2023-07-19(String) [10:10:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 0(Integer), 2023-08-02(String), 42(Integer), 0(Integer), 2023-08-02(String) [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 42(Integer), 0(Integer), 42(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 42(Integer), 1(Integer), 2023-08-02(String), 42(Integer), 1(Integer), 2023-08-02(String) [10:10:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466329(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:10:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [10:13:00] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:13:04] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:13:04] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sunwon, login_channel : null [10:13:04] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:13:04] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:13:04] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [10:13:04] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:13:04] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/view.co [10:13:04] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:13:04] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : sunwon [10:13:04] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [10:13:04] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:13:04] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : sunwon, mappingList.size : 1 [10:13:04] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:13:04] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[sunwon] roles roles [0]ROLE_01 [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String), 01(String), D791A435D18E8309C0F4731D0E94227A(String), WEB(String) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:13:04] [DEBUG] controller.EssController - ----------------------------------------------- [10:13:04] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 82, param.plantSeq : 0 [10:13:04] [DEBUG] controller.EssController - ----------------------------------------------- [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 82(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 0(Integer), 2023-08-01(String), 82(Integer), 0(Integer), 2023-07-31(String), 82(Integer), 0(Integer), 2023-08-02(String), 107574(Integer) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 82(Integer), 2023-08-02(String), 82(Integer) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 01(String), 2023-07-19(String) [10:13:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:13:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:13:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 0(Integer), 2023-08-02(String), 82(Integer), 0(Integer), 2023-08-02(String) [10:13:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:13:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:13:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 82(Integer), 0(Integer), 82(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:13:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:13:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:13:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 1(Integer), 2023-08-02(String), 82(Integer), 1(Integer), 2023-08-02(String) [10:13:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:17:19] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:18:56] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 296 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [10:18:56] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"29.4","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"27.3","cloud":"1","weatherCode":"10710380"},{"plantSeq":"141","temp":"27.0","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"26.3","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"26.2","cloud":"1","weatherCode":"01780250"},{"plantSeq":"138","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"28.8","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"29.6","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"30.4","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"29.9","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"28.8","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"30.3","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.0","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"28.8","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"27.0","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"28.9","cloud":"1","weatherCode":"04113250"},{"plantSeq":"94","temp":"26.6","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"22.4","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"24.6","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"85","temp":"25.1","cloud":"1","weatherCode":"16150380"},{"plantSeq":"84","temp":"26.9","cloud":"7","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"1","weatherCode":"01820250"},{"plantSeq":"82","temp":"26.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"26.6","cloud":"1","weatherCode":"04170320"},{"plantSeq":"80","temp":"24.7","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"25.3","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"25.0","cloud":"1","weatherCode":"04210330"},{"plantSeq":"74","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"73","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"64","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"60","temp":"25.0","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"28.5","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.3","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"29.0","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"28.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"24.9","cloud":"1","weatherCode":"13740250"},{"plantSeq":"42","temp":"25.8","cloud":"1","weatherCode":"16150250"},{"plantSeq":"41","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"29.6","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"25.8","cloud":"5","weatherCode":"04170340"},{"plantSeq":"32","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"28.5","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"28.3","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"24.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"28.6","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"28.5","cloud":"5","weatherCode":"13800350"},{"plantSeq":"20","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"19","temp":"27.3","cloud":"7","weatherCode":"13750330"},{"plantSeq":"18","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"17","temp":"28.8","cloud":"5","weatherCode":"13210114"},{"plantSeq":"16","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"27.8","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"30.5","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"26.1","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"09"} [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, p1.oseq as prevOseq, p1.inputHour as prevInputHour, p1.inputMinute as prevMinute, p1.currPower as prevCurrPower, TRUNCATE(IFNULL(p1.todayEnergy, 0), 1) as prevTodayEnergy, p1.createDatetime as prevCreateDatetime from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, TRUNCATE(IFNULL(o.todayEnergy,0), 1) as todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.seq ) ) p, t_ivtoverview p1 where p.plantSeq = p1.plantSeq and p1.inputDate = ? and p1.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.plantSeq and oseq < p.oseq ) )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:18:56] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, d.ivtIdx as prevIvtIdx, d.dcPower as prevDcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as prevTodayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as prevLifetimeEnergy from ( select p.* , o.oseq as prevOseq, o.inputHour as prevInputHour, o.inputMinute as prevInputMinute from ( select p.*, d.ivtIdx, d.dcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as todayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as lifetimeEnergy from ( select p.*, o.oseq, o.plantSeq, o.inputHour, o.inputMinute from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and v.ivtType='03' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.oseq ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq and oseq < p.oseq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.prevOseq and p.ivtIdx = d.ivtIdx )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 65 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:18:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 57 [10:18:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:18:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:18:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [10:24:54] [DEBUG] controller.InverterController - ------------------------------------------ [10:24:54] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":963.8,"todayHours":1.1,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1557096.0,"currPower":487.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"425926.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"817666.0","todayEnergy":"817666.0","lifetimeEnergy":"1058916.0","dcCurr":"462.3","dcVolt":"931.3","dcPower":"430540.0","temp":"56.7","powerFactor":"85.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"61276.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"146144.0","todayEnergy":"146144.0","lifetimeEnergy":"498180.0","dcCurr":"63.8","dcVolt":"929.1","dcPower":"59276.6","temp":"36.3","powerFactor":"93.6","ivtStatus":"01"}] }} [10:24:54] [DEBUG] controller.InverterController - ------------------------------------------ [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 10(String), 24(String), 487.2(Float), 963.8(Float), 1.1(Float), 1557096.0(Float), 01(String) [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466354(Integer), 110(Integer), 1(Integer), 425926.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 462.3(Double), 931.3(Double), 430540.0(Double), 56.7(Double), 85.6(Double), 817666.0(Double), 1058916.0(Double), 01(String) [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466354(Integer), 110(Integer), 2(Integer), 61276.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 63.8(Double), 929.1(Double), 59276.6(Double), 36.3(Double), 93.6(Double), 146144.0(Double), 498180.0(Double), 01(String) [10:24:54] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:24:57] [DEBUG] controller.InverterController - ------------------------------------------ [10:24:57] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":1333.2,"todayHours":1.3,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1705902.0,"currPower":566.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"440563.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1029863.0","todayEnergy":"1029863.0","lifetimeEnergy":"1104963.0","dcCurr":"469.0","dcVolt":"930.0","dcPower":"436170.0","temp":"58.1","powerFactor":"85.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"125462.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"303352.0","todayEnergy":"303352.0","lifetimeEnergy":"600939.0","dcCurr":"129.6","dcVolt":"936.1","dcPower":"121318.6","temp":"43.5","powerFactor":"92.3","ivtStatus":"01"}] }} [10:24:57] [DEBUG] controller.InverterController - ------------------------------------------ [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 10(String), 24(String), 566.0(Float), 1333.2(Float), 1.3(Float), 1705902.0(Float), 01(String) [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466355(Integer), 106(Integer), 1(Integer), 440563.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 469.0(Double), 930.0(Double), 436170.0(Double), 58.1(Double), 85.7(Double), 1029863.0(Double), 1104963.0(Double), 01(String) [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466355(Integer), 106(Integer), 2(Integer), 125462.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 129.6(Double), 936.1(Double), 121318.6(Double), 43.5(Double), 92.3(Double), 303352.0(Double), 600939.0(Double), 01(String) [10:24:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:24:58] [DEBUG] controller.InverterController - ------------------------------------------ [10:24:58] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":1377.1,"todayHours":1.4,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1893048.0,"currPower":598.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"473684.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1095944.0","todayEnergy":"1095944.0","lifetimeEnergy":"1418909.0","dcCurr":"547.4","dcVolt":"930.5","dcPower":"509355.7","temp":"64.8","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"124986.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"281201.0","todayEnergy":"281201.0","lifetimeEnergy":"474139.0","dcCurr":"132.5","dcVolt":"936.6","dcPower":"124099.5","temp":"46.1","powerFactor":"99.9","ivtStatus":"01"}] }} [10:24:58] [DEBUG] controller.InverterController - ------------------------------------------ [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 10(String), 24(String), 598.7(Float), 1377.1(Float), 1.4(Float), 1893048.0(Float), 01(String) [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466356(Integer), 111(Integer), 1(Integer), 473684.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 547.4(Double), 930.5(Double), 509355.7(Double), 64.8(Double), 100.0(Double), 1095944.0(Double), 1418909.0(Double), 01(String) [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466356(Integer), 111(Integer), 2(Integer), 124986.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 132.5(Double), 936.6(Double), 124099.5(Double), 46.1(Double), 99.9(Double), 281201.0(Double), 474139.0(Double), 01(String) [10:24:58] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:04] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:04] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":1130.3,"todayHours":1.1,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1877655.0,"currPower":540.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"423552.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"916320.0","todayEnergy":"916320.0","lifetimeEnergy":"1199798.0","dcCurr":"462.0","dcVolt":"931.3","dcPower":"430260.6","temp":"56.4","powerFactor":"86.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"117358.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"213987.0","todayEnergy":"213987.0","lifetimeEnergy":"677857.0","dcCurr":"125.8","dcVolt":"929.5","dcPower":"116931.1","temp":"40.7","powerFactor":"94.5","ivtStatus":"01"}] }} [10:25:04] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 10(String), 25(String), 540.9(Float), 1130.3(Float), 1.1(Float), 1877655.0(Float), 01(String) [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466357(Integer), 113(Integer), 1(Integer), 423552.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 462.0(Double), 931.3(Double), 430260.6(Double), 56.4(Double), 86.2(Double), 916320.0(Double), 1199798.0(Double), 01(String) [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466357(Integer), 113(Integer), 2(Integer), 117358.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 125.8(Double), 929.5(Double), 116931.1(Double), 40.7(Double), 94.5(Double), 213987.0(Double), 677857.0(Double), 01(String) [10:25:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:05] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:05] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":106.8,"todayHours":1.1,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11511.0,"currPower":41.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"41400.0","acFreq":"0.0","apparentPower":"41.4","reactivePower":"6552.1","acEnergy":"106800.0","todayEnergy":"106800.0","lifetimeEnergy":"11511.0","dcCurr":"16.4","dcVolt":"416.6","dcPower":"6832.8","temp":"44.6","powerFactor":"6454.6","ivtStatus":"01"}] }} [10:25:05] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 10(String), 25(String), 41.4(Float), 106.8(Float), 1.1(Float), 11511.0(Float), 01(String) [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466358(Integer), 142(Integer), 1(Integer), 41400.0(Double), 0.0(Double), 41.4(Double), 6552.1(Double), 16.4(Double), 416.6(Double), 6832.8(Double), 44.6(Double), 6454.6(Double), 106800.0(Double), 11511.0(Double), 01(String) [10:25:05] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:09] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:09] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":207.2,"todayHours":1.3,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266509.5,"currPower":88.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"31370.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"77100.0","todayEnergy":"77100.0","lifetimeEnergy":"93326.1","dcCurr":"196.0","dcVolt":"520.0","dcPower":"101920.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"28231.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"57300.0","todayEnergy":"57300.0","lifetimeEnergy":"87897.0","dcCurr":"172.0","dcVolt":"522.0","dcPower":"89784.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"28650.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"72800.0","todayEnergy":"72800.0","lifetimeEnergy":"85286.4","dcCurr":"182.0","dcVolt":"509.0","dcPower":"92638.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:25:09] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 10(String), 25(String), 88.3(Float), 207.2(Float), 1.3(Float), 266509.5(Float), 01(String) [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466359(Integer), 132(Integer), 1(Integer), 31370.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 196.0(Double), 520.0(Double), 101920.0(Double), 51.0(Double), 0.0(Double), 77100.0(Double), 93326.1(Double), 01(String) [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466359(Integer), 132(Integer), 2(Integer), 28231.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 172.0(Double), 522.0(Double), 89784.0(Double), 48.0(Double), 0.0(Double), 57300.0(Double), 87897.0(Double), 01(String) [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466359(Integer), 132(Integer), 3(Integer), 28650.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 182.0(Double), 509.0(Double), 92638.0(Double), 49.0(Double), 0.0(Double), 72800.0(Double), 85286.4(Double), 01(String) [10:25:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:10] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:10] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":1212.0,"todayHours":1.2,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1695106.0,"currPower":520.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"403659.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"938261.0","todayEnergy":"938261.0","lifetimeEnergy":"1091547.0","dcCurr":"442.8","dcVolt":"928.6","dcPower":"411184.1","temp":"52.7","powerFactor":"99.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"116763.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"273697.0","todayEnergy":"273697.0","lifetimeEnergy":"603559.0","dcCurr":"124.4","dcVolt":"928.9","dcPower":"115555.2","temp":"43.9","powerFactor":"99.8","ivtStatus":"01"}] }} [10:25:10] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 10(String), 25(String), 520.4(Float), 1212.0(Float), 1.2(Float), 1695106.0(Float), 01(String) [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466360(Integer), 124(Integer), 1(Integer), 403659.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 442.8(Double), 928.6(Double), 411184.1(Double), 52.7(Double), 99.6(Double), 938261.0(Double), 1091547.0(Double), 01(String) [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466360(Integer), 124(Integer), 2(Integer), 116763.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 124.4(Double), 928.9(Double), 115555.2(Double), 43.9(Double), 99.8(Double), 273697.0(Double), 603559.0(Double), 01(String) [10:25:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:12] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:12] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":190.1,"todayHours":1.1,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199491.0,"currPower":67.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"34500.0","acFreq":"0.0","apparentPower":"34.5","reactivePower":"6551.6","acEnergy":"91400.0","todayEnergy":"91400.0","lifetimeEnergy":"101115.0","dcCurr":"20.3","dcVolt":"543.6","dcPower":"11035.1","temp":"49.6","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"32700.0","acFreq":"0.0","apparentPower":"32.7","reactivePower":"6553.3","acEnergy":"98700.0","todayEnergy":"98700.0","lifetimeEnergy":"98376.0","dcCurr":"21.2","dcVolt":"525.4","dcPower":"11138.5","temp":"50.7","powerFactor":"6455.6","ivtStatus":"01"}] }} [10:25:12] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 10(String), 25(String), 67.2(Float), 190.1(Float), 1.1(Float), 199491.0(Float), 01(String) [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466361(Integer), 134(Integer), 1(Integer), 34500.0(Double), 0.0(Double), 34.5(Double), 6551.6(Double), 20.3(Double), 543.6(Double), 11035.1(Double), 49.6(Double), 6455.6(Double), 91400.0(Double), 101115.0(Double), 01(String) [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466361(Integer), 134(Integer), 2(Integer), 32700.0(Double), 0.0(Double), 32.7(Double), 6553.3(Double), 21.2(Double), 525.4(Double), 11138.5(Double), 50.7(Double), 6455.6(Double), 98700.0(Double), 98376.0(Double), 01(String) [10:25:12] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:15] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:15] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":342.7,"todayHours":1.7,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413929.0,"currPower":122.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"30500.0","acFreq":"0.0","apparentPower":"30.5","reactivePower":"1.4","acEnergy":"85200.0","todayEnergy":"85200.0","lifetimeEnergy":"100901.0","dcCurr":"59.4","dcVolt":"507.2","dcPower":"30129.7","temp":"58.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"30900.0","acFreq":"0.0","apparentPower":"30.9","reactivePower":"2.3","acEnergy":"86700.0","todayEnergy":"86700.0","lifetimeEnergy":"102416.0","dcCurr":"60.5","dcVolt":"509.0","dcPower":"30794.5","temp":"56.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"30300.0","acFreq":"0.0","apparentPower":"30.3","reactivePower":"2.1","acEnergy":"84300.0","todayEnergy":"84300.0","lifetimeEnergy":"103995.0","dcCurr":"59.3","dcVolt":"510.1","dcPower":"30248.9","temp":"53.1","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"30900.0","acFreq":"0.0","apparentPower":"30.9","reactivePower":"2.0","acEnergy":"86500.0","todayEnergy":"86500.0","lifetimeEnergy":"106617.0","dcCurr":"60.4","dcVolt":"510.0","dcPower":"30804.0","temp":"50.5","powerFactor":"100.0","ivtStatus":"01"}] }} [10:25:15] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 10(String), 25(String), 122.6(Float), 342.7(Float), 1.7(Float), 413929.0(Float), 01(String) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466362(Integer), 99(Integer), 1(Integer), 30500.0(Double), 0.0(Double), 30.5(Double), 1.4(Double), 59.4(Double), 507.2(Double), 30129.7(Double), 58.3(Double), 100.0(Double), 85200.0(Double), 100901.0(Double), 01(String) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466362(Integer), 99(Integer), 2(Integer), 30900.0(Double), 0.0(Double), 30.9(Double), 2.3(Double), 60.5(Double), 509.0(Double), 30794.5(Double), 56.4(Double), 100.0(Double), 86700.0(Double), 102416.0(Double), 01(String) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466362(Integer), 99(Integer), 3(Integer), 30300.0(Double), 0.0(Double), 30.3(Double), 2.1(Double), 59.3(Double), 510.1(Double), 30248.9(Double), 53.1(Double), 100.0(Double), 84300.0(Double), 103995.0(Double), 01(String) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466362(Integer), 99(Integer), 4(Integer), 30900.0(Double), 0.0(Double), 30.9(Double), 2.0(Double), 60.4(Double), 510.0(Double), 30804.0(Double), 50.5(Double), 100.0(Double), 86500.0(Double), 106617.0(Double), 01(String) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:15] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:15] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":1297.5,"todayHours":1.3,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1809625.0,"currPower":544.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"429529.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"996092.0","todayEnergy":"996092.0","lifetimeEnergy":"1173531.0","dcCurr":"468.9","dcVolt":"933.9","dcPower":"437905.7","temp":"60.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"115295.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"301382.0","todayEnergy":"301382.0","lifetimeEnergy":"636094.0","dcCurr":"120.2","dcVolt":"931.3","dcPower":"111942.3","temp":"49.6","powerFactor":"99.8","ivtStatus":"01"}] }} [10:25:15] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 10(String), 25(String), 544.8(Float), 1297.5(Float), 1.3(Float), 1809625.0(Float), 01(String) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466363(Integer), 126(Integer), 1(Integer), 429529.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 468.9(Double), 933.9(Double), 437905.7(Double), 60.5(Double), 100.0(Double), 996092.0(Double), 1173531.0(Double), 01(String) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466363(Integer), 126(Integer), 2(Integer), 115295.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 120.2(Double), 931.3(Double), 111942.3(Double), 49.6(Double), 99.8(Double), 301382.0(Double), 636094.0(Double), 01(String) [10:25:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:17] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":112.9,"todayHours":1.1,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":91051.0,"currPower":43.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"43500.0","acFreq":"0.0","apparentPower":"43.5","reactivePower":"6551.6","acEnergy":"112900.0","todayEnergy":"112900.0","lifetimeEnergy":"91051.0","dcCurr":"37.6","dcVolt":"485.7","dcPower":"18262.3","temp":"46.1","powerFactor":"6454.6","ivtStatus":"01"}] }} [10:25:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 10(String), 25(String), 43.5(Float), 112.9(Float), 1.1(Float), 91051.0(Float), 01(String) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466364(Integer), 138(Integer), 1(Integer), 43500.0(Double), 0.0(Double), 43.5(Double), 6551.6(Double), 37.6(Double), 485.7(Double), 18262.3(Double), 46.1(Double), 6454.6(Double), 112900.0(Double), 91051.0(Double), 01(String) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:17] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":1094.2,"todayHours":1.1,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1792812.0,"currPower":567.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"439546.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"866152.0","todayEnergy":"866152.0","lifetimeEnergy":"1172666.0","dcCurr":"478.9","dcVolt":"933.6","dcPower":"447101.0","temp":"69.5","powerFactor":"85.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"127471.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"228025.0","todayEnergy":"228025.0","lifetimeEnergy":"620146.0","dcCurr":"128.9","dcVolt":"931.7","dcPower":"120096.1","temp":"53.7","powerFactor":"94.6","ivtStatus":"01"}] }} [10:25:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [10:25:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:17] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":155.6,"todayHours":1.6,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212627.8,"currPower":61.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"32250.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"82500.0","todayEnergy":"82500.0","lifetimeEnergy":"112520.2","dcCurr":"138.0","dcVolt":"559.0","dcPower":"77142.0","temp":"58.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"28853.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"73100.0","todayEnergy":"73100.0","lifetimeEnergy":"100107.6","dcCurr":"139.0","dcVolt":"534.0","dcPower":"74226.0","temp":"55.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:25:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 10(String), 25(String), 567.0(Float), 1094.2(Float), 1.1(Float), 1792812.0(Float), 01(String) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466365(Integer), 108(Integer), 1(Integer), 439546.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 478.9(Double), 933.6(Double), 447101.0(Double), 69.5(Double), 85.7(Double), 866152.0(Double), 1172666.0(Double), 01(String) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466365(Integer), 108(Integer), 2(Integer), 127471.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 128.9(Double), 931.7(Double), 120096.1(Double), 53.7(Double), 94.6(Double), 228025.0(Double), 620146.0(Double), 01(String) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 10(String), 25(String), 61.1(Float), 155.6(Float), 1.6(Float), 212627.8(Float), 01(String) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466366(Integer), 129(Integer), 1(Integer), 32250.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 138.0(Double), 559.0(Double), 77142.0(Double), 58.0(Double), 0.0(Double), 82500.0(Double), 112520.2(Double), 01(String) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466366(Integer), 129(Integer), 2(Integer), 28853.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 139.0(Double), 534.0(Double), 74226.0(Double), 55.0(Double), 0.0(Double), 73100.0(Double), 100107.6(Double), 01(String) [10:25:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:18] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":140.5,"todayHours":1.4,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124771.0,"currPower":72.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"72800.0","acFreq":"0.0","apparentPower":"72.8","reactivePower":"6552.1","acEnergy":"140500.0","todayEnergy":"140500.0","lifetimeEnergy":"124771.0","dcCurr":"53.2","dcVolt":"513.3","dcPower":"27307.6","temp":"56.6","powerFactor":"6455.6","ivtStatus":"01"}] }} [10:25:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 10(String), 25(String), 72.8(Float), 140.5(Float), 1.4(Float), 124771.0(Float), 01(String) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466367(Integer), 135(Integer), 1(Integer), 72800.0(Double), 0.0(Double), 72.8(Double), 6552.1(Double), 53.2(Double), 513.3(Double), 27307.6(Double), 56.6(Double), 6455.6(Double), 140500.0(Double), 124771.0(Double), 01(String) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:18] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":165.7,"todayHours":1.1,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130761.0,"currPower":63.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"44400.0","acFreq":"0.0","apparentPower":"44.4","reactivePower":"6551.3","acEnergy":"115500.0","todayEnergy":"115500.0","lifetimeEnergy":"90232.0","dcCurr":"37.7","dcVolt":"647.2","dcPower":"24399.4","temp":"46.1","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"19300.0","acFreq":"0.0","apparentPower":"19.3","reactivePower":"1.2","acEnergy":"50200.0","todayEnergy":"50200.0","lifetimeEnergy":"40529.0","dcCurr":"36.1","dcVolt":"528.2","dcPower":"19066.8","temp":"45.6","powerFactor":"99.0","ivtStatus":"01"}] }} [10:25:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 10(String), 25(String), 63.7(Float), 165.7(Float), 1.1(Float), 130761.0(Float), 01(String) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466368(Integer), 137(Integer), 1(Integer), 44400.0(Double), 0.0(Double), 44.4(Double), 6551.3(Double), 37.7(Double), 647.2(Double), 24399.4(Double), 46.1(Double), 6455.6(Double), 115500.0(Double), 90232.0(Double), 01(String) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466368(Integer), 137(Integer), 2(Integer), 19300.0(Double), 0.0(Double), 19.3(Double), 1.2(Double), 36.1(Double), 528.2(Double), 19066.8(Double), 45.6(Double), 99.0(Double), 50200.0(Double), 40529.0(Double), 01(String) [10:25:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:19] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":1295.6,"todayHours":1.3,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1834231.0,"currPower":530.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"418640.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1010228.0","todayEnergy":"1010228.0","lifetimeEnergy":"1187664.0","dcCurr":"450.4","dcVolt":"932.4","dcPower":"419953.0","temp":"52.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"111835.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"285351.0","todayEnergy":"285351.0","lifetimeEnergy":"646567.0","dcCurr":"117.2","dcVolt":"928.5","dcPower":"108820.2","temp":"40.6","powerFactor":"100.0","ivtStatus":"01"}] }} [10:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 10(String), 25(String), 530.5(Float), 1295.6(Float), 1.3(Float), 1834231.0(Float), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466369(Integer), 120(Integer), 1(Integer), 418640.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 450.4(Double), 932.4(Double), 419953.0(Double), 52.3(Double), 100.0(Double), 1010228.0(Double), 1187664.0(Double), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466369(Integer), 120(Integer), 2(Integer), 111835.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 117.2(Double), 928.5(Double), 108820.2(Double), 40.6(Double), 100.0(Double), 285351.0(Double), 646567.0(Double), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:19] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":223.6,"todayHours":1.5,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345352.4,"currPower":82.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"27677.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"74800.0","todayEnergy":"74800.0","lifetimeEnergy":"115813.0","dcCurr":"198.0","dcVolt":"520.0","dcPower":"102960.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"25821.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"70100.0","todayEnergy":"70100.0","lifetimeEnergy":"106812.1","dcCurr":"133.0","dcVolt":"565.0","dcPower":"75145.0","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"28982.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"78700.0","todayEnergy":"78700.0","lifetimeEnergy":"122727.3","dcCurr":"199.0","dcVolt":"563.0","dcPower":"112037.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 10(String), 25(String), 82.5(Float), 223.6(Float), 1.5(Float), 345352.4(Float), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466370(Integer), 127(Integer), 1(Integer), 27677.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 198.0(Double), 520.0(Double), 102960.0(Double), 46.0(Double), 0.0(Double), 74800.0(Double), 115813.0(Double), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466370(Integer), 127(Integer), 2(Integer), 25821.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 133.0(Double), 565.0(Double), 75145.0(Double), 48.0(Double), 0.0(Double), 70100.0(Double), 106812.1(Double), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466370(Integer), 127(Integer), 3(Integer), 28982.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 199.0(Double), 563.0(Double), 112037.0(Double), 51.0(Double), 0.0(Double), 78700.0(Double), 122727.3(Double), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:19] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":556.6,"todayHours":1.3,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":855365.3,"currPower":238.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"52777.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"0.1","acEnergy":"124410.0","todayEnergy":"124410.0","lifetimeEnergy":"191187.8","dcCurr":"89.7","dcVolt":"597.2","dcPower":"53572.6","temp":"50.4","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"52004.0","acFreq":"600.0","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"123280.0","todayEnergy":"123280.0","lifetimeEnergy":"190219.6","dcCurr":"89.5","dcVolt":"591.6","dcPower":"52973.3","temp":"49.9","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"3","acPower":"52702.0","acFreq":"599.9","apparentPower":"0.0","reactivePower":"0.1","acEnergy":"123220.0","todayEnergy":"123220.0","lifetimeEnergy":"190219.0","dcCurr":"91.0","dcVolt":"588.7","dcPower":"53591.6","temp":"48.6","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"53464.0","acFreq":"599.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"122610.0","todayEnergy":"122610.0","lifetimeEnergy":"187074.3","dcCurr":"92.0","dcVolt":"594.2","dcPower":"54658.0","temp":"48.7","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"27748.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"63040.0","todayEnergy":"63040.0","lifetimeEnergy":"96664.5","dcCurr":"48.9","dcVolt":"581.9","dcPower":"28438.3","temp":"60.8","powerFactor":"645.4","ivtStatus":"01"}] }} [10:25:19] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 10(String), 25(String), 238.7(Float), 556.6(Float), 1.3(Float), 855365.3(Float), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466371(Integer), 128(Integer), 1(Integer), 52777.0(Double), 600.1(Double), 0.0(Double), 0.1(Double), 89.7(Double), 597.2(Double), 53572.6(Double), 50.4(Double), 10.0(Double), 124410.0(Double), 191187.8(Double), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466371(Integer), 128(Integer), 2(Integer), 52004.0(Double), 600.0(Double), 0.0(Double), -0.0(Double), 89.5(Double), 591.6(Double), 52973.3(Double), 49.9(Double), 645.4(Double), 123280.0(Double), 190219.6(Double), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466371(Integer), 128(Integer), 3(Integer), 52702.0(Double), 599.9(Double), 0.0(Double), 0.1(Double), 91.0(Double), 588.7(Double), 53591.6(Double), 48.6(Double), 10.0(Double), 123220.0(Double), 190219.0(Double), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466371(Integer), 128(Integer), 4(Integer), 53464.0(Double), 599.9(Double), 0.0(Double), 0.0(Double), 92.0(Double), 594.2(Double), 54658.0(Double), 48.7(Double), 10.0(Double), 122610.0(Double), 187074.3(Double), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466371(Integer), 128(Integer), 5(Integer), 27748.0(Double), 600.1(Double), 0.0(Double), -0.0(Double), 48.9(Double), 581.9(Double), 28438.3(Double), 60.8(Double), 645.4(Double), 63040.0(Double), 96664.5(Double), 01(String) [10:25:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:21] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":1256.4,"todayHours":1.3,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1876618.0,"currPower":555.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"442341.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"981720.0","todayEnergy":"981720.0","lifetimeEnergy":"1216937.0","dcCurr":"477.3","dcVolt":"932.2","dcPower":"444939.1","temp":"56.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"112868.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"274719.0","todayEnergy":"274719.0","lifetimeEnergy":"659681.0","dcCurr":"118.7","dcVolt":"936.9","dcPower":"111210.0","temp":"41.2","powerFactor":"99.9","ivtStatus":"01"}] }} [10:25:21] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 10(String), 25(String), 555.2(Float), 1256.4(Float), 1.3(Float), 1876618.0(Float), 01(String) [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466372(Integer), 112(Integer), 1(Integer), 442341.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 477.3(Double), 932.2(Double), 444939.1(Double), 56.3(Double), 100.0(Double), 981720.0(Double), 1216937.0(Double), 01(String) [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466372(Integer), 112(Integer), 2(Integer), 112868.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 118.7(Double), 936.9(Double), 111210.0(Double), 41.2(Double), 99.9(Double), 274719.0(Double), 659681.0(Double), 01(String) [10:25:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:22] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:22] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":537.1,"todayHours":1.1,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":142066.0,"currPower":314.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"78000.0","acFreq":"0.0","apparentPower":"78.0","reactivePower":"6551.2","acEnergy":"130000.0","todayEnergy":"130000.0","lifetimeEnergy":"35921.0","dcCurr":"52.7","dcVolt":"611.8","dcPower":"32241.9","temp":"58.1","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"79300.0","acFreq":"0.0","apparentPower":"79.3","reactivePower":"6550.9","acEnergy":"135300.0","todayEnergy":"135300.0","lifetimeEnergy":"35517.0","dcCurr":"56.2","dcVolt":"603.9","dcPower":"33937.3","temp":"58.4","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"3","acPower":"77800.0","acFreq":"0.0","apparentPower":"77.8","reactivePower":"6552.6","acEnergy":"132200.0","todayEnergy":"132200.0","lifetimeEnergy":"35644.0","dcCurr":"53.6","dcVolt":"609.1","dcPower":"32649.5","temp":"57.6","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"4","acPower":"79800.0","acFreq":"0.0","apparentPower":"79.8","reactivePower":"6551.5","acEnergy":"139600.0","todayEnergy":"139600.0","lifetimeEnergy":"34984.0","dcCurr":"54.3","dcVolt":"604.8","dcPower":"32838.8","temp":"58.5","powerFactor":"6454.6","ivtStatus":"01"}] }} [10:25:22] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 10(String), 25(String), 314.9(Float), 537.1(Float), 1.1(Float), 142066.0(Float), 01(String) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466373(Integer), 139(Integer), 1(Integer), 78000.0(Double), 0.0(Double), 78.0(Double), 6551.2(Double), 52.7(Double), 611.8(Double), 32241.9(Double), 58.1(Double), 6454.6(Double), 130000.0(Double), 35921.0(Double), 01(String) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466373(Integer), 139(Integer), 2(Integer), 79300.0(Double), 0.0(Double), 79.3(Double), 6550.9(Double), 56.2(Double), 603.9(Double), 33937.3(Double), 58.4(Double), 6454.6(Double), 135300.0(Double), 35517.0(Double), 01(String) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466373(Integer), 139(Integer), 3(Integer), 77800.0(Double), 0.0(Double), 77.8(Double), 6552.6(Double), 53.6(Double), 609.1(Double), 32649.5(Double), 57.6(Double), 6454.6(Double), 132200.0(Double), 35644.0(Double), 01(String) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466373(Integer), 139(Integer), 4(Integer), 79800.0(Double), 0.0(Double), 79.8(Double), 6551.5(Double), 54.3(Double), 604.8(Double), 32838.8(Double), 58.5(Double), 6454.6(Double), 139600.0(Double), 34984.0(Double), 01(String) [10:25:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:23] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":1339.2,"todayHours":1.3,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1907381.0,"currPower":617.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"473424.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"970878.0","todayEnergy":"970878.0","lifetimeEnergy":"1245471.0","dcCurr":"509.5","dcVolt":"930.9","dcPower":"474293.6","temp":"59.3","powerFactor":"86.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"144531.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"369211.0","todayEnergy":"369211.0","lifetimeEnergy":"661911.0","dcCurr":"152.0","dcVolt":"928.0","dcPower":"141056.0","temp":"46.4","powerFactor":"94.2","ivtStatus":"01"}] }} [10:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 10(String), 25(String), 617.2(Float), 1339.2(Float), 1.3(Float), 1907381.0(Float), 01(String) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466374(Integer), 107(Integer), 1(Integer), 473424.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 509.5(Double), 930.9(Double), 474293.6(Double), 59.3(Double), 86.1(Double), 970878.0(Double), 1245471.0(Double), 01(String) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466374(Integer), 107(Integer), 2(Integer), 144531.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 152.0(Double), 928.0(Double), 141056.0(Double), 46.4(Double), 94.2(Double), 369211.0(Double), 661911.0(Double), 01(String) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:23] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":142.4,"todayHours":1.4,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":106120.0,"currPower":66.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"66200.0","acFreq":"0.0","apparentPower":"66.3","reactivePower":"6549.3","acEnergy":"142400.0","todayEnergy":"142400.0","lifetimeEnergy":"106120.0","dcCurr":"54.1","dcVolt":"461.9","dcPower":"24988.8","temp":"57.0","powerFactor":"6455.6","ivtStatus":"01"}] }} [10:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 10(String), 25(String), 66.2(Float), 142.4(Float), 1.4(Float), 106120.0(Float), 01(String) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466375(Integer), 136(Integer), 1(Integer), 66200.0(Double), 0.0(Double), 66.3(Double), 6549.3(Double), 54.1(Double), 461.9(Double), 24988.8(Double), 57.0(Double), 6455.6(Double), 142400.0(Double), 106120.0(Double), 01(String) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:23] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":1253.2,"todayHours":1.3,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1732965.0,"currPower":534.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"423420.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"997165.0","todayEnergy":"997165.0","lifetimeEnergy":"1130938.0","dcCurr":"458.4","dcVolt":"928.7","dcPower":"425716.1","temp":"55.3","powerFactor":"86.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"110977.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"256800.0","todayEnergy":"256800.0","lifetimeEnergy":"602028.0","dcCurr":"120.4","dcVolt":"934.8","dcPower":"112549.9","temp":"42.6","powerFactor":"93.4","ivtStatus":"01"}] }} [10:25:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 10(String), 25(String), 534.8(Float), 1253.2(Float), 1.3(Float), 1732965.0(Float), 01(String) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466376(Integer), 125(Integer), 1(Integer), 423420.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 458.4(Double), 928.7(Double), 425716.1(Double), 55.3(Double), 86.8(Double), 997165.0(Double), 1130938.0(Double), 01(String) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466376(Integer), 125(Integer), 2(Integer), 110977.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 120.4(Double), 934.8(Double), 112549.9(Double), 42.6(Double), 93.4(Double), 256800.0(Double), 602028.0(Double), 01(String) [10:25:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:24] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:24] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":236.4,"todayHours":1.6,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255348.4,"currPower":93.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"33026.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"83800.0","todayEnergy":"83800.0","lifetimeEnergy":"90471.1","dcCurr":"242.0","dcVolt":"528.0","dcPower":"127776.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"29016.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"73400.0","todayEnergy":"73400.0","lifetimeEnergy":"79531.9","dcCurr":"159.0","dcVolt":"524.0","dcPower":"83316.0","temp":"54.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"31220.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"79200.0","todayEnergy":"79200.0","lifetimeEnergy":"85345.4","dcCurr":"232.0","dcVolt":"488.0","dcPower":"113216.0","temp":"52.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:25:24] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 10(String), 25(String), 93.3(Float), 236.4(Float), 1.6(Float), 255348.4(Float), 01(String) [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466377(Integer), 131(Integer), 1(Integer), 33026.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 242.0(Double), 528.0(Double), 127776.0(Double), 51.0(Double), 0.0(Double), 83800.0(Double), 90471.1(Double), 01(String) [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466377(Integer), 131(Integer), 2(Integer), 29016.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 159.0(Double), 524.0(Double), 83316.0(Double), 54.0(Double), 0.0(Double), 73400.0(Double), 79531.9(Double), 01(String) [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466377(Integer), 131(Integer), 3(Integer), 31220.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 232.0(Double), 488.0(Double), 113216.0(Double), 52.0(Double), 0.0(Double), 79200.0(Double), 85345.4(Double), 01(String) [10:25:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:25] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":75.7,"todayHours":1.3,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15946.0,"currPower":32.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"32300.0","acFreq":"0.0","apparentPower":"32.3","reactivePower":"2.4","acEnergy":"75700.0","todayEnergy":"75700.0","lifetimeEnergy":"15946.0","dcCurr":"47.5","dcVolt":"697.7","dcPower":"33140.8","temp":"52.2","powerFactor":"100.0","ivtStatus":"01"}] }} [10:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 10(String), 25(String), 32.3(Float), 75.7(Float), 1.3(Float), 15946.0(Float), 01(String) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466378(Integer), 140(Integer), 1(Integer), 32300.0(Double), 0.0(Double), 32.3(Double), 2.4(Double), 47.5(Double), 697.7(Double), 33140.8(Double), 52.2(Double), 100.0(Double), 75700.0(Double), 15946.0(Double), 01(String) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:25] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":130.6,"todayHours":1.3,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27406.0,"currPower":43.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"43500.0","acFreq":"0.0","apparentPower":"43.5","reactivePower":"6552.3","acEnergy":"130600.0","todayEnergy":"130600.0","lifetimeEnergy":"27406.0","dcCurr":"18.3","dcVolt":"640.2","dcPower":"11715.0","temp":"48.1","powerFactor":"6454.6","ivtStatus":"01"}] }} [10:25:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 10(String), 25(String), 43.5(Float), 130.6(Float), 1.3(Float), 27406.0(Float), 01(String) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466379(Integer), 141(Integer), 1(Integer), 43500.0(Double), 0.0(Double), 43.5(Double), 6552.3(Double), 18.3(Double), 640.2(Double), 11715.0(Double), 48.1(Double), 6454.6(Double), 130600.0(Double), 27406.0(Double), 01(String) [10:25:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:26] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":1426.2,"todayHours":1.4,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1894119.0,"currPower":609.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"479779.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1114620.0","todayEnergy":"1114620.0","lifetimeEnergy":"1222171.0","dcCurr":"510.6","dcVolt":"933.3","dcPower":"476543.0","temp":"59.4","powerFactor":"99.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"129708.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"311589.0","todayEnergy":"311589.0","lifetimeEnergy":"671948.0","dcCurr":"139.3","dcVolt":"935.2","dcPower":"130273.4","temp":"44.0","powerFactor":"99.0","ivtStatus":"01"}] }} [10:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 10(String), 25(String), 609.5(Float), 1426.2(Float), 1.4(Float), 1894119.0(Float), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466380(Integer), 109(Integer), 1(Integer), 479779.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 510.6(Double), 933.3(Double), 476543.0(Double), 59.4(Double), 99.8(Double), 1114620.0(Double), 1222171.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466380(Integer), 109(Integer), 2(Integer), 129708.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 139.3(Double), 935.2(Double), 130273.4(Double), 44.0(Double), 99.0(Double), 311589.0(Double), 671948.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:26] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":1007.2,"todayHours":1.1,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2425351.0,"currPower":596.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"39111.0","acFreq":"0.0","apparentPower":"39.1","reactivePower":"0.0","acEnergy":"71800.0","todayEnergy":"71800.0","lifetimeEnergy":"144398.0","dcCurr":"52.8","dcVolt":"557.0","dcPower":"29411.4","temp":"45.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"39436.0","acFreq":"0.0","apparentPower":"39.4","reactivePower":"0.0","acEnergy":"71900.0","todayEnergy":"71900.0","lifetimeEnergy":"163942.0","dcCurr":"54.3","dcVolt":"546.3","dcPower":"29662.3","temp":"46.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"39647.0","acFreq":"0.0","apparentPower":"39.6","reactivePower":"0.0","acEnergy":"72800.0","todayEnergy":"72800.0","lifetimeEnergy":"147281.0","dcCurr":"53.9","dcVolt":"558.5","dcPower":"30103.2","temp":"45.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"40049.0","acFreq":"0.0","apparentPower":"40.0","reactivePower":"0.0","acEnergy":"73800.0","todayEnergy":"73800.0","lifetimeEnergy":"152538.0","dcCurr":"54.1","dcVolt":"554.2","dcPower":"29982.2","temp":"45.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"40593.0","acFreq":"0.0","apparentPower":"40.6","reactivePower":"0.0","acEnergy":"74800.0","todayEnergy":"74800.0","lifetimeEnergy":"167714.0","dcCurr":"54.5","dcVolt":"560.1","dcPower":"30527.3","temp":"46.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"40822.0","acFreq":"0.0","apparentPower":"40.8","reactivePower":"0.0","acEnergy":"74600.0","todayEnergy":"74600.0","lifetimeEnergy":"167303.0","dcCurr":"55.6","dcVolt":"551.3","dcPower":"30652.3","temp":"45.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"39434.0","acFreq":"0.0","apparentPower":"39.4","reactivePower":"0.0","acEnergy":"72300.0","todayEnergy":"72300.0","lifetimeEnergy":"140962.0","dcCurr":"53.3","dcVolt":"556.7","dcPower":"29670.3","temp":"44.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"39288.0","acFreq":"0.0","apparentPower":"39.3","reactivePower":"0.0","acEnergy":"60800.0","todayEnergy":"60800.0","lifetimeEnergy":"158196.0","dcCurr":"53.0","dcVolt":"558.6","dcPower":"29607.6","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"28195.0","acFreq":"0.0","apparentPower":"28.2","reactivePower":"0.0","acEnergy":"28900.0","todayEnergy":"28900.0","lifetimeEnergy":"133710.0","dcCurr":"37.9","dcVolt":"541.5","dcPower":"20522.8","temp":"42.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"39804.0","acFreq":"0.0","apparentPower":"39.8","reactivePower":"0.0","acEnergy":"65600.0","todayEnergy":"65600.0","lifetimeEnergy":"160758.0","dcCurr":"53.6","dcVolt":"560.5","dcPower":"30042.8","temp":"46.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"40260.0","acFreq":"0.0","apparentPower":"40.3","reactivePower":"0.0","acEnergy":"67900.0","todayEnergy":"67900.0","lifetimeEnergy":"160819.0","dcCurr":"54.8","dcVolt":"556.5","dcPower":"30498.0","temp":"45.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"40542.0","acFreq":"0.0","apparentPower":"40.5","reactivePower":"0.0","acEnergy":"70500.0","todayEnergy":"70500.0","lifetimeEnergy":"163367.0","dcCurr":"55.0","dcVolt":"558.1","dcPower":"30697.3","temp":"45.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"29347.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"21000.0","todayEnergy":"21000.0","lifetimeEnergy":"160772.0","dcCurr":"41.5","dcVolt":"552.4","dcPower":"22923.2","temp":"37.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"35763.0","acFreq":"0.0","apparentPower":"35.8","reactivePower":"0.0","acEnergy":"66500.0","todayEnergy":"66500.0","lifetimeEnergy":"147467.0","dcCurr":"46.0","dcVolt":"557.0","dcPower":"25620.5","temp":"45.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"24670.0","acFreq":"0.0","apparentPower":"24.7","reactivePower":"0.0","acEnergy":"41200.0","todayEnergy":"41200.0","lifetimeEnergy":"99202.0","dcCurr":"44.3","dcVolt":"558.0","dcPower":"24717.9","temp":"42.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"39550.0","acFreq":"0.0","apparentPower":"39.5","reactivePower":"0.0","acEnergy":"72800.0","todayEnergy":"72800.0","lifetimeEnergy":"156922.0","dcCurr":"53.6","dcVolt":"555.7","dcPower":"29787.3","temp":"44.9","powerFactor":"0.0","ivtStatus":"01"}] }} [10:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 10(String), 25(String), 596.5(Float), 1007.2(Float), 1.1(Float), 2425351.0(Float), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 1(Integer), 39111.0(Double), 0.0(Double), 39.1(Double), 0.0(Double), 52.8(Double), 557.0(Double), 29411.4(Double), 45.0(Double), 0.0(Double), 71800.0(Double), 144398.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 2(Integer), 39436.0(Double), 0.0(Double), 39.4(Double), 0.0(Double), 54.3(Double), 546.3(Double), 29662.3(Double), 46.7(Double), 0.0(Double), 71900.0(Double), 163942.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 3(Integer), 39647.0(Double), 0.0(Double), 39.6(Double), 0.0(Double), 53.9(Double), 558.5(Double), 30103.2(Double), 45.1(Double), 0.0(Double), 72800.0(Double), 147281.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 4(Integer), 40049.0(Double), 0.0(Double), 40.0(Double), 0.0(Double), 54.1(Double), 554.2(Double), 29982.2(Double), 45.8(Double), 0.0(Double), 73800.0(Double), 152538.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 5(Integer), 40593.0(Double), 0.0(Double), 40.6(Double), 0.0(Double), 54.5(Double), 560.1(Double), 30527.3(Double), 46.7(Double), 0.0(Double), 74800.0(Double), 167714.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 6(Integer), 40822.0(Double), 0.0(Double), 40.8(Double), 0.0(Double), 55.6(Double), 551.3(Double), 30652.3(Double), 45.9(Double), 0.0(Double), 74600.0(Double), 167303.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 7(Integer), 39434.0(Double), 0.0(Double), 39.4(Double), 0.0(Double), 53.3(Double), 556.7(Double), 29670.3(Double), 44.8(Double), 0.0(Double), 72300.0(Double), 140962.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 8(Integer), 39288.0(Double), 0.0(Double), 39.3(Double), 0.0(Double), 53.0(Double), 558.6(Double), 29607.6(Double), 46.0(Double), 0.0(Double), 60800.0(Double), 158196.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 9(Integer), 28195.0(Double), 0.0(Double), 28.2(Double), 0.0(Double), 37.9(Double), 541.5(Double), 20522.8(Double), 42.2(Double), 0.0(Double), 28900.0(Double), 133710.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 10(Integer), 39804.0(Double), 0.0(Double), 39.8(Double), 0.0(Double), 53.6(Double), 560.5(Double), 30042.8(Double), 46.8(Double), 0.0(Double), 65600.0(Double), 160758.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 11(Integer), 40260.0(Double), 0.0(Double), 40.3(Double), 0.0(Double), 54.8(Double), 556.5(Double), 30498.0(Double), 45.3(Double), 0.0(Double), 67900.0(Double), 160819.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 12(Integer), 40542.0(Double), 0.0(Double), 40.5(Double), 0.0(Double), 55.0(Double), 558.1(Double), 30697.3(Double), 45.3(Double), 0.0(Double), 70500.0(Double), 163367.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 13(Integer), 29347.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 41.5(Double), 552.4(Double), 22923.2(Double), 37.6(Double), 0.0(Double), 21000.0(Double), 160772.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 17(Integer), 35763.0(Double), 0.0(Double), 35.8(Double), 0.0(Double), 46.0(Double), 557.0(Double), 25620.5(Double), 45.3(Double), 0.0(Double), 66500.0(Double), 147467.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 18(Integer), 24670.0(Double), 0.0(Double), 24.7(Double), 0.0(Double), 44.3(Double), 558.0(Double), 24717.9(Double), 42.2(Double), 0.0(Double), 41200.0(Double), 99202.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466381(Integer), 92(Integer), 19(Integer), 39550.0(Double), 0.0(Double), 39.5(Double), 0.0(Double), 53.6(Double), 555.7(Double), 29787.3(Double), 44.9(Double), 0.0(Double), 72800.0(Double), 156922.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:26] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":1438.2,"todayHours":1.5,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3086804.0,"currPower":783.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"40539.0","acFreq":"0.0","apparentPower":"40.5","reactivePower":"0.0","acEnergy":"74600.0","todayEnergy":"74600.0","lifetimeEnergy":"152792.0","dcCurr":"54.7","dcVolt":"558.9","dcPower":"30573.7","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"40609.0","acFreq":"0.0","apparentPower":"40.6","reactivePower":"0.0","acEnergy":"76100.0","todayEnergy":"76100.0","lifetimeEnergy":"166579.0","dcCurr":"54.6","dcVolt":"559.1","dcPower":"30526.9","temp":"46.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"39448.0","acFreq":"0.0","apparentPower":"39.4","reactivePower":"0.0","acEnergy":"73300.0","todayEnergy":"73300.0","lifetimeEnergy":"146968.0","dcCurr":"53.5","dcVolt":"553.7","dcPower":"29623.0","temp":"46.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"40068.0","acFreq":"0.0","apparentPower":"40.1","reactivePower":"0.0","acEnergy":"75600.0","todayEnergy":"75600.0","lifetimeEnergy":"164731.0","dcCurr":"54.2","dcVolt":"554.4","dcPower":"30046.7","temp":"46.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"38910.0","acFreq":"0.0","apparentPower":"38.9","reactivePower":"0.0","acEnergy":"72900.0","todayEnergy":"72900.0","lifetimeEnergy":"147548.0","dcCurr":"52.6","dcVolt":"556.8","dcPower":"29285.9","temp":"46.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"40196.0","acFreq":"0.0","apparentPower":"40.2","reactivePower":"0.0","acEnergy":"75700.0","todayEnergy":"75700.0","lifetimeEnergy":"169693.0","dcCurr":"54.3","dcVolt":"554.5","dcPower":"30111.2","temp":"46.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"39757.0","acFreq":"0.0","apparentPower":"39.8","reactivePower":"0.0","acEnergy":"76000.0","todayEnergy":"76000.0","lifetimeEnergy":"166473.0","dcCurr":"53.8","dcVolt":"556.5","dcPower":"29939.7","temp":"46.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"39092.0","acFreq":"0.0","apparentPower":"39.1","reactivePower":"0.0","acEnergy":"74600.0","todayEnergy":"74600.0","lifetimeEnergy":"149880.0","dcCurr":"52.3","dcVolt":"562.2","dcPower":"29404.8","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"38718.0","acFreq":"0.0","apparentPower":"38.7","reactivePower":"0.0","acEnergy":"75300.0","todayEnergy":"75300.0","lifetimeEnergy":"165950.0","dcCurr":"51.7","dcVolt":"563.5","dcPower":"29134.7","temp":"46.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"38974.0","acFreq":"0.0","apparentPower":"39.0","reactivePower":"0.0","acEnergy":"70700.0","todayEnergy":"70700.0","lifetimeEnergy":"133715.0","dcCurr":"52.3","dcVolt":"560.0","dcPower":"29288.0","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"39910.0","acFreq":"0.0","apparentPower":"39.9","reactivePower":"0.0","acEnergy":"73500.0","todayEnergy":"73500.0","lifetimeEnergy":"161724.0","dcCurr":"53.8","dcVolt":"558.6","dcPower":"30054.5","temp":"46.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"38341.0","acFreq":"0.0","apparentPower":"38.3","reactivePower":"0.0","acEnergy":"69500.0","todayEnergy":"69500.0","lifetimeEnergy":"133391.0","dcCurr":"51.2","dcVolt":"560.5","dcPower":"28699.3","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"39476.0","acFreq":"0.0","apparentPower":"39.5","reactivePower":"0.0","acEnergy":"71800.0","todayEnergy":"71800.0","lifetimeEnergy":"159381.0","dcCurr":"53.5","dcVolt":"554.5","dcPower":"29664.0","temp":"46.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"38625.0","acFreq":"0.0","apparentPower":"38.6","reactivePower":"0.0","acEnergy":"70800.0","todayEnergy":"70800.0","lifetimeEnergy":"153176.0","dcCurr":"51.8","dcVolt":"560.3","dcPower":"29023.5","temp":"46.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"38167.0","acFreq":"0.0","apparentPower":"38.2","reactivePower":"0.0","acEnergy":"70400.0","todayEnergy":"70400.0","lifetimeEnergy":"136896.0","dcCurr":"51.6","dcVolt":"561.8","dcPower":"28990.6","temp":"47.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"40599.0","acFreq":"0.0","apparentPower":"40.6","reactivePower":"0.0","acEnergy":"68200.0","todayEnergy":"68200.0","lifetimeEnergy":"165630.0","dcCurr":"54.5","dcVolt":"557.1","dcPower":"30360.1","temp":"46.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"40403.0","acFreq":"0.0","apparentPower":"40.4","reactivePower":"0.0","acEnergy":"68100.0","todayEnergy":"68100.0","lifetimeEnergy":"161853.0","dcCurr":"54.6","dcVolt":"555.1","dcPower":"30308.5","temp":"46.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"35218.0","acFreq":"0.0","apparentPower":"35.2","reactivePower":"0.0","acEnergy":"62100.0","todayEnergy":"62100.0","lifetimeEnergy":"139499.0","dcCurr":"45.1","dcVolt":"557.7","dcPower":"25150.8","temp":"45.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"35053.0","acFreq":"0.0","apparentPower":"35.1","reactivePower":"0.0","acEnergy":"62800.0","todayEnergy":"62800.0","lifetimeEnergy":"139849.0","dcCurr":"45.6","dcVolt":"557.5","dcPower":"25423.5","temp":"45.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"41273.0","acFreq":"0.0","apparentPower":"41.3","reactivePower":"0.0","acEnergy":"76200.0","todayEnergy":"76200.0","lifetimeEnergy":"171076.0","dcCurr":"56.0","dcVolt":"559.0","dcPower":"31305.9","temp":"46.6","powerFactor":"0.0","ivtStatus":"01"}] }} [10:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 10(String), 25(String), 783.4(Float), 1438.2(Float), 1.5(Float), 3086804.0(Float), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 1(Integer), 40539.0(Double), 0.0(Double), 40.5(Double), 0.0(Double), 54.7(Double), 558.9(Double), 30573.7(Double), 45.7(Double), 0.0(Double), 74600.0(Double), 152792.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 2(Integer), 40609.0(Double), 0.0(Double), 40.6(Double), 0.0(Double), 54.6(Double), 559.1(Double), 30526.9(Double), 46.7(Double), 0.0(Double), 76100.0(Double), 166579.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 3(Integer), 39448.0(Double), 0.0(Double), 39.4(Double), 0.0(Double), 53.5(Double), 553.7(Double), 29623.0(Double), 46.2(Double), 0.0(Double), 73300.0(Double), 146968.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 4(Integer), 40068.0(Double), 0.0(Double), 40.1(Double), 0.0(Double), 54.2(Double), 554.4(Double), 30046.7(Double), 46.8(Double), 0.0(Double), 75600.0(Double), 164731.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 5(Integer), 38910.0(Double), 0.0(Double), 38.9(Double), 0.0(Double), 52.6(Double), 556.8(Double), 29285.9(Double), 46.1(Double), 0.0(Double), 72900.0(Double), 147548.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 6(Integer), 40196.0(Double), 0.0(Double), 40.2(Double), 0.0(Double), 54.3(Double), 554.5(Double), 30111.2(Double), 46.7(Double), 0.0(Double), 75700.0(Double), 169693.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 7(Integer), 39757.0(Double), 0.0(Double), 39.8(Double), 0.0(Double), 53.8(Double), 556.5(Double), 29939.7(Double), 46.9(Double), 0.0(Double), 76000.0(Double), 166473.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 8(Integer), 39092.0(Double), 0.0(Double), 39.1(Double), 0.0(Double), 52.3(Double), 562.2(Double), 29404.8(Double), 46.0(Double), 0.0(Double), 74600.0(Double), 149880.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 9(Integer), 38718.0(Double), 0.0(Double), 38.7(Double), 0.0(Double), 51.7(Double), 563.5(Double), 29134.7(Double), 46.2(Double), 0.0(Double), 75300.0(Double), 165950.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 10(Integer), 38974.0(Double), 0.0(Double), 39.0(Double), 0.0(Double), 52.3(Double), 560.0(Double), 29288.0(Double), 45.7(Double), 0.0(Double), 70700.0(Double), 133715.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 11(Integer), 39910.0(Double), 0.0(Double), 39.9(Double), 0.0(Double), 53.8(Double), 558.6(Double), 30054.5(Double), 46.3(Double), 0.0(Double), 73500.0(Double), 161724.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 12(Integer), 38341.0(Double), 0.0(Double), 38.3(Double), 0.0(Double), 51.2(Double), 560.5(Double), 28699.3(Double), 46.0(Double), 0.0(Double), 69500.0(Double), 133391.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 13(Integer), 39476.0(Double), 0.0(Double), 39.5(Double), 0.0(Double), 53.5(Double), 554.5(Double), 29664.0(Double), 46.4(Double), 0.0(Double), 71800.0(Double), 159381.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 14(Integer), 38625.0(Double), 0.0(Double), 38.6(Double), 0.0(Double), 51.8(Double), 560.3(Double), 29023.5(Double), 46.6(Double), 0.0(Double), 70800.0(Double), 153176.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 15(Integer), 38167.0(Double), 0.0(Double), 38.2(Double), 0.0(Double), 51.6(Double), 561.8(Double), 28990.6(Double), 47.2(Double), 0.0(Double), 70400.0(Double), 136896.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 16(Integer), 40599.0(Double), 0.0(Double), 40.6(Double), 0.0(Double), 54.5(Double), 557.1(Double), 30360.1(Double), 46.2(Double), 0.0(Double), 68200.0(Double), 165630.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 17(Integer), 40403.0(Double), 0.0(Double), 40.4(Double), 0.0(Double), 54.6(Double), 555.1(Double), 30308.5(Double), 46.1(Double), 0.0(Double), 68100.0(Double), 161853.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 18(Integer), 35218.0(Double), 0.0(Double), 35.2(Double), 0.0(Double), 45.1(Double), 557.7(Double), 25150.8(Double), 45.7(Double), 0.0(Double), 62100.0(Double), 139499.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 19(Integer), 35053.0(Double), 0.0(Double), 35.1(Double), 0.0(Double), 45.6(Double), 557.5(Double), 25423.5(Double), 45.6(Double), 0.0(Double), 62800.0(Double), 139849.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466382(Integer), 93(Integer), 20(Integer), 41273.0(Double), 0.0(Double), 41.3(Double), 0.0(Double), 56.0(Double), 559.0(Double), 31305.9(Double), 46.6(Double), 0.0(Double), 76200.0(Double), 171076.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:26] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":1306.9,"todayHours":1.3,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1652302.0,"currPower":548.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"425559.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1019384.0","todayEnergy":"1019384.0","lifetimeEnergy":"1076638.0","dcCurr":"462.6","dcVolt":"929.0","dcPower":"429755.4","temp":"53.7","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"123026.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"288243.0","todayEnergy":"288243.0","lifetimeEnergy":"575664.0","dcCurr":"131.8","dcVolt":"935.3","dcPower":"123272.5","temp":"43.4","powerFactor":"99.9","ivtStatus":"01"}] }} [10:25:26] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 10(String), 25(String), 548.1(Float), 1306.9(Float), 1.3(Float), 1652302.0(Float), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466383(Integer), 123(Integer), 1(Integer), 425559.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 462.6(Double), 929.0(Double), 429755.4(Double), 53.7(Double), 100.0(Double), 1019384.0(Double), 1076638.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466383(Integer), 123(Integer), 2(Integer), 123026.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 131.8(Double), 935.3(Double), 123272.5(Double), 43.4(Double), 99.9(Double), 288243.0(Double), 575664.0(Double), 01(String) [10:25:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:27] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":1427.8,"todayHours":1.4,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1874152.0,"currPower":614.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"490039.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1130824.0","todayEnergy":"1130824.0","lifetimeEnergy":"1208169.0","dcCurr":"509.4","dcVolt":"932.6","dcPower":"475066.4","temp":"57.9","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"126671.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"297809.0","todayEnergy":"297809.0","lifetimeEnergy":"665984.0","dcCurr":"123.2","dcVolt":"934.8","dcPower":"115167.4","temp":"44.0","powerFactor":"99.6","ivtStatus":"01"}] }} [10:25:27] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [10:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:28] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":1431.2,"todayHours":1.4,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1821173.0,"currPower":587.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"457977.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1113349.0","todayEnergy":"1113349.0","lifetimeEnergy":"1195411.0","dcCurr":"492.1","dcVolt":"933.0","dcPower":"459129.3","temp":"59.1","powerFactor":"84.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"130854.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"318626.0","todayEnergy":"318626.0","lifetimeEnergy":"625763.0","dcCurr":"128.1","dcVolt":"935.2","dcPower":"119799.1","temp":"46.1","powerFactor":"92.9","ivtStatus":"01"}] }} [10:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 10(String), 25(String), 614.9(Float), 1427.8(Float), 1.4(Float), 1874152.0(Float), 01(String) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466384(Integer), 105(Integer), 1(Integer), 490039.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 509.4(Double), 932.6(Double), 475066.4(Double), 57.9(Double), 100.0(Double), 1130824.0(Double), 1208169.0(Double), 01(String) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466384(Integer), 105(Integer), 2(Integer), 126671.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 123.2(Double), 934.8(Double), 115167.4(Double), 44.0(Double), 99.6(Double), 297809.0(Double), 665984.0(Double), 01(String) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 10(String), 25(String), 587.2(Float), 1431.2(Float), 1.4(Float), 1821173.0(Float), 01(String) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466385(Integer), 102(Integer), 1(Integer), 457977.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 492.1(Double), 933.0(Double), 459129.3(Double), 59.1(Double), 84.8(Double), 1113349.0(Double), 1195411.0(Double), 01(String) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466385(Integer), 102(Integer), 2(Integer), 130854.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 128.1(Double), 935.2(Double), 119799.1(Double), 46.1(Double), 92.9(Double), 318626.0(Double), 625763.0(Double), 01(String) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:28] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":1299.2,"todayHours":1.3,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1879399.0,"currPower":459.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"460277.0","acFreq":"59.7","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1049670.0","todayEnergy":"1049670.0","lifetimeEnergy":"1228368.0","dcCurr":"496.7","dcVolt":"930.1","dcPower":"461980.7","temp":"58.6","powerFactor":"86.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"0.0","acFreq":"60.5","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"250316.0","todayEnergy":"250316.0","lifetimeEnergy":"651032.0","dcCurr":"0.0","dcVolt":"1092.8","dcPower":"0.0","temp":"36.6","powerFactor":"0.0","ivtStatus":"00"}] }} [10:25:28] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 10(String), 25(String), 459.8(Float), 1299.2(Float), 1.3(Float), 1879399.0(Float), 01(String) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466386(Integer), 122(Integer), 1(Integer), 460277.0(Double), 59.7(Double), 0.0(Double), 0.0(Double), 496.7(Double), 930.1(Double), 461980.7(Double), 58.6(Double), 86.3(Double), 1049670.0(Double), 1228368.0(Double), 01(String) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466386(Integer), 122(Integer), 2(Integer), 0.0(Double), 60.5(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1092.8(Double), 0.0(Double), 36.6(Double), 0.0(Double), 250316.0(Double), 651032.0(Double), 00(String) [10:25:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:30] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":1411.0,"todayHours":1.4,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1858913.0,"currPower":570.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"440252.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1107808.0","todayEnergy":"1107808.0","lifetimeEnergy":"1221010.0","dcCurr":"471.8","dcVolt":"933.2","dcPower":"440283.8","temp":"55.5","powerFactor":"99.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"130479.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"303983.0","todayEnergy":"303983.0","lifetimeEnergy":"637904.0","dcCurr":"129.2","dcVolt":"928.1","dcPower":"119910.5","temp":"45.4","powerFactor":"99.4","ivtStatus":"01"}] }} [10:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 10(String), 25(String), 570.4(Float), 1411.0(Float), 1.4(Float), 1858913.0(Float), 01(String) [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466387(Integer), 101(Integer), 1(Integer), 440252.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 471.8(Double), 933.2(Double), 440283.8(Double), 55.5(Double), 99.1(Double), 1107808.0(Double), 1221010.0(Double), 01(String) [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466387(Integer), 101(Integer), 2(Integer), 130479.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 129.2(Double), 928.1(Double), 119910.5(Double), 45.4(Double), 99.4(Double), 303983.0(Double), 637904.0(Double), 01(String) [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:30] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":1447.0,"todayHours":1.4,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1933548.0,"currPower":599.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"471491.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1143478.0","todayEnergy":"1143478.0","lifetimeEnergy":"1259672.0","dcCurr":"507.3","dcVolt":"932.7","dcPower":"473158.7","temp":"60.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"128442.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"303562.0","todayEnergy":"303562.0","lifetimeEnergy":"673876.0","dcCurr":"122.7","dcVolt":"931.4","dcPower":"114282.8","temp":"46.8","powerFactor":"99.8","ivtStatus":"01"}] }} [10:25:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:25:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 10(String), 25(String), 599.9(Float), 1447.0(Float), 1.4(Float), 1933548.0(Float), 01(String) [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466388(Integer), 103(Integer), 1(Integer), 471491.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 507.3(Double), 932.7(Double), 473158.7(Double), 60.4(Double), 100.0(Double), 1143478.0(Double), 1259672.0(Double), 01(String) [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466388(Integer), 103(Integer), 2(Integer), 128442.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 122.7(Double), 931.4(Double), 114282.8(Double), 46.8(Double), 99.8(Double), 303562.0(Double), 673876.0(Double), 01(String) [10:25:31] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:28:57] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 297 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [10:28:57] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"30.6","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"29.3","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"29.2","cloud":"5","weatherCode":"10710380"},{"plantSeq":"141","temp":"29.1","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"28.8","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"29.2","cloud":"5","weatherCode":"01780250"},{"plantSeq":"138","temp":"29.3","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"29.3","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"31.8","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"29.9","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"31.3","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"31.4","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"31.4","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"29.3","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"29.8","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"30.5","cloud":"5","weatherCode":"04113250"},{"plantSeq":"94","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"27.7","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"27.7","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"26.8","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"26.8","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"27.5","cloud":"5","weatherCode":"16150380"},{"plantSeq":"85","temp":"27.5","cloud":"5","weatherCode":"16150380"},{"plantSeq":"84","temp":"28.6","cloud":"5","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"5","weatherCode":"01820250"},{"plantSeq":"82","temp":"29.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"29.7","cloud":"5","weatherCode":"04170320"},{"plantSeq":"80","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"77","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"76","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"75","temp":"28.1","cloud":"5","weatherCode":"04210330"},{"plantSeq":"74","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"73","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"64","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"60","temp":"28.3","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"29.9","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.4","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"30.4","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"30.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"42","temp":"27.5","cloud":"5","weatherCode":"16150250"},{"plantSeq":"41","temp":"30.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"30.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"29.2","cloud":"1","weatherCode":"04170340"},{"plantSeq":"32","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"27.2","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"27.2","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"29.5","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"30.8","cloud":"1","weatherCode":"13800350"},{"plantSeq":"20","temp":"29.3","cloud":"1","weatherCode":"13750330"},{"plantSeq":"19","temp":"29.3","cloud":"1","weatherCode":"13750330"},{"plantSeq":"18","temp":"30.5","cloud":"1","weatherCode":"13210114"},{"plantSeq":"17","temp":"30.5","cloud":"1","weatherCode":"13210114"},{"plantSeq":"16","temp":"29.4","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"29.4","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"31.3","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"30.2","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"10"} [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, p1.oseq as prevOseq, p1.inputHour as prevInputHour, p1.inputMinute as prevMinute, p1.currPower as prevCurrPower, TRUNCATE(IFNULL(p1.todayEnergy, 0), 1) as prevTodayEnergy, p1.createDatetime as prevCreateDatetime from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, TRUNCATE(IFNULL(o.todayEnergy,0), 1) as todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.seq ) ) p, t_ivtoverview p1 where p.plantSeq = p1.plantSeq and p1.inputDate = ? and p1.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.plantSeq and oseq < p.oseq ) )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:28:57] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 65 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, d.ivtIdx as prevIvtIdx, d.dcPower as prevDcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as prevTodayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as prevLifetimeEnergy from ( select p.* , o.oseq as prevOseq, o.inputHour as prevInputHour, o.inputMinute as prevInputMinute from ( select p.*, d.ivtIdx, d.dcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as todayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as lifetimeEnergy from ( select p.*, o.oseq, o.plantSeq, o.inputHour, o.inputMinute from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and v.ivtType='03' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.oseq ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq and oseq < p.oseq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.prevOseq and p.ivtIdx = d.ivtIdx )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:28:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 57 [10:28:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:28:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:28:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [10:29:56] [DEBUG] controller.EssController - ----------------------------------------------- [10:29:56] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 82, refer : http://emsa.eltenergy.com/ess/view.co [10:29:56] [DEBUG] controller.EssController - ----------------------------------------------- [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 2023-08-02(String) [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:29:56] [DEBUG] controller.EssController - ----------------------------------------------- [10:29:56] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 82, param.plantSeq : 82 [10:29:56] [DEBUG] controller.EssController - ----------------------------------------------- [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 82(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 0(Integer), 2023-08-01(String), 82(Integer), 0(Integer), 2023-07-31(String), 82(Integer), 0(Integer), 2023-08-02(String), 107575(Integer) [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 82(Integer), 2023-08-02(String), 82(Integer) [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:29:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 01(String), 2023-07-19(String) [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 0(Integer), 2023-08-02(String), 82(Integer), 0(Integer), 2023-08-02(String) [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 82(Integer), 0(Integer), 82(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 1(Integer), 2023-08-02(String), 82(Integer), 1(Integer), 2023-08-02(String) [10:29:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:31:25] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:31:27] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:31:27] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :elt02, login_channel : null [10:31:27] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:31:28] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:31:28] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [10:31:28] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:31:28] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/view.co [10:31:28] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:31:28] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : elt02 [10:31:28] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [10:31:28] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:31:28] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : elt02, mappingList.size : 1 [10:31:28] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:31:28] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[elt02] roles roles [0]ROLE_01 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String), 01(String), 8CE128293E3506ECFFB7631B77056F26(String), PHONE(String) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466371(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:31:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [10:32:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:32:09] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:32:09] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :yeonghoo, login_channel : null [10:32:09] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeonghoo(String) [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:09] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:32:09] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [10:32:09] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:32:09] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/index.co [10:32:09] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:32:09] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : yeonghoo [10:32:09] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [10:32:09] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeonghoo(String) [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeonghoo(String) [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:09] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : yeonghoo, mappingList.size : 1 [10:32:09] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:32:09] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[yeonghoo] roles roles [0]ROLE_01 [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: yeonghoo(String), 01(String), B0D4FE1EDC731A2703050C444E91E2A5(String), PHONE(String) [10:32:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:32:09] [DEBUG] controller.EssController - ----------------------------------------------- [10:32:09] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 220.125.125.157, 220.125.125.157, param : code=404 [10:32:09] [DEBUG] controller.EssController - ----------------------------------------------- [10:32:10] [DEBUG] controller.EssController - ----------------------------------------------- [10:32:10] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 87, param.plantSeq : 0 [10:32:10] [DEBUG] controller.EssController - ----------------------------------------------- [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 87(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107576(Integer) [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 87(Integer), 2023-08-02(String), 87(Integer) [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:32:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 1(Integer), 2023-08-02(String), 87(Integer), 1(Integer), 2023-08-02(String) [10:32:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:32:18] [DEBUG] controller.EssController - ----------------------------------------------- [10:32:18] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:32:18] [DEBUG] controller.EssController - ----------------------------------------------- [10:32:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:32:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:32:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:18] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 16 [10:32:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:32:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:32:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:32:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:32:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:32:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:32:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:32:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:32:23] [DEBUG] controller.EssController - ----------------------------------------------- [10:32:23] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:32:23] [DEBUG] controller.EssController - ----------------------------------------------- [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:23] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:32:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:33:50] [DEBUG] controller.EssController - ----------------------------------------------- [10:33:50] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:33:50] [DEBUG] controller.EssController - ----------------------------------------------- [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:33:50] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 15 [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:33:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:34:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:34:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:34:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear asc, d.inputMonth asc, d.pcsIdx asc [10:34:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:34:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:34:06] [DEBUG] controller.EssController - selectList : 쿼리조회시간 : 16 [10:34:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, count(c.seq) as count from ( select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.seq, d1.plantSeq, d1.pcsIdx, d1.inputDate, d1.inputYear, d1.inputMonth, d1.chargePower, d1.dischargePower, IFNULL(d1.dayPvPower, d1.pvPower) as pvPower, d1.createDatetime, d1.soc, d1.soh, d1.prevChargePower as y1ChargePower, d1.prevDischargePower as y1DischargePower, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq ) d left join t_cs c on d.plantSeq = c.plantSeq and c.inputDate like concat(substr(d.inputDate, 1, 7), "-__") group by d.inputDate order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:34:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:34:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:34:11] [DEBUG] document.AbstractExcelView - Created Excel Workbook from scratch [10:34:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, count(c.seq) as count from ( select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.seq, d1.plantSeq, d1.pcsIdx, d1.inputDate, d1.inputYear, d1.inputMonth, d1.chargePower, d1.dischargePower, IFNULL(d1.dayPvPower, d1.pvPower) as pvPower, d1.createDatetime, d1.soc, d1.soh, d1.prevChargePower as y1ChargePower, d1.prevDischargePower as y1DischargePower, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq ) d left join t_cs c on d.plantSeq = c.plantSeq and c.inputDate like concat(substr(d.inputDate, 1, 7), "-__") group by d.inputDate order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:34:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:34:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:34:12] [DEBUG] document.AbstractExcelView - Created Excel Workbook from scratch [10:34:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:34:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:34:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:34:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-06-01(String), 87(Integer), 0(Integer), 2023-06-01(String) [10:34:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 24 [10:34:17] [DEBUG] controller.EssController - selectList : 쿼리조회시간 : 31 [10:34:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:34:22] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:34:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:34:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:34:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:34:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:22] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 16 [10:34:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:34:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:34:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:34:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:34:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:34:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:34:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:34:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:34:57] [DEBUG] controller.EssController - ----------------------------------------------- [10:34:57] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:34:57] [DEBUG] controller.EssController - ----------------------------------------------- [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:57] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 15 [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:34:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:35:11] [DEBUG] controller.EssController - ----------------------------------------------- [10:35:11] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:35:11] [DEBUG] controller.EssController - ----------------------------------------------- [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107576(Integer) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:35:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:35:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:35:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:35:29] [DEBUG] controller.InverterController - ------------------------------------------ [10:35:29] [DEBUG] controller.InverterController - {"plantSeq":104,"todayEnergy":1551.3,"todayHours":1.6,"lastdayEnergy":1836608.0,"lastdayHours":1838.4,"lifetimeEnergy":1838159.0,"currPower":613.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"480464.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1222021.0","todayEnergy":"1222021.0","lifetimeEnergy":"1178458.0","dcCurr":"526.1","dcVolt":"930.4","dcPower":"489483.4","temp":"59.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"133055.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"329306.0","todayEnergy":"329306.0","lifetimeEnergy":"659701.0","dcCurr":"140.6","dcVolt":"927.0","dcPower":"130336.2","temp":"49.2","powerFactor":"99.5","ivtStatus":"01"}] }} [10:35:29] [DEBUG] controller.InverterController - ------------------------------------------ [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2023-08-02(String), 10(String), 35(String), 613.5(Float), 1551.3(Float), 1.6(Float), 1838159.0(Float), 01(String) [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466394(Integer), 104(Integer), 1(Integer), 480464.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 526.1(Double), 930.4(Double), 489483.4(Double), 59.3(Double), 100.0(Double), 1222021.0(Double), 1178458.0(Double), 01(String) [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466394(Integer), 104(Integer), 2(Integer), 133055.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 140.6(Double), 927.0(Double), 130336.2(Double), 49.2(Double), 99.5(Double), 329306.0(Double), 659701.0(Double), 01(String) [10:35:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:36:01] [DEBUG] controller.EssController - ----------------------------------------------- [10:36:01] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:36:01] [DEBUG] controller.EssController - ----------------------------------------------- [10:36:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:36:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-06-01(String), 2023-06-01(String) [10:36:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:36:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:36:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-05-31(String), 87(Integer), 0(Integer), 2023-05-30(String), 87(Integer), 0(Integer), 2023-06-01(String), 101316(Integer) [10:36:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:36:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:36:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-01(String), 2023-06-01(String) [10:36:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:36:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:36:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:36:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:36:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:36:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-05-23(String), 2023-06-01(String) [10:36:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:36:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:36:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-05-23(String), 2023-06-01(String) [10:36:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:36:55] [DEBUG] controller.EssController - ----------------------------------------------- [10:36:55] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:36:55] [DEBUG] controller.EssController - ----------------------------------------------- [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107576(Integer) [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:36:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:37:15] [DEBUG] controller.EssController - ----------------------------------------------- [10:37:15] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:37:15] [DEBUG] controller.EssController - ----------------------------------------------- [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107576(Integer) [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:37:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:37:43] [DEBUG] controller.EssController - ----------------------------------------------- [10:37:43] [DEBUG] controller.EssController - /ess/kesco.co :: plantSeq :: 87, param.plantSeq : 87 [10:37:43] [DEBUG] controller.EssController - ----------------------------------------------- [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as name, k.* from t_plant p left join t_kesco k on p.seq = k.plantSeq where p.plantStatus='01' and p.seq = ? order by p.seq desc [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer) [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputDate, count(seq) as totalCount, SUM(CASE WHEN sendStatus ='01' THEN 1 ELSE 0 END) as succCount, SUM(CASE WHEN sendStatus ='01' THEN 0 ELSE 1 END) as failCount from t_kesco_data where inputDate between ? and ? and plantSeq = ? group by inputDate order by inputDate asc [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 2023-08-31(String), 87(Integer) [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:37:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:47] [DEBUG] controller.EssController - ----------------------------------------------- [10:37:47] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:37:47] [DEBUG] controller.EssController - ----------------------------------------------- [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107576(Integer) [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:37:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:37:51] [DEBUG] controller.EssController - ----------------------------------------------- [10:37:51] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:37:51] [DEBUG] controller.EssController - ----------------------------------------------- [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107576(Integer) [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:37:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:38:33] [DEBUG] controller.EssController - ----------------------------------------------- [10:38:33] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:38:33] [DEBUG] controller.EssController - ----------------------------------------------- [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107576(Integer) [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:38:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:38:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:38:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:38:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:38:57] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 312 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [10:38:57] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"30.6","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"29.3","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"29.2","cloud":"5","weatherCode":"10710380"},{"plantSeq":"141","temp":"29.1","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"28.8","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"29.2","cloud":"5","weatherCode":"01780250"},{"plantSeq":"138","temp":"29.3","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"29.3","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"31.8","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"29.9","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"31.3","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"31.4","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"31.4","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"29.3","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"29.8","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"30.5","cloud":"5","weatherCode":"04113250"},{"plantSeq":"94","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"27.7","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"27.7","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"26.8","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"26.8","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"27.5","cloud":"5","weatherCode":"16150380"},{"plantSeq":"85","temp":"27.5","cloud":"5","weatherCode":"16150380"},{"plantSeq":"84","temp":"28.6","cloud":"5","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"5","weatherCode":"01820250"},{"plantSeq":"82","temp":"29.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"29.7","cloud":"5","weatherCode":"04170320"},{"plantSeq":"80","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"77","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"76","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"75","temp":"28.1","cloud":"5","weatherCode":"04210330"},{"plantSeq":"74","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"73","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"64","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"60","temp":"28.3","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"29.9","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.4","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"30.4","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"30.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"42","temp":"27.5","cloud":"5","weatherCode":"16150250"},{"plantSeq":"41","temp":"30.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"30.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"29.2","cloud":"1","weatherCode":"04170340"},{"plantSeq":"32","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"27.2","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"27.2","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"29.5","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"30.8","cloud":"1","weatherCode":"13800350"},{"plantSeq":"20","temp":"29.3","cloud":"1","weatherCode":"13750330"},{"plantSeq":"19","temp":"29.3","cloud":"1","weatherCode":"13750330"},{"plantSeq":"18","temp":"30.5","cloud":"1","weatherCode":"13210114"},{"plantSeq":"17","temp":"30.5","cloud":"1","weatherCode":"13210114"},{"plantSeq":"16","temp":"29.4","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"29.4","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"31.3","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"30.2","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"10"} [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, p1.oseq as prevOseq, p1.inputHour as prevInputHour, p1.inputMinute as prevMinute, p1.currPower as prevCurrPower, TRUNCATE(IFNULL(p1.todayEnergy, 0), 1) as prevTodayEnergy, p1.createDatetime as prevCreateDatetime from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, TRUNCATE(IFNULL(o.todayEnergy,0), 1) as todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.seq ) ) p, t_ivtoverview p1 where p.plantSeq = p1.plantSeq and p1.inputDate = ? and p1.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.plantSeq and oseq < p.oseq ) )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:38:57] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, d.ivtIdx as prevIvtIdx, d.dcPower as prevDcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as prevTodayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as prevLifetimeEnergy from ( select p.* , o.oseq as prevOseq, o.inputHour as prevInputHour, o.inputMinute as prevInputMinute from ( select p.*, d.ivtIdx, d.dcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as todayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as lifetimeEnergy from ( select p.*, o.oseq, o.plantSeq, o.inputHour, o.inputMinute from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and v.ivtType='03' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.oseq ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq and oseq < p.oseq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.prevOseq and p.ivtIdx = d.ivtIdx )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 65 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:38:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 57 [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [10:38:59] [DEBUG] controller.EssController - ----------------------------------------------- [10:38:59] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:38:59] [DEBUG] controller.EssController - ----------------------------------------------- [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107576(Integer) [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:38:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:39:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:39:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:39:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:39:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:39:11] [DEBUG] controller.EssController - ----------------------------------------------- [10:39:11] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:39:11] [DEBUG] controller.EssController - ----------------------------------------------- [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:11] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:39:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:39:15] [DEBUG] controller.EssController - ----------------------------------------------- [10:39:15] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:39:15] [DEBUG] controller.EssController - ----------------------------------------------- [10:39:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:39:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:39:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:15] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:39:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:39:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:39:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:39:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:39:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:39:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:39:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:39:29] [DEBUG] controller.EssController - ----------------------------------------------- [10:39:29] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:39:29] [DEBUG] controller.EssController - ----------------------------------------------- [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:29] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:39:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:39:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:39:33] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :elt08, login_channel : null [10:39:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt08(String) [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:39:33] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [10:39:33] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:39:33] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/chart.co [10:39:33] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:39:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : elt08 [10:39:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [10:39:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt08(String) [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt08(String) [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:33] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : elt08, mappingList.size : 1 [10:39:33] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:39:33] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[elt08] roles roles [0]ROLE_01 [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt08(String), 01(String), 24909068D51DB392D7A99020335262A7(String), WEB(String) [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 137(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:39:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:39:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 01(String), 2023-07-19(String) [10:39:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [10:39:34] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 137(String) [10:39:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [10:39:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [10:39:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 137(String) [10:39:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [10:39:43] [DEBUG] controller.EssController - ----------------------------------------------- [10:39:43] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:39:43] [DEBUG] controller.EssController - ----------------------------------------------- [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:43] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:39:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:39:55] [DEBUG] controller.EssController - ----------------------------------------------- [10:39:55] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:39:55] [DEBUG] controller.EssController - ----------------------------------------------- [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:55] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 16 [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:39:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 137(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 01(String), 2023-07-19(String) [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 2023-08-31(String), 137(String) [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 2023-08-31(String), 137(String) [10:40:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:40:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 137(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:40:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:40:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 01(String), 2023-07-19(String) [10:40:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.seq, d.plantSeq, d.inputYear, d.inputMonth, d.monthEnergy as todayEnergy, d.monthHours as todayHours, lifetimeEnergy, concat(inputYear, '-', inputMonth, '-01') as inputDate from t_ivtoverview_month d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputYear = ? and d.plantSeq = ? order by d.inputMonth asc, d.plantSeq desc [10:40:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023(String), 137(String) [10:40:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:40:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.seq, d.plantSeq, d.inputYear, d.inputMonth, d.monthEnergy as todayEnergy, d.monthHours as todayHours, lifetimeEnergy, concat(inputYear, '-', inputMonth, '-01') as inputDate from t_ivtoverview_month d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputYear = ? and d.plantSeq = ? order by d.inputMonth asc, d.plantSeq desc [10:40:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023(String), 137(String) [10:40:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:40:21] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:40:27] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:40:27] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :elt02, login_channel : null [10:40:27] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:27] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:40:27] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [10:40:27] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:40:27] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/solar/view.co [10:40:27] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:40:27] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : elt02 [10:40:27] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [10:40:27] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : true [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:27] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : elt02, mappingList.size : 1 [10:40:27] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:40:27] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[elt02] roles roles [0]ROLE_01 [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String), 01(String), E0FF9C2082A80105D7120D215AEACA50(String), PHONE(String) [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466371(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:40:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:40:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:40:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [10:40:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:40:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:40:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:40:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [10:40:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [10:40:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [10:40:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:40:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [10:40:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [10:40:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [10:40:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:40:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [10:40:33] [DEBUG] controller.EssController - ----------------------------------------------- [10:40:33] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:40:33] [DEBUG] controller.EssController - ----------------------------------------------- [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:33] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 15 [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:40:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:40:34] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 2023-08-31(String), 128(String) [10:40:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:38] [DEBUG] controller.EssController - ----------------------------------------------- [10:40:38] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:40:38] [DEBUG] controller.EssController - ----------------------------------------------- [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:38] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 16 [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:40:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 2023-08-31(String), 128(String) [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [10:40:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT a.inputDate, sum(a.todayEnergy) as todayEnergy, sum(a.todayHours) as todayHours FROM ( SELECT inputDate, todayEnergy, todayHours FROM t_ivtoverview_day WHERE plantSeq = ? and inputDate BETWEEN ? and ? union SELECT inputDate, todayEnergy, todayHours FROM t_ivtoverview_hour WHERE seq = (SELECT max(seq) FROM emswdb.t_ivtoverview_hour WHERE plantSeq = ? and inputDate=? ) ) a [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-01(String), 2023-08-31(String), 128(Integer), 2023-08-02(String) [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.seq, d.plantSeq, d.inputYear, d.inputMonth, d.monthEnergy as todayEnergy, d.monthHours as todayHours, lifetimeEnergy, concat(inputYear, '-', inputMonth, '-01') as inputDate from t_ivtoverview_month d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputYear = ? and d.plantSeq = ? order by d.inputMonth asc, d.plantSeq desc [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023(String), 128(String) [10:40:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:40:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:40:43] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [10:40:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:54] [DEBUG] controller.EssController - ----------------------------------------------- [10:40:54] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:40:54] [DEBUG] controller.EssController - ----------------------------------------------- [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107577(Integer) [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:40:54] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [10:40:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [10:40:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [10:40:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:40:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [10:41:57] [DEBUG] controller.EssController - ----------------------------------------------- [10:41:57] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:41:57] [DEBUG] controller.EssController - ----------------------------------------------- [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:41:57] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:41:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:42:03] [DEBUG] controller.EssController - ----------------------------------------------- [10:42:03] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:42:03] [DEBUG] controller.EssController - ----------------------------------------------- [10:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:42:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:42:03] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 16 [10:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:42:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:42:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:42:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:42:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:42:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:42:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:42:23] [DEBUG] controller.EssController - ----------------------------------------------- [10:42:23] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:42:23] [DEBUG] controller.EssController - ----------------------------------------------- [10:42:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:42:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:42:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:42:23] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 15 [10:42:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:42:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:42:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:42:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:42:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:42:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:42:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:42:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:42:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:42:30] [DEBUG] controller.EssController - ----------------------------------------------- [10:42:30] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:42:30] [DEBUG] controller.EssController - ----------------------------------------------- [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:42:30] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:42:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:42:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:43:04] [DEBUG] controller.EssController - ----------------------------------------------- [10:43:04] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:43:04] [DEBUG] controller.EssController - ----------------------------------------------- [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:43:04] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 15 [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 06-0(String) [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 06-0(String) [10:43:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:43:04] [DEBUG] controller.EssController - ----------------------------------------------- [10:43:04] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 220.125.125.157, 220.125.125.157, param : code=500 [10:43:04] [DEBUG] controller.EssController - ----------------------------------------------- [10:43:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, count(c.seq) as count from ( select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.seq, d1.plantSeq, d1.pcsIdx, d1.inputDate, d1.inputYear, d1.inputMonth, d1.chargePower, d1.dischargePower, IFNULL(d1.dayPvPower, d1.pvPower) as pvPower, d1.createDatetime, d1.soc, d1.soh, d1.prevChargePower as y1ChargePower, d1.prevDischargePower as y1DischargePower, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq ) d left join t_cs c on d.plantSeq = c.plantSeq and c.inputDate like concat(substr(d.inputDate, 1, 7), "-__") group by d.inputDate order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:43:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 06(String) [10:43:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:43:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:43:22] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 220.125.125.157, 220.125.125.157, param : code=500 [10:43:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:43:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:43:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:43:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:43:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear asc, d.inputMonth asc, d.pcsIdx asc [10:43:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 06(String) [10:43:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:43:27] [DEBUG] controller.EssController - selectList : 쿼리조회시간 : 0 [10:43:44] [DEBUG] controller.EssController - ----------------------------------------------- [10:43:44] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:43:44] [DEBUG] controller.EssController - ----------------------------------------------- [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:43:44] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:43:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:44:15] [DEBUG] controller.EssController - ----------------------------------------------- [10:44:15] [DEBUG] controller.EssController - /ess/kesco.co :: plantSeq :: 87, param.plantSeq : 87 [10:44:15] [DEBUG] controller.EssController - ----------------------------------------------- [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as name, k.* from t_plant p left join t_kesco k on p.seq = k.plantSeq where p.plantStatus='01' and p.seq = ? order by p.seq desc [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer) [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputDate, count(seq) as totalCount, SUM(CASE WHEN sendStatus ='01' THEN 1 ELSE 0 END) as succCount, SUM(CASE WHEN sendStatus ='01' THEN 0 ELSE 1 END) as failCount from t_kesco_data where inputDate between ? and ? and plantSeq = ? group by inputDate order by inputDate asc [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 2023-08-31(String), 87(Integer) [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:44:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:44:22] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 87, refer : http://emsa.eltenergy.com/ess/statistic_chart.co?dataType=hour&plantSeq=87 [10:44:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:44:22] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 87, param.plantSeq : 87 [10:44:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 87(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107577(Integer) [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 87(Integer), 2023-08-02(String), 87(Integer) [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:44:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:44:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:44:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:44:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:44:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:44:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:44:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 1(Integer), 2023-08-02(String), 87(Integer), 1(Integer), 2023-08-02(String) [10:44:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:44:28] [DEBUG] controller.EssController - ----------------------------------------------- [10:44:28] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:44:28] [DEBUG] controller.EssController - ----------------------------------------------- [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107577(Integer) [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:44:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:44:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:44:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:44:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:44:53] [DEBUG] controller.InverterController - ------------------------------------------ [10:44:53] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":1129.7,"todayHours":1.3,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1557261.0,"currPower":511.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"441889.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"961866.0","todayEnergy":"961866.0","lifetimeEnergy":"1059060.0","dcCurr":"476.7","dcVolt":"935.5","dcPower":"445952.9","temp":"58.5","powerFactor":"85.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"69596.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"167821.0","todayEnergy":"167821.0","lifetimeEnergy":"498201.0","dcCurr":"71.1","dcVolt":"954.1","dcPower":"67836.5","temp":"37.1","powerFactor":"95.0","ivtStatus":"01"}] }} [10:44:53] [DEBUG] controller.InverterController - ------------------------------------------ [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 10(String), 44(String), 511.5(Float), 1129.7(Float), 1.3(Float), 1557261.0(Float), 01(String) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466395(Integer), 110(Integer), 1(Integer), 441889.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 476.7(Double), 935.5(Double), 445952.9(Double), 58.5(Double), 85.1(Double), 961866.0(Double), 1059060.0(Double), 01(String) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466395(Integer), 110(Integer), 2(Integer), 69596.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 71.1(Double), 954.1(Double), 67836.5(Double), 37.1(Double), 95.0(Double), 167821.0(Double), 498201.0(Double), 01(String) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:44:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:44:56] [DEBUG] controller.InverterController - ------------------------------------------ [10:44:56] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":1520.7,"todayHours":1.5,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1706089.0,"currPower":571.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"446414.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1175970.0","todayEnergy":"1175970.0","lifetimeEnergy":"1105109.0","dcCurr":"470.4","dcVolt":"933.2","dcPower":"438977.3","temp":"59.5","powerFactor":"85.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"125109.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"344718.0","todayEnergy":"344718.0","lifetimeEnergy":"600980.0","dcCurr":"134.9","dcVolt":"929.6","dcPower":"125403.0","temp":"44.8","powerFactor":"96.4","ivtStatus":"01"}] }} [10:44:56] [DEBUG] controller.InverterController - ------------------------------------------ [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 10(String), 44(String), 571.5(Float), 1520.7(Float), 1.5(Float), 1706089.0(Float), 01(String) [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466396(Integer), 106(Integer), 1(Integer), 446414.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 470.4(Double), 933.2(Double), 438977.3(Double), 59.5(Double), 85.2(Double), 1175970.0(Double), 1105109.0(Double), 01(String) [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466396(Integer), 106(Integer), 2(Integer), 125109.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 134.9(Double), 929.6(Double), 125403.0(Double), 44.8(Double), 96.4(Double), 344718.0(Double), 600980.0(Double), 01(String) [10:44:56] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:44:57] [DEBUG] controller.InverterController - ------------------------------------------ [10:44:57] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":1577.6,"todayHours":1.6,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1893249.0,"currPower":611.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"482290.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1255510.0","todayEnergy":"1255510.0","lifetimeEnergy":"1419069.0","dcCurr":"561.8","dcVolt":"931.4","dcPower":"523260.5","temp":"71.3","powerFactor":"91.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"127016.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"322945.0","todayEnergy":"322945.0","lifetimeEnergy":"474181.0","dcCurr":"138.6","dcVolt":"926.8","dcPower":"128454.5","temp":"49.0","powerFactor":"93.3","ivtStatus":"01"}] }} [10:44:57] [DEBUG] controller.InverterController - ------------------------------------------ [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 10(String), 44(String), 611.3(Float), 1577.6(Float), 1.6(Float), 1893249.0(Float), 01(String) [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466397(Integer), 111(Integer), 1(Integer), 482290.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 561.8(Double), 931.4(Double), 523260.5(Double), 71.3(Double), 91.4(Double), 1255510.0(Double), 1419069.0(Double), 01(String) [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466397(Integer), 111(Integer), 2(Integer), 127016.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 138.6(Double), 926.8(Double), 128454.5(Double), 49.0(Double), 93.3(Double), 322945.0(Double), 474181.0(Double), 01(String) [10:44:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:03] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:03] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":1311.8,"todayHours":1.3,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1877836.0,"currPower":559.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"439254.0","acFreq":"60.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1058280.0","todayEnergy":"1058280.0","lifetimeEnergy":"1199940.0","dcCurr":"478.4","dcVolt":"932.8","dcPower":"446251.5","temp":"59.0","powerFactor":"85.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"120660.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"253503.0","todayEnergy":"253503.0","lifetimeEnergy":"677896.0","dcCurr":"129.3","dcVolt":"936.3","dcPower":"121063.6","temp":"42.1","powerFactor":"94.2","ivtStatus":"01"}] }} [10:45:03] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 10(String), 45(String), 559.9(Float), 1311.8(Float), 1.3(Float), 1877836.0(Float), 01(String) [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466398(Integer), 113(Integer), 1(Integer), 439254.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 478.4(Double), 932.8(Double), 446251.5(Double), 59.0(Double), 85.7(Double), 1058280.0(Double), 1199940.0(Double), 01(String) [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466398(Integer), 113(Integer), 2(Integer), 120660.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 129.3(Double), 936.3(Double), 121063.6(Double), 42.1(Double), 94.2(Double), 253503.0(Double), 677896.0(Double), 01(String) [10:45:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:04] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:04] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":123.2,"todayHours":1.2,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11527.0,"currPower":40.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"40200.0","acFreq":"0.0","apparentPower":"40.2","reactivePower":"0.3","acEnergy":"123200.0","todayEnergy":"123200.0","lifetimeEnergy":"11527.0","dcCurr":"16.0","dcVolt":"410.4","dcPower":"6566.4","temp":"45.3","powerFactor":"100.0","ivtStatus":"01"}] }} [10:45:04] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 10(String), 45(String), 40.6(Float), 123.2(Float), 1.2(Float), 11527.0(Float), 01(String) [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466399(Integer), 142(Integer), 1(Integer), 40200.0(Double), 0.0(Double), 40.2(Double), 0.3(Double), 16.0(Double), 410.4(Double), 6566.4(Double), 45.3(Double), 100.0(Double), 123200.0(Double), 11527.0(Double), 01(String) [10:45:04] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:08] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:08] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":236.9,"todayHours":1.5,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266539.2,"currPower":99.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"35032.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"87600.0","todayEnergy":"87600.0","lifetimeEnergy":"93336.6","dcCurr":"220.0","dcVolt":"519.0","dcPower":"114180.0","temp":"52.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"31931.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"66900.0","todayEnergy":"66900.0","lifetimeEnergy":"87906.6","dcCurr":"190.0","dcVolt":"532.0","dcPower":"101080.0","temp":"50.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"32074.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"82400.0","todayEnergy":"82400.0","lifetimeEnergy":"85296.0","dcCurr":"198.0","dcVolt":"518.0","dcPower":"102564.0","temp":"50.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:45:08] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 10(String), 45(String), 99.0(Float), 236.9(Float), 1.5(Float), 266539.2(Float), 01(String) [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466400(Integer), 132(Integer), 1(Integer), 35032.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 220.0(Double), 519.0(Double), 114180.0(Double), 52.0(Double), 0.0(Double), 87600.0(Double), 93336.6(Double), 01(String) [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466400(Integer), 132(Integer), 2(Integer), 31931.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 190.0(Double), 532.0(Double), 101080.0(Double), 50.0(Double), 0.0(Double), 66900.0(Double), 87906.6(Double), 01(String) [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466400(Integer), 132(Integer), 3(Integer), 32074.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 198.0(Double), 518.0(Double), 102564.0(Double), 50.0(Double), 0.0(Double), 82400.0(Double), 85296.0(Double), 01(String) [10:45:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:09] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:09] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":1385.5,"todayHours":1.4,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1695279.0,"currPower":526.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"407922.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1072991.9","todayEnergy":"1072991.9","lifetimeEnergy":"1091681.0","dcCurr":"452.2","dcVolt":"930.9","dcPower":"420953.0","temp":"59.6","powerFactor":"88.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"118967.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"312541.0","todayEnergy":"312541.0","lifetimeEnergy":"603598.0","dcCurr":"126.3","dcVolt":"933.2","dcPower":"117863.2","temp":"46.2","powerFactor":"96.3","ivtStatus":"01"}] }} [10:45:09] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 10(String), 45(String), 526.9(Float), 1385.5(Float), 1.4(Float), 1695279.0(Float), 01(String) [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466401(Integer), 124(Integer), 1(Integer), 407922.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 452.2(Double), 930.9(Double), 420953.0(Double), 59.6(Double), 88.1(Double), 1072991.9(Double), 1091681.0(Double), 01(String) [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466401(Integer), 124(Integer), 2(Integer), 118967.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 126.3(Double), 933.2(Double), 117863.2(Double), 46.2(Double), 96.3(Double), 312541.0(Double), 603598.0(Double), 01(String) [10:45:09] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:11] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:11] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":209.4,"todayHours":1.2,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199510.0,"currPower":64.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"33500.0","acFreq":"0.0","apparentPower":"33.5","reactivePower":"6553.0","acEnergy":"101400.0","todayEnergy":"101400.0","lifetimeEnergy":"101125.0","dcCurr":"19.5","dcVolt":"546.9","dcPower":"10664.5","temp":"48.2","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"31400.0","acFreq":"0.0","apparentPower":"31.4","reactivePower":"6552.8","acEnergy":"108000.0","todayEnergy":"108000.0","lifetimeEnergy":"98385.0","dcCurr":"20.2","dcVolt":"532.3","dcPower":"10753.1","temp":"49.3","powerFactor":"6455.6","ivtStatus":"01"}] }} [10:45:11] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 10(String), 45(String), 64.9(Float), 209.4(Float), 1.2(Float), 199510.0(Float), 01(String) [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466402(Integer), 134(Integer), 1(Integer), 33500.0(Double), 0.0(Double), 33.5(Double), 6553.0(Double), 19.5(Double), 546.9(Double), 10664.5(Double), 48.2(Double), 6455.6(Double), 101400.0(Double), 101125.0(Double), 01(String) [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466402(Integer), 134(Integer), 2(Integer), 31400.0(Double), 0.0(Double), 31.4(Double), 6552.8(Double), 20.2(Double), 532.3(Double), 10753.1(Double), 49.3(Double), 6455.6(Double), 108000.0(Double), 98385.0(Double), 01(String) [10:45:11] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:14] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:14] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":377.0,"todayHours":1.9,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413961.0,"currPower":94.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"23600.0","acFreq":"0.0","apparentPower":"23.6","reactivePower":"1.7","acEnergy":"93700.0","todayEnergy":"93700.0","lifetimeEnergy":"100909.0","dcCurr":"45.0","dcVolt":"514.2","dcPower":"23139.0","temp":"58.0","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"24000.0","acFreq":"0.0","apparentPower":"24.0","reactivePower":"2.1","acEnergy":"95300.0","todayEnergy":"95300.0","lifetimeEnergy":"102424.0","dcCurr":"45.8","dcVolt":"515.7","dcPower":"23617.5","temp":"56.0","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"23300.0","acFreq":"0.0","apparentPower":"23.3","reactivePower":"1.7","acEnergy":"92800.0","todayEnergy":"92800.0","lifetimeEnergy":"104003.0","dcCurr":"44.7","dcVolt":"516.3","dcPower":"23077.1","temp":"52.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"23700.0","acFreq":"0.0","apparentPower":"23.8","reactivePower":"1.8","acEnergy":"95200.0","todayEnergy":"95200.0","lifetimeEnergy":"106625.0","dcCurr":"45.2","dcVolt":"520.8","dcPower":"23540.2","temp":"49.7","powerFactor":"100.0","ivtStatus":"01"}] }} [10:45:14] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 10(String), 45(String), 94.6(Float), 377.0(Float), 1.9(Float), 413961.0(Float), 01(String) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466403(Integer), 99(Integer), 1(Integer), 23600.0(Double), 0.0(Double), 23.6(Double), 1.7(Double), 45.0(Double), 514.2(Double), 23139.0(Double), 58.0(Double), 100.0(Double), 93700.0(Double), 100909.0(Double), 01(String) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466403(Integer), 99(Integer), 2(Integer), 24000.0(Double), 0.0(Double), 24.0(Double), 2.1(Double), 45.8(Double), 515.7(Double), 23617.5(Double), 56.0(Double), 100.0(Double), 95300.0(Double), 102424.0(Double), 01(String) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466403(Integer), 99(Integer), 3(Integer), 23300.0(Double), 0.0(Double), 23.3(Double), 1.7(Double), 44.7(Double), 516.3(Double), 23077.1(Double), 52.3(Double), 100.0(Double), 92800.0(Double), 104003.0(Double), 01(String) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466403(Integer), 99(Integer), 4(Integer), 23700.0(Double), 0.0(Double), 23.8(Double), 1.8(Double), 45.2(Double), 520.8(Double), 23540.2(Double), 49.7(Double), 100.0(Double), 95200.0(Double), 106625.0(Double), 01(String) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:14] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:14] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":1479.6,"todayHours":1.5,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1809806.0,"currPower":555.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"442247.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1140421.0","todayEnergy":"1140421.0","lifetimeEnergy":"1173675.0","dcCurr":"481.1","dcVolt":"934.3","dcPower":"449491.7","temp":"62.6","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"113225.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"339219.0","todayEnergy":"339219.0","lifetimeEnergy":"636131.0","dcCurr":"120.7","dcVolt":"934.4","dcPower":"112782.1","temp":"50.2","powerFactor":"99.9","ivtStatus":"01"}] }} [10:45:14] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 10(String), 45(String), 555.5(Float), 1479.6(Float), 1.5(Float), 1809806.0(Float), 01(String) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466404(Integer), 126(Integer), 1(Integer), 442247.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 481.1(Double), 934.3(Double), 449491.7(Double), 62.6(Double), 100.0(Double), 1140421.0(Double), 1173675.0(Double), 01(String) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466404(Integer), 126(Integer), 2(Integer), 113225.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 120.7(Double), 934.4(Double), 112782.1(Double), 50.2(Double), 99.9(Double), 339219.0(Double), 636131.0(Double), 01(String) [10:45:14] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:16] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:16] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":129.0,"todayHours":1.3,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":91067.0,"currPower":48.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"48400.0","acFreq":"0.0","apparentPower":"48.4","reactivePower":"6552.1","acEnergy":"129000.0","todayEnergy":"129000.0","lifetimeEnergy":"91067.0","dcCurr":"41.9","dcVolt":"488.8","dcPower":"20480.7","temp":"48.0","powerFactor":"6454.6","ivtStatus":"01"}] }} [10:45:16] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 10(String), 45(String), 48.4(Float), 129.0(Float), 1.3(Float), 91067.0(Float), 01(String) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466405(Integer), 138(Integer), 1(Integer), 48400.0(Double), 0.0(Double), 48.4(Double), 6552.1(Double), 41.9(Double), 488.8(Double), 20480.7(Double), 48.0(Double), 6454.6(Double), 129000.0(Double), 91067.0(Double), 01(String) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:16] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:16] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":169.4,"todayHours":1.7,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212641.6,"currPower":32.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"17207.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"89800.0","todayEnergy":"89800.0","lifetimeEnergy":"112527.5","dcCurr":"72.0","dcVolt":"567.0","dcPower":"40824.0","temp":"54.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"15474.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"79600.0","todayEnergy":"79600.0","lifetimeEnergy":"100114.1","dcCurr":"72.0","dcVolt":"551.0","dcPower":"39672.0","temp":"52.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:45:16] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [10:45:16] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:16] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":1284.5,"todayHours":1.3,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1793002.0,"currPower":584.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"452085.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1013361.0","todayEnergy":"1013361.0","lifetimeEnergy":"1172813.0","dcCurr":"494.4","dcVolt":"932.1","dcPower":"460830.2","temp":"70.5","powerFactor":"85.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"131938.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"271112.0","todayEnergy":"271112.0","lifetimeEnergy":"620189.0","dcCurr":"133.1","dcVolt":"932.7","dcPower":"124142.4","temp":"54.4","powerFactor":"95.5","ivtStatus":"01"}] }} [10:45:16] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 10(String), 45(String), 32.7(Float), 169.4(Float), 1.7(Float), 212641.6(Float), 01(String) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466406(Integer), 129(Integer), 1(Integer), 17207.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 72.0(Double), 567.0(Double), 40824.0(Double), 54.0(Double), 0.0(Double), 89800.0(Double), 112527.5(Double), 01(String) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 10(String), 45(String), 584.0(Float), 1284.5(Float), 1.3(Float), 1793002.0(Float), 01(String) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466406(Integer), 129(Integer), 2(Integer), 15474.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 72.0(Double), 551.0(Double), 39672.0(Double), 52.0(Double), 0.0(Double), 79600.0(Double), 100114.1(Double), 01(String) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466407(Integer), 108(Integer), 1(Integer), 452085.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 494.4(Double), 932.1(Double), 460830.2(Double), 70.5(Double), 85.5(Double), 1013361.0(Double), 1172813.0(Double), 01(String) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466407(Integer), 108(Integer), 2(Integer), 131938.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 133.1(Double), 932.7(Double), 124142.4(Double), 54.4(Double), 95.5(Double), 271112.0(Double), 620189.0(Double), 01(String) [10:45:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:17] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":163.7,"todayHours":1.6,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124794.0,"currPower":68.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"68600.0","acFreq":"0.0","apparentPower":"68.6","reactivePower":"0.3","acEnergy":"163700.0","todayEnergy":"163700.0","lifetimeEnergy":"124794.0","dcCurr":"49.9","dcVolt":"514.0","dcPower":"25648.6","temp":"53.9","powerFactor":"99.0","ivtStatus":"01"}] }} [10:45:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 10(String), 45(String), 68.6(Float), 163.7(Float), 1.6(Float), 124794.0(Float), 01(String) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466408(Integer), 135(Integer), 1(Integer), 68600.0(Double), 0.0(Double), 68.6(Double), 0.3(Double), 49.9(Double), 514.0(Double), 25648.6(Double), 53.9(Double), 99.0(Double), 163700.0(Double), 124794.0(Double), 01(String) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:17] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":189.7,"todayHours":1.3,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130786.0,"currPower":71.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"49600.0","acFreq":"0.0","apparentPower":"49.6","reactivePower":"0.0","acEnergy":"132200.0","todayEnergy":"132200.0","lifetimeEnergy":"90249.0","dcCurr":"41.9","dcVolt":"650.4","dcPower":"27253.2","temp":"48.4","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"21500.0","acFreq":"0.0","apparentPower":"21.5","reactivePower":"1.8","acEnergy":"57500.0","todayEnergy":"57500.0","lifetimeEnergy":"40537.0","dcCurr":"40.2","dcVolt":"528.2","dcPower":"21232.3","temp":"47.1","powerFactor":"100.0","ivtStatus":"01"}] }} [10:45:17] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 10(String), 45(String), 71.1(Float), 189.7(Float), 1.3(Float), 130786.0(Float), 01(String) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466409(Integer), 137(Integer), 1(Integer), 49600.0(Double), 0.0(Double), 49.6(Double), 0.0(Double), 41.9(Double), 650.4(Double), 27253.2(Double), 48.4(Double), 6455.6(Double), 132200.0(Double), 90249.0(Double), 01(String) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466409(Integer), 137(Integer), 2(Integer), 21500.0(Double), 0.0(Double), 21.5(Double), 1.8(Double), 40.2(Double), 528.2(Double), 21232.3(Double), 47.1(Double), 100.0(Double), 57500.0(Double), 40537.0(Double), 01(String) [10:45:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:18] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":248.3,"todayHours":1.7,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345377.1,"currPower":69.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"23209.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"83100.0","todayEnergy":"83100.0","lifetimeEnergy":"115821.3","dcCurr":"163.0","dcVolt":"531.0","dcPower":"86553.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"21576.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"77800.0","todayEnergy":"77800.0","lifetimeEnergy":"106819.8","dcCurr":"110.0","dcVolt":"565.0","dcPower":"62150.0","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"24568.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"87400.0","todayEnergy":"87400.0","lifetimeEnergy":"122736.0","dcCurr":"168.0","dcVolt":"563.0","dcPower":"94584.0","temp":"52.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [10:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:18] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":1471.2,"todayHours":1.5,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1834406.0,"currPower":534.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"422162.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1149054.0","todayEnergy":"1149054.0","lifetimeEnergy":"1187803.0","dcCurr":"456.1","dcVolt":"931.2","dcPower":"424720.3","temp":"52.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"112644.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"322173.0","todayEnergy":"322173.0","lifetimeEnergy":"646603.0","dcCurr":"121.2","dcVolt":"928.7","dcPower":"112558.4","temp":"40.2","powerFactor":"99.9","ivtStatus":"01"}] }} [10:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 10(String), 45(String), 69.4(Float), 248.3(Float), 1.7(Float), 345377.1(Float), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466410(Integer), 127(Integer), 1(Integer), 23209.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 163.0(Double), 531.0(Double), 86553.0(Double), 47.0(Double), 0.0(Double), 83100.0(Double), 115821.3(Double), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466410(Integer), 127(Integer), 2(Integer), 21576.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 110.0(Double), 565.0(Double), 62150.0(Double), 49.0(Double), 0.0(Double), 77800.0(Double), 106819.8(Double), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 10(String), 45(String), 534.8(Float), 1471.2(Float), 1.5(Float), 1834406.0(Float), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466410(Integer), 127(Integer), 3(Integer), 24568.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 168.0(Double), 563.0(Double), 94584.0(Double), 52.0(Double), 0.0(Double), 87400.0(Double), 122736.0(Double), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466411(Integer), 120(Integer), 1(Integer), 422162.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 456.1(Double), 931.2(Double), 424720.3(Double), 52.4(Double), 100.0(Double), 1149054.0(Double), 1187803.0(Double), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466411(Integer), 120(Integer), 2(Integer), 112644.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 121.2(Double), 928.7(Double), 112558.4(Double), 40.2(Double), 99.9(Double), 322173.0(Double), 646603.0(Double), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:18] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":640.5,"todayHours":1.4,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":855449.3,"currPower":285.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"63402.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"143230.0","todayEnergy":"143230.0","lifetimeEnergy":"191206.6","dcCurr":"110.5","dcVolt":"584.4","dcPower":"64558.7","temp":"51.6","powerFactor":"645.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"63120.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"141910.0","todayEnergy":"141910.0","lifetimeEnergy":"190238.2","dcCurr":"110.3","dcVolt":"583.6","dcPower":"64382.8","temp":"50.9","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"63285.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"141730.0","todayEnergy":"141730.0","lifetimeEnergy":"190237.6","dcCurr":"111.2","dcVolt":"579.9","dcPower":"64463.3","temp":"49.6","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"62992.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"141130.0","todayEnergy":"141130.0","lifetimeEnergy":"187092.8","dcCurr":"109.5","dcVolt":"588.2","dcPower":"64435.5","temp":"50.1","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"32629.0","acFreq":"600.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"72610.0","todayEnergy":"72610.0","lifetimeEnergy":"96674.1","dcCurr":"58.4","dcVolt":"572.6","dcPower":"33418.9","temp":"61.7","powerFactor":"10.0","ivtStatus":"01"}] }} [10:45:18] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 10(String), 45(String), 285.3(Float), 640.5(Float), 1.4(Float), 855449.3(Float), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466412(Integer), 128(Integer), 1(Integer), 63402.0(Double), 600.2(Double), 0.0(Double), -0.0(Double), 110.5(Double), 584.4(Double), 64558.7(Double), 51.6(Double), 645.4(Double), 143230.0(Double), 191206.6(Double), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466412(Integer), 128(Integer), 2(Integer), 63120.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 110.3(Double), 583.6(Double), 64382.8(Double), 50.9(Double), 10.0(Double), 141910.0(Double), 190238.2(Double), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466412(Integer), 128(Integer), 3(Integer), 63285.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 111.2(Double), 579.9(Double), 64463.3(Double), 49.6(Double), 10.0(Double), 141730.0(Double), 190237.6(Double), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466412(Integer), 128(Integer), 4(Integer), 62992.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 109.5(Double), 588.2(Double), 64435.5(Double), 50.1(Double), 10.0(Double), 141130.0(Double), 187092.8(Double), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466412(Integer), 128(Integer), 5(Integer), 32629.0(Double), 600.3(Double), 0.0(Double), 0.0(Double), 58.4(Double), 572.6(Double), 33418.9(Double), 61.7(Double), 10.0(Double), 72610.0(Double), 96674.1(Double), 01(String) [10:45:18] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:20] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":1438.8,"todayHours":1.5,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1876799.0,"currPower":545.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"436268.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1128137.9","todayEnergy":"1128137.9","lifetimeEnergy":"1217083.0","dcCurr":"475.6","dcVolt":"931.8","dcPower":"443164.1","temp":"61.6","powerFactor":"91.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"109218.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"311412.0","todayEnergy":"311412.0","lifetimeEnergy":"659717.0","dcCurr":"116.6","dcVolt":"933.6","dcPower":"108857.8","temp":"44.1","powerFactor":"94.9","ivtStatus":"01"}] }} [10:45:20] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 10(String), 45(String), 545.7(Float), 1438.8(Float), 1.5(Float), 1876799.0(Float), 01(String) [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466413(Integer), 112(Integer), 1(Integer), 436268.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 475.6(Double), 931.8(Double), 443164.1(Double), 61.6(Double), 91.3(Double), 1128137.9(Double), 1217083.0(Double), 01(String) [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466413(Integer), 112(Integer), 2(Integer), 109218.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 116.6(Double), 933.6(Double), 108857.8(Double), 44.1(Double), 94.9(Double), 311412.0(Double), 659717.0(Double), 01(String) [10:45:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:21] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:21] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":627.2,"todayHours":1.3,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":142154.0,"currPower":237.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"59000.0","acFreq":"0.0","apparentPower":"59.0","reactivePower":"6551.9","acEnergy":"152300.0","todayEnergy":"152300.0","lifetimeEnergy":"35943.0","dcCurr":"40.1","dcVolt":"611.3","dcPower":"24513.1","temp":"54.1","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"59600.0","acFreq":"0.0","apparentPower":"59.6","reactivePower":"6552.3","acEnergy":"157900.0","todayEnergy":"157900.0","lifetimeEnergy":"35539.0","dcCurr":"40.9","dcVolt":"607.7","dcPower":"24854.9","temp":"54.6","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"3","acPower":"59200.0","acFreq":"0.0","apparentPower":"59.2","reactivePower":"6553.4","acEnergy":"154600.0","todayEnergy":"154600.0","lifetimeEnergy":"35666.0","dcCurr":"40.4","dcVolt":"609.4","dcPower":"24619.8","temp":"53.4","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"4","acPower":"59400.0","acFreq":"0.0","apparentPower":"59.4","reactivePower":"6550.7","acEnergy":"162400.0","todayEnergy":"162400.0","lifetimeEnergy":"35006.0","dcCurr":"40.7","dcVolt":"604.8","dcPower":"24614.0","temp":"54.0","powerFactor":"6454.6","ivtStatus":"01"}] }} [10:45:21] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 10(String), 45(String), 237.2(Float), 627.2(Float), 1.3(Float), 142154.0(Float), 01(String) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466414(Integer), 139(Integer), 1(Integer), 59000.0(Double), 0.0(Double), 59.0(Double), 6551.9(Double), 40.1(Double), 611.3(Double), 24513.1(Double), 54.1(Double), 6454.6(Double), 152300.0(Double), 35943.0(Double), 01(String) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466414(Integer), 139(Integer), 2(Integer), 59600.0(Double), 0.0(Double), 59.6(Double), 6552.3(Double), 40.9(Double), 607.7(Double), 24854.9(Double), 54.6(Double), 6454.6(Double), 157900.0(Double), 35539.0(Double), 01(String) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466414(Integer), 139(Integer), 3(Integer), 59200.0(Double), 0.0(Double), 59.2(Double), 6553.4(Double), 40.4(Double), 609.4(Double), 24619.8(Double), 53.4(Double), 6454.6(Double), 154600.0(Double), 35666.0(Double), 01(String) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466414(Integer), 139(Integer), 4(Integer), 59400.0(Double), 0.0(Double), 59.4(Double), 6550.7(Double), 40.7(Double), 604.8(Double), 24614.0(Double), 54.0(Double), 6454.6(Double), 162400.0(Double), 35006.0(Double), 01(String) [10:45:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:22] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":1545.8,"todayHours":1.5,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1907588.0,"currPower":628.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"482981.0","acFreq":"60.4","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1128413.9","todayEnergy":"1128413.9","lifetimeEnergy":"1245629.0","dcCurr":"520.4","dcVolt":"929.7","dcPower":"483815.9","temp":"61.8","powerFactor":"85.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"145134.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"417384.0","todayEnergy":"417384.0","lifetimeEnergy":"661959.0","dcCurr":"157.3","dcVolt":"928.5","dcPower":"146053.0","temp":"47.1","powerFactor":"95.0","ivtStatus":"01"}] }} [10:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 10(String), 45(String), 628.1(Float), 1545.8(Float), 1.5(Float), 1907588.0(Float), 01(String) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466415(Integer), 107(Integer), 1(Integer), 482981.0(Double), 60.4(Double), 0.0(Double), 0.0(Double), 520.4(Double), 929.7(Double), 483815.9(Double), 61.8(Double), 85.5(Double), 1128413.9(Double), 1245629.0(Double), 01(String) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466415(Integer), 107(Integer), 2(Integer), 145134.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 157.3(Double), 928.5(Double), 146053.0(Double), 47.1(Double), 95.0(Double), 417384.0(Double), 661959.0(Double), 01(String) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:22] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":165.2,"todayHours":1.7,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":106143.0,"currPower":63.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"63000.0","acFreq":"0.0","apparentPower":"63.0","reactivePower":"6550.9","acEnergy":"165200.0","todayEnergy":"165200.0","lifetimeEnergy":"106143.0","dcCurr":"50.4","dcVolt":"459.4","dcPower":"23152.1","temp":"58.0","powerFactor":"6455.6","ivtStatus":"01"}] }} [10:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 10(String), 45(String), 63.0(Float), 165.2(Float), 1.7(Float), 106143.0(Float), 01(String) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466416(Integer), 136(Integer), 1(Integer), 63000.0(Double), 0.0(Double), 63.0(Double), 6550.9(Double), 50.4(Double), 459.4(Double), 23152.1(Double), 58.0(Double), 6455.6(Double), 165200.0(Double), 106143.0(Double), 01(String) [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:45:22] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 220.125.125.157, 220.125.125.157, param : code=404 [10:45:22] [DEBUG] controller.EssController - ----------------------------------------------- [10:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:22] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":1318.4,"todayHours":1.3,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1733030.0,"currPower":402.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"402468.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1056538.9","todayEnergy":"1056538.9","lifetimeEnergy":"1130997.0","dcCurr":"434.8","dcVolt":"938.2","dcPower":"407929.3","temp":"49.4","powerFactor":"99.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"0.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"261889.0","todayEnergy":"261889.0","lifetimeEnergy":"602033.0","dcCurr":"0.0","dcVolt":"1042.5","dcPower":"0.0","temp":"36.9","powerFactor":"0.0","ivtStatus":"00"}] }} [10:45:22] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 10(String), 45(String), 402.5(Float), 1318.4(Float), 1.3(Float), 1733030.0(Float), 01(String) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466417(Integer), 125(Integer), 1(Integer), 402468.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 434.8(Double), 938.2(Double), 407929.3(Double), 49.4(Double), 99.9(Double), 1056538.9(Double), 1130997.0(Double), 01(String) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466417(Integer), 125(Integer), 2(Integer), 0.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 0.0(Double), 1042.5(Double), 0.0(Double), 36.9(Double), 0.0(Double), 261889.0(Double), 602033.0(Double), 00(String) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:23] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":265.3,"todayHours":1.8,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255377.3,"currPower":101.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"35578.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"94000.0","todayEnergy":"94000.0","lifetimeEnergy":"90481.3","dcCurr":"268.0","dcVolt":"547.0","dcPower":"146596.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"31476.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"82400.0","todayEnergy":"82400.0","lifetimeEnergy":"79540.9","dcCurr":"176.0","dcVolt":"542.0","dcPower":"95392.0","temp":"54.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"34141.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"88900.0","todayEnergy":"88900.0","lifetimeEnergy":"85355.1","dcCurr":"268.0","dcVolt":"497.0","dcPower":"133196.0","temp":"52.0","powerFactor":"0.0","ivtStatus":"01"}] }} [10:45:23] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 10(String), 45(String), 101.2(Float), 265.3(Float), 1.8(Float), 255377.3(Float), 01(String) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466418(Integer), 131(Integer), 1(Integer), 35578.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 268.0(Double), 547.0(Double), 146596.0(Double), 51.0(Double), 0.0(Double), 94000.0(Double), 90481.3(Double), 01(String) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466418(Integer), 131(Integer), 2(Integer), 31476.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 176.0(Double), 542.0(Double), 95392.0(Double), 54.0(Double), 0.0(Double), 82400.0(Double), 79540.9(Double), 01(String) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466418(Integer), 131(Integer), 3(Integer), 34141.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 268.0(Double), 497.0(Double), 133196.0(Double), 52.0(Double), 0.0(Double), 88900.0(Double), 85355.1(Double), 01(String) [10:45:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:24] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":86.4,"todayHours":1.5,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15956.0,"currPower":24.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"24800.0","acFreq":"0.0","apparentPower":"24.8","reactivePower":"1.9","acEnergy":"86400.0","todayEnergy":"86400.0","lifetimeEnergy":"15956.0","dcCurr":"36.8","dcVolt":"685.6","dcPower":"25231.3","temp":"50.5","powerFactor":"100.0","ivtStatus":"01"}] }} [10:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 10(String), 45(String), 24.8(Float), 86.4(Float), 1.5(Float), 15956.0(Float), 01(String) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466419(Integer), 140(Integer), 1(Integer), 24800.0(Double), 0.0(Double), 24.8(Double), 1.9(Double), 36.8(Double), 685.6(Double), 25231.3(Double), 50.5(Double), 100.0(Double), 86400.0(Double), 15956.0(Double), 01(String) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:24] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":147.9,"todayHours":1.5,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27423.0,"currPower":47.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"47600.0","acFreq":"0.0","apparentPower":"47.6","reactivePower":"6551.0","acEnergy":"147900.0","todayEnergy":"147900.0","lifetimeEnergy":"27423.0","dcCurr":"20.0","dcVolt":"643.8","dcPower":"12876.7","temp":"48.7","powerFactor":"6454.6","ivtStatus":"01"}] }} [10:45:24] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 10(String), 45(String), 47.6(Float), 147.9(Float), 1.5(Float), 27423.0(Float), 01(String) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466420(Integer), 141(Integer), 1(Integer), 47600.0(Double), 0.0(Double), 47.6(Double), 6551.0(Double), 20.0(Double), 643.8(Double), 12876.7(Double), 48.7(Double), 6454.6(Double), 147900.0(Double), 27423.0(Double), 01(String) [10:45:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:25] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":1627.6,"todayHours":1.6,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1894321.0,"currPower":612.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"483779.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1273293.9","todayEnergy":"1273293.9","lifetimeEnergy":"1222330.0","dcCurr":"521.0","dcVolt":"931.6","dcPower":"485363.6","temp":"67.5","powerFactor":"91.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"128698.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"354322.0","todayEnergy":"354322.0","lifetimeEnergy":"671991.0","dcCurr":"137.2","dcVolt":"934.2","dcPower":"128172.2","temp":"47.1","powerFactor":"97.0","ivtStatus":"01"}] }} [10:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 10(String), 45(String), 612.5(Float), 1627.6(Float), 1.6(Float), 1894321.0(Float), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466421(Integer), 109(Integer), 1(Integer), 483779.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 521.0(Double), 931.6(Double), 485363.6(Double), 67.5(Double), 91.7(Double), 1273293.9(Double), 1222330.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466421(Integer), 109(Integer), 2(Integer), 128698.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 137.2(Double), 934.2(Double), 128172.2(Double), 47.1(Double), 97.0(Double), 354322.0(Double), 671991.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] controller.EssController - ----------------------------------------------- [10:45:25] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 87, param.plantSeq : 0 [10:45:25] [DEBUG] controller.EssController - ----------------------------------------------- [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 87(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107577(Integer) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 87(Integer), 2023-08-02(String), 87(Integer) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:25] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":1159.2,"todayHours":1.3,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2425501.0,"currPower":314.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"19497.0","acFreq":"0.0","apparentPower":"19.5","reactivePower":"0.0","acEnergy":"82500.0","todayEnergy":"82500.0","lifetimeEnergy":"144409.0","dcCurr":"26.7","dcVolt":"551.8","dcPower":"14733.1","temp":"47.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20164.0","acFreq":"0.0","apparentPower":"20.2","reactivePower":"0.0","acEnergy":"82600.0","todayEnergy":"82600.0","lifetimeEnergy":"163953.0","dcCurr":"27.9","dcVolt":"547.9","dcPower":"15285.5","temp":"48.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"19984.0","acFreq":"0.0","apparentPower":"20.0","reactivePower":"0.0","acEnergy":"83500.0","todayEnergy":"83500.0","lifetimeEnergy":"147292.0","dcCurr":"27.1","dcVolt":"560.7","dcPower":"15195.0","temp":"47.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"19753.0","acFreq":"0.0","apparentPower":"19.8","reactivePower":"0.0","acEnergy":"84500.0","todayEnergy":"84500.0","lifetimeEnergy":"152549.0","dcCurr":"26.5","dcVolt":"556.6","dcPower":"14749.9","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"20514.0","acFreq":"0.0","apparentPower":"20.5","reactivePower":"0.0","acEnergy":"85600.0","todayEnergy":"85600.0","lifetimeEnergy":"167724.0","dcCurr":"28.0","dcVolt":"555.4","dcPower":"15552.1","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"20362.0","acFreq":"0.0","apparentPower":"20.4","reactivePower":"0.0","acEnergy":"85400.0","todayEnergy":"85400.0","lifetimeEnergy":"167313.0","dcCurr":"27.8","dcVolt":"548.1","dcPower":"15238.1","temp":"47.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"19309.0","acFreq":"0.0","apparentPower":"19.3","reactivePower":"0.0","acEnergy":"82900.0","todayEnergy":"82900.0","lifetimeEnergy":"140972.0","dcCurr":"26.2","dcVolt":"554.2","dcPower":"14520.9","temp":"46.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"19220.0","acFreq":"0.0","apparentPower":"19.2","reactivePower":"0.0","acEnergy":"71100.0","todayEnergy":"71100.0","lifetimeEnergy":"158206.0","dcCurr":"25.9","dcVolt":"561.4","dcPower":"14541.1","temp":"48.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"14317.0","acFreq":"0.0","apparentPower":"14.3","reactivePower":"0.0","acEnergy":"36600.0","todayEnergy":"36600.0","lifetimeEnergy":"133717.0","dcCurr":"18.9","dcVolt":"579.1","dcPower":"10944.4","temp":"44.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"19823.0","acFreq":"0.0","apparentPower":"19.8","reactivePower":"0.0","acEnergy":"76200.0","todayEnergy":"76200.0","lifetimeEnergy":"160768.0","dcCurr":"26.8","dcVolt":"559.8","dcPower":"15001.7","temp":"49.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"20154.0","acFreq":"0.0","apparentPower":"20.2","reactivePower":"0.0","acEnergy":"78600.0","todayEnergy":"78600.0","lifetimeEnergy":"160830.0","dcCurr":"27.8","dcVolt":"555.8","dcPower":"15450.3","temp":"47.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"20335.0","acFreq":"0.0","apparentPower":"20.3","reactivePower":"0.0","acEnergy":"81200.0","todayEnergy":"81200.0","lifetimeEnergy":"163378.0","dcCurr":"27.8","dcVolt":"558.0","dcPower":"15513.3","temp":"47.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"29347.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"21000.0","todayEnergy":"21000.0","lifetimeEnergy":"160772.0","dcCurr":"41.5","dcVolt":"552.4","dcPower":"22923.2","temp":"37.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"18891.0","acFreq":"0.0","apparentPower":"18.9","reactivePower":"0.0","acEnergy":"76200.0","todayEnergy":"76200.0","lifetimeEnergy":"147476.0","dcCurr":"24.6","dcVolt":"552.2","dcPower":"13584.9","temp":"47.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"12510.0","acFreq":"0.0","apparentPower":"12.5","reactivePower":"0.0","acEnergy":"47800.0","todayEnergy":"47800.0","lifetimeEnergy":"99209.0","dcCurr":"22.3","dcVolt":"560.1","dcPower":"12491.0","temp":"43.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"19948.0","acFreq":"0.0","apparentPower":"19.9","reactivePower":"0.0","acEnergy":"83500.0","todayEnergy":"83500.0","lifetimeEnergy":"156933.0","dcCurr":"27.4","dcVolt":"550.7","dcPower":"15089.2","temp":"47.1","powerFactor":"0.0","ivtStatus":"01"}] }} [10:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 10(String), 45(String), 314.1(Float), 1159.2(Float), 1.3(Float), 2425501.0(Float), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 1(Integer), 19497.0(Double), 0.0(Double), 19.5(Double), 0.0(Double), 26.7(Double), 551.8(Double), 14733.1(Double), 47.1(Double), 0.0(Double), 82500.0(Double), 144409.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 2(Integer), 20164.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 27.9(Double), 547.9(Double), 15285.5(Double), 48.6(Double), 0.0(Double), 82600.0(Double), 163953.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 3(Integer), 19984.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 27.1(Double), 560.7(Double), 15195.0(Double), 47.1(Double), 0.0(Double), 83500.0(Double), 147292.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 4(Integer), 19753.0(Double), 0.0(Double), 19.8(Double), 0.0(Double), 26.5(Double), 556.6(Double), 14749.9(Double), 48.0(Double), 0.0(Double), 84500.0(Double), 152549.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 5(Integer), 20514.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 28.0(Double), 555.4(Double), 15552.1(Double), 49.0(Double), 0.0(Double), 85600.0(Double), 167724.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 6(Integer), 20362.0(Double), 0.0(Double), 20.4(Double), 0.0(Double), 27.8(Double), 548.1(Double), 15238.1(Double), 47.9(Double), 0.0(Double), 85400.0(Double), 167313.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 7(Integer), 19309.0(Double), 0.0(Double), 19.3(Double), 0.0(Double), 26.2(Double), 554.2(Double), 14520.9(Double), 46.9(Double), 0.0(Double), 82900.0(Double), 140972.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 8(Integer), 19220.0(Double), 0.0(Double), 19.2(Double), 0.0(Double), 25.9(Double), 561.4(Double), 14541.1(Double), 48.1(Double), 0.0(Double), 71100.0(Double), 158206.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 9(Integer), 14317.0(Double), 0.0(Double), 14.3(Double), 0.0(Double), 18.9(Double), 579.1(Double), 10944.4(Double), 44.3(Double), 0.0(Double), 36600.0(Double), 133717.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 10(Integer), 19823.0(Double), 0.0(Double), 19.8(Double), 0.0(Double), 26.8(Double), 559.8(Double), 15001.7(Double), 49.1(Double), 0.0(Double), 76200.0(Double), 160768.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 11(Integer), 20154.0(Double), 0.0(Double), 20.2(Double), 0.0(Double), 27.8(Double), 555.8(Double), 15450.3(Double), 47.6(Double), 0.0(Double), 78600.0(Double), 160830.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 12(Integer), 20335.0(Double), 0.0(Double), 20.3(Double), 0.0(Double), 27.8(Double), 558.0(Double), 15513.3(Double), 47.4(Double), 0.0(Double), 81200.0(Double), 163378.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 13(Integer), 29347.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 41.5(Double), 552.4(Double), 22923.2(Double), 37.6(Double), 0.0(Double), 21000.0(Double), 160772.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 17(Integer), 18891.0(Double), 0.0(Double), 18.9(Double), 0.0(Double), 24.6(Double), 552.2(Double), 13584.9(Double), 47.2(Double), 0.0(Double), 76200.0(Double), 147476.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 18(Integer), 12510.0(Double), 0.0(Double), 12.5(Double), 0.0(Double), 22.3(Double), 560.1(Double), 12491.0(Double), 43.9(Double), 0.0(Double), 47800.0(Double), 99209.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466422(Integer), 92(Integer), 19(Integer), 19948.0(Double), 0.0(Double), 19.9(Double), 0.0(Double), 27.4(Double), 550.7(Double), 15089.2(Double), 47.1(Double), 0.0(Double), 83500.0(Double), 156933.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:25] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":2930.7,"todayHours":3.0,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":-3285448704.0,"currPower":351.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"20018.0","acFreq":"0.0","apparentPower":"20.0","reactivePower":"0.0","acEnergy":"85400.0","todayEnergy":"85400.0","lifetimeEnergy":"152803.0","dcCurr":"27.2","dcVolt":"558.7","dcPower":"15196.6","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"20920.0","acFreq":"0.0","apparentPower":"20.9","reactivePower":"0.0","acEnergy":"87000.0","todayEnergy":"87000.0","lifetimeEnergy":"166590.0","dcCurr":"28.6","dcVolt":"553.2","dcPower":"15821.5","temp":"49.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"19572.0","acFreq":"0.0","apparentPower":"19.6","reactivePower":"0.0","acEnergy":"83800.0","todayEnergy":"83800.0","lifetimeEnergy":"146979.0","dcCurr":"26.3","dcVolt":"559.9","dcPower":"14724.5","temp":"48.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"20901.0","acFreq":"0.0","apparentPower":"20.9","reactivePower":"0.0","acEnergy":"86400.0","todayEnergy":"86400.0","lifetimeEnergy":"164742.0","dcCurr":"28.4","dcVolt":"554.0","dcPower":"15733.6","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"19919.0","acFreq":"0.0","apparentPower":"19.9","reactivePower":"0.0","acEnergy":"83500.0","todayEnergy":"83500.0","lifetimeEnergy":"147559.0","dcCurr":"27.2","dcVolt":"554.7","dcPower":"15087.8","temp":"48.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"21489.0","acFreq":"0.0","apparentPower":"21.5","reactivePower":"0.0","acEnergy":"86600.0","todayEnergy":"86600.0","lifetimeEnergy":"169704.0","dcCurr":"29.0","dcVolt":"559.9","dcPower":"16236.1","temp":"49.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"21175.0","acFreq":"0.0","apparentPower":"21.2","reactivePower":"0.0","acEnergy":"86800.0","todayEnergy":"86800.0","lifetimeEnergy":"166483.0","dcCurr":"28.8","dcVolt":"553.4","dcPower":"15938.9","temp":"49.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"20457.0","acFreq":"0.0","apparentPower":"20.5","reactivePower":"0.0","acEnergy":"85300.0","todayEnergy":"85300.0","lifetimeEnergy":"149891.0","dcCurr":"27.7","dcVolt":"557.4","dcPower":"15440.0","temp":"48.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"21278.0","acFreq":"0.0","apparentPower":"21.3","reactivePower":"0.0","acEnergy":"86100.0","todayEnergy":"86100.0","lifetimeEnergy":"165961.0","dcCurr":"28.7","dcVolt":"558.3","dcPower":"16023.2","temp":"48.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"19643.0","acFreq":"0.0","apparentPower":"19.6","reactivePower":"0.0","acEnergy":"81300.0","todayEnergy":"81300.0","lifetimeEnergy":"133726.0","dcCurr":"26.2","dcVolt":"563.0","dcPower":"14751.5","temp":"47.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"21163.0","acFreq":"0.0","apparentPower":"21.2","reactivePower":"0.0","acEnergy":"84300.0","todayEnergy":"84300.0","lifetimeEnergy":"161735.0","dcCurr":"28.7","dcVolt":"555.8","dcPower":"15952.4","temp":"48.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"19943.0","acFreq":"0.0","apparentPower":"19.9","reactivePower":"0.0","acEnergy":"79900.0","todayEnergy":"79900.0","lifetimeEnergy":"133402.0","dcCurr":"26.2","dcVolt":"565.4","dcPower":"14812.6","temp":"48.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"21081.0","acFreq":"0.0","apparentPower":"21.1","reactivePower":"0.0","acEnergy":"82500.0","todayEnergy":"82500.0","lifetimeEnergy":"159391.0","dcCurr":"28.6","dcVolt":"556.2","dcPower":"15907.3","temp":"48.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"20801.0","acFreq":"0.0","apparentPower":"20.8","reactivePower":"0.0","acEnergy":"81300.0","todayEnergy":"81300.0","lifetimeEnergy":"153186.0","dcCurr":"28.0","dcVolt":"559.2","dcPower":"15657.6","temp":"48.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"-1.0","acFreq":"0.0","apparentPower":"-0.0","reactivePower":"0.0","acEnergy":"557800.0","todayEnergy":"557800.0","lifetimeEnergy":"-65536.0","dcCurr":"19660.5","dcVolt":"6553.5","dcPower":"128845088.0","temp":"-0.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"20688.0","acFreq":"0.0","apparentPower":"20.7","reactivePower":"0.0","acEnergy":"78800.0","todayEnergy":"78800.0","lifetimeEnergy":"165640.0","dcCurr":"27.4","dcVolt":"563.4","dcPower":"15438.1","temp":"48.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"20906.0","acFreq":"0.0","apparentPower":"20.9","reactivePower":"0.0","acEnergy":"78700.0","todayEnergy":"78700.0","lifetimeEnergy":"161864.0","dcCurr":"27.7","dcVolt":"560.7","dcPower":"15531.4","temp":"48.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"-1.0","acFreq":"0.0","apparentPower":"-0.0","reactivePower":"0.0","acEnergy":"461200.0","todayEnergy":"461200.0","lifetimeEnergy":"-1694358528.0","dcCurr":"6579.2","dcVolt":"4889.6","dcPower":"32169440.0","temp":"-2995.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"-1.0","acFreq":"0.0","apparentPower":"-0.0","reactivePower":"0.0","acEnergy":"486800.0","todayEnergy":"486800.0","lifetimeEnergy":"-1593695232.0","dcCurr":"6579.2","dcVolt":"5128.5","dcPower":"33741428.0","temp":"-1587.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"21051.0","acFreq":"0.0","apparentPower":"21.1","reactivePower":"0.0","acEnergy":"87200.0","todayEnergy":"87200.0","lifetimeEnergy":"171087.0","dcCurr":"28.7","dcVolt":"556.9","dcPower":"15982.1","temp":"48.7","powerFactor":"0.0","ivtStatus":"01"}] }} [10:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 10(String), 45(String), 351.0(Float), 2930.7(Float), 3.0(Float), -3.2854487E9(Float), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 1(Integer), 20018.0(Double), 0.0(Double), 20.0(Double), 0.0(Double), 27.2(Double), 558.7(Double), 15196.6(Double), 48.0(Double), 0.0(Double), 85400.0(Double), 152803.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 2(Integer), 20920.0(Double), 0.0(Double), 20.9(Double), 0.0(Double), 28.6(Double), 553.2(Double), 15821.5(Double), 49.1(Double), 0.0(Double), 87000.0(Double), 166590.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 3(Integer), 19572.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 26.3(Double), 559.9(Double), 14724.5(Double), 48.5(Double), 0.0(Double), 83800.0(Double), 146979.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 4(Integer), 20901.0(Double), 0.0(Double), 20.9(Double), 0.0(Double), 28.4(Double), 554.0(Double), 15733.6(Double), 49.0(Double), 0.0(Double), 86400.0(Double), 164742.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 5(Integer), 19919.0(Double), 0.0(Double), 19.9(Double), 0.0(Double), 27.2(Double), 554.7(Double), 15087.8(Double), 48.5(Double), 0.0(Double), 83500.0(Double), 147559.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 6(Integer), 21489.0(Double), 0.0(Double), 21.5(Double), 0.0(Double), 29.0(Double), 559.9(Double), 16236.1(Double), 49.0(Double), 0.0(Double), 86600.0(Double), 169704.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 7(Integer), 21175.0(Double), 0.0(Double), 21.2(Double), 0.0(Double), 28.8(Double), 553.4(Double), 15938.9(Double), 49.1(Double), 0.0(Double), 86800.0(Double), 166483.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 8(Integer), 20457.0(Double), 0.0(Double), 20.5(Double), 0.0(Double), 27.7(Double), 557.4(Double), 15440.0(Double), 48.4(Double), 0.0(Double), 85300.0(Double), 149891.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 9(Integer), 21278.0(Double), 0.0(Double), 21.3(Double), 0.0(Double), 28.7(Double), 558.3(Double), 16023.2(Double), 48.4(Double), 0.0(Double), 86100.0(Double), 165961.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 10(Integer), 19643.0(Double), 0.0(Double), 19.6(Double), 0.0(Double), 26.2(Double), 563.0(Double), 14751.5(Double), 47.9(Double), 0.0(Double), 81300.0(Double), 133726.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 11(Integer), 21163.0(Double), 0.0(Double), 21.2(Double), 0.0(Double), 28.7(Double), 555.8(Double), 15952.4(Double), 48.4(Double), 0.0(Double), 84300.0(Double), 161735.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 12(Integer), 19943.0(Double), 0.0(Double), 19.9(Double), 0.0(Double), 26.2(Double), 565.4(Double), 14812.6(Double), 48.2(Double), 0.0(Double), 79900.0(Double), 133402.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 13(Integer), 21081.0(Double), 0.0(Double), 21.1(Double), 0.0(Double), 28.6(Double), 556.2(Double), 15907.3(Double), 48.3(Double), 0.0(Double), 82500.0(Double), 159391.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 14(Integer), 20801.0(Double), 0.0(Double), 20.8(Double), 0.0(Double), 28.0(Double), 559.2(Double), 15657.6(Double), 48.7(Double), 0.0(Double), 81300.0(Double), 153186.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 15(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 19660.5(Double), 6553.5(Double), 1.28845088E8(Double), -0.1(Double), 0.0(Double), 557800.0(Double), -65536.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 16(Integer), 20688.0(Double), 0.0(Double), 20.7(Double), 0.0(Double), 27.4(Double), 563.4(Double), 15438.1(Double), 48.4(Double), 0.0(Double), 78800.0(Double), 165640.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 17(Integer), 20906.0(Double), 0.0(Double), 20.9(Double), 0.0(Double), 27.7(Double), 560.7(Double), 15531.4(Double), 48.6(Double), 0.0(Double), 78700.0(Double), 161864.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 18(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 6579.2(Double), 4889.6(Double), 3.216944E7(Double), -2995.0(Double), 0.0(Double), 461200.0(Double), -1.694358528E9(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 19(Integer), -1.0(Double), 0.0(Double), -0.0(Double), 0.0(Double), 6579.2(Double), 5128.5(Double), 3.3741428E7(Double), -1587.0(Double), 0.0(Double), 486800.0(Double), -1.593695232E9(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466423(Integer), 93(Integer), 20(Integer), 21051.0(Double), 0.0(Double), 21.1(Double), 0.0(Double), 28.7(Double), 556.9(Double), 15982.1(Double), 48.7(Double), 0.0(Double), 87200.0(Double), 171087.0(Double), 01(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:25] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":1489.6,"todayHours":1.5,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1652484.0,"currPower":556.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"431519.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1160340.9","todayEnergy":"1160340.9","lifetimeEnergy":"1076779.0","dcCurr":"470.2","dcVolt":"929.4","dcPower":"437003.9","temp":"54.7","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"124613.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"329216.0","todayEnergy":"329216.0","lifetimeEnergy":"575705.0","dcCurr":"135.0","dcVolt":"929.8","dcPower":"125523.0","temp":"44.3","powerFactor":"100.0","ivtStatus":"01"}] }} [10:45:25] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 10(String), 45(String), 556.1(Float), 1489.6(Float), 1.5(Float), 1652484.0(Float), 01(String) [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466424(Integer), 123(Integer), 1(Integer), 431519.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 470.2(Double), 929.4(Double), 437003.9(Double), 54.7(Double), 100.0(Double), 1160340.9(Double), 1076779.0(Double), 01(String) [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466424(Integer), 123(Integer), 2(Integer), 124613.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 135.0(Double), 929.8(Double), 125523.0(Double), 44.3(Double), 100.0(Double), 329216.0(Double), 575705.0(Double), 01(String) [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 1(Integer), 2023-08-02(String), 87(Integer), 1(Integer), 2023-08-02(String) [10:45:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:27] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":1626.9,"todayHours":1.6,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1821369.0,"currPower":580.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"450392.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1264491.9","todayEnergy":"1264491.9","lifetimeEnergy":"1195562.0","dcCurr":"483.5","dcVolt":"930.2","dcPower":"449751.7","temp":"60.9","powerFactor":"86.1","ivtStatus":"01"},{"ivtIdx":"2","acPower":"130424.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"362363.0","todayEnergy":"362363.0","lifetimeEnergy":"625807.0","dcCurr":"124.1","dcVolt":"929.2","dcPower":"115313.7","temp":"47.3","powerFactor":"92.6","ivtStatus":"01"}] }} [10:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 10(String), 45(String), 580.8(Float), 1626.9(Float), 1.6(Float), 1821369.0(Float), 01(String) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466425(Integer), 102(Integer), 1(Integer), 450392.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 483.5(Double), 930.2(Double), 449751.7(Double), 60.9(Double), 86.1(Double), 1264491.9(Double), 1195562.0(Double), 01(String) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466425(Integer), 102(Integer), 2(Integer), 130424.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 124.1(Double), 929.2(Double), 115313.7(Double), 47.3(Double), 92.6(Double), 362363.0(Double), 625807.0(Double), 01(String) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:27] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":1633.4,"todayHours":1.6,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1874358.0,"currPower":622.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"497150.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1293686.0","todayEnergy":"1293686.0","lifetimeEnergy":"1208332.0","dcCurr":"519.4","dcVolt":"930.2","dcPower":"483145.9","temp":"59.2","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"125129.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"339707.0","todayEnergy":"339707.0","lifetimeEnergy":"666026.0","dcCurr":"121.5","dcVolt":"928.0","dcPower":"112752.0","temp":"44.8","powerFactor":"100.0","ivtStatus":"01"}] }} [10:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 10(String), 45(String), 622.3(Float), 1633.4(Float), 1.6(Float), 1874358.0(Float), 01(String) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466426(Integer), 105(Integer), 1(Integer), 497150.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 519.4(Double), 930.2(Double), 483145.9(Double), 59.2(Double), 100.0(Double), 1293686.0(Double), 1208332.0(Double), 01(String) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466426(Integer), 105(Integer), 2(Integer), 125129.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 121.5(Double), 928.0(Double), 112752.0(Double), 44.8(Double), 100.0(Double), 339707.0(Double), 666026.0(Double), 01(String) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:27] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":1496.0,"todayHours":1.5,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1879595.0,"currPower":613.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"474601.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1204905.0","todayEnergy":"1204905.0","lifetimeEnergy":"1228523.0","dcCurr":"505.8","dcVolt":"934.0","dcPower":"472417.2","temp":"62.2","powerFactor":"84.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"138872.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"291134.0","todayEnergy":"291134.0","lifetimeEnergy":"651072.0","dcCurr":"148.5","dcVolt":"928.2","dcPower":"137837.7","temp":"47.1","powerFactor":"93.2","ivtStatus":"01"}] }} [10:45:27] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 10(String), 45(String), 613.5(Float), 1496.0(Float), 1.5(Float), 1879595.0(Float), 01(String) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466427(Integer), 122(Integer), 1(Integer), 474601.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 505.8(Double), 934.0(Double), 472417.2(Double), 62.2(Double), 84.7(Double), 1204905.0(Double), 1228523.0(Double), 01(String) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466427(Integer), 122(Integer), 2(Integer), 138872.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 148.5(Double), 928.2(Double), 137837.7(Double), 47.1(Double), 93.2(Double), 291134.0(Double), 651072.0(Double), 01(String) [10:45:27] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:30] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":1645.0,"todayHours":1.6,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1933747.0,"currPower":594.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"464445.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1298791.0","todayEnergy":"1298791.0","lifetimeEnergy":"1259828.0","dcCurr":"509.7","dcVolt":"929.4","dcPower":"473715.2","temp":"68.0","powerFactor":"90.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"129556.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"346191.0","todayEnergy":"346191.0","lifetimeEnergy":"673919.0","dcCurr":"126.0","dcVolt":"934.3","dcPower":"117721.8","temp":"49.5","powerFactor":"94.5","ivtStatus":"01"}] }} [10:45:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 10(String), 45(String), 594.0(Float), 1645.0(Float), 1.6(Float), 1933747.0(Float), 01(String) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466428(Integer), 103(Integer), 1(Integer), 464445.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 509.7(Double), 929.4(Double), 473715.2(Double), 68.0(Double), 90.8(Double), 1298791.0(Double), 1259828.0(Double), 01(String) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466428(Integer), 103(Integer), 2(Integer), 129556.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 126.0(Double), 934.3(Double), 117721.8(Double), 49.5(Double), 94.5(Double), 346191.0(Double), 673919.0(Double), 01(String) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:30] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":1596.2,"todayHours":1.6,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1859099.0,"currPower":546.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"421015.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1249733.0","todayEnergy":"1249733.0","lifetimeEnergy":"1221152.0","dcCurr":"453.8","dcVolt":"933.1","dcPower":"423440.8","temp":"62.6","powerFactor":"86.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"125649.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"346433.0","todayEnergy":"346433.0","lifetimeEnergy":"637947.0","dcCurr":"121.2","dcVolt":"925.4","dcPower":"112158.5","temp":"47.8","powerFactor":"92.7","ivtStatus":"01"}] }} [10:45:30] [DEBUG] controller.InverterController - ------------------------------------------ [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 10(String), 45(String), 546.7(Float), 1596.2(Float), 1.6(Float), 1859099.0(Float), 01(String) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466429(Integer), 101(Integer), 1(Integer), 421015.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 453.8(Double), 933.1(Double), 423440.8(Double), 62.6(Double), 86.4(Double), 1249733.0(Double), 1221152.0(Double), 01(String) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466429(Integer), 101(Integer), 2(Integer), 125649.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 121.2(Double), 925.4(Double), 112158.5(Double), 47.8(Double), 92.7(Double), 346433.0(Double), 637947.0(Double), 01(String) [10:45:30] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 12 [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466412(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:45:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:45:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [10:45:58] [DEBUG] controller.EssController - ----------------------------------------------- [10:45:58] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:45:58] [DEBUG] controller.EssController - ----------------------------------------------- [10:45:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:45:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:45:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:45:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107577(Integer) [10:45:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:45:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:45:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:45:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:45:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:45:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:45:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:45:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:45:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:45:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:45:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:45:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:48:58] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 312 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [10:48:58] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"30.6","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"29.3","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"29.2","cloud":"5","weatherCode":"10710380"},{"plantSeq":"141","temp":"29.1","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"28.8","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"29.2","cloud":"5","weatherCode":"01780250"},{"plantSeq":"138","temp":"29.3","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"29.3","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"31.8","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"29.9","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"31.3","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"31.4","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"31.4","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"29.3","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"29.8","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"30.5","cloud":"5","weatherCode":"04113250"},{"plantSeq":"94","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"27.7","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"27.7","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"26.8","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"26.8","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"27.5","cloud":"5","weatherCode":"16150380"},{"plantSeq":"85","temp":"27.5","cloud":"5","weatherCode":"16150380"},{"plantSeq":"84","temp":"28.6","cloud":"5","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"5","weatherCode":"01820250"},{"plantSeq":"82","temp":"29.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"29.7","cloud":"5","weatherCode":"04170320"},{"plantSeq":"80","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"77","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"76","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"75","temp":"28.1","cloud":"5","weatherCode":"04210330"},{"plantSeq":"74","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"73","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"64","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"60","temp":"28.3","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"29.9","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.4","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"30.4","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"30.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"42","temp":"27.5","cloud":"5","weatherCode":"16150250"},{"plantSeq":"41","temp":"30.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"30.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"29.2","cloud":"1","weatherCode":"04170340"},{"plantSeq":"32","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"27.2","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"27.2","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"29.5","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"30.8","cloud":"1","weatherCode":"13800350"},{"plantSeq":"20","temp":"29.3","cloud":"1","weatherCode":"13750330"},{"plantSeq":"19","temp":"29.3","cloud":"1","weatherCode":"13750330"},{"plantSeq":"18","temp":"30.5","cloud":"1","weatherCode":"13210114"},{"plantSeq":"17","temp":"30.5","cloud":"1","weatherCode":"13210114"},{"plantSeq":"16","temp":"29.4","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"29.4","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"31.3","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"30.2","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"10"} [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, p1.oseq as prevOseq, p1.inputHour as prevInputHour, p1.inputMinute as prevMinute, p1.currPower as prevCurrPower, TRUNCATE(IFNULL(p1.todayEnergy, 0), 1) as prevTodayEnergy, p1.createDatetime as prevCreateDatetime from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, TRUNCATE(IFNULL(o.todayEnergy,0), 1) as todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.seq ) ) p, t_ivtoverview p1 where p.plantSeq = p1.plantSeq and p1.inputDate = ? and p1.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.plantSeq and oseq < p.oseq ) )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, d.ivtIdx as prevIvtIdx, d.dcPower as prevDcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as prevTodayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as prevLifetimeEnergy from ( select p.* , o.oseq as prevOseq, o.inputHour as prevInputHour, o.inputMinute as prevInputMinute from ( select p.*, d.ivtIdx, d.dcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as todayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as lifetimeEnergy from ( select p.*, o.oseq, o.plantSeq, o.inputHour, o.inputMinute from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and v.ivtType='03' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.oseq ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq and oseq < p.oseq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.prevOseq and p.ivtIdx = d.ivtIdx )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:48:58] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 65 [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:48:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:48:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 57 [10:49:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:49:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:49:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [10:49:03] [DEBUG] controller.EssController - ----------------------------------------------- [10:49:03] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:49:03] [DEBUG] controller.EssController - ----------------------------------------------- [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-06-30(String), 2023-06-30(String) [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-06-29(String), 87(Integer), 0(Integer), 2023-06-28(String), 87(Integer), 0(Integer), 2023-06-30(String), 104274(Integer) [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-30(String), 2023-06-30(String) [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-30(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-06-21(String), 2023-06-30(String) [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:49:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-30(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-06-21(String), 2023-06-30(String) [10:49:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:49:52] [DEBUG] controller.EssController - ----------------------------------------------- [10:49:52] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 87, param.plantSeq : 87 [10:49:52] [DEBUG] controller.EssController - ----------------------------------------------- [10:49:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:49:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-06-01(String), 2023-06-01(String) [10:49:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:49:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:49:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-05-31(String), 87(Integer), 0(Integer), 2023-05-30(String), 87(Integer), 0(Integer), 2023-06-01(String), 101316(Integer) [10:49:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:49:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:49:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-01(String), 2023-06-01(String) [10:49:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:49:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:49:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:49:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:49:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:49:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-05-23(String), 2023-06-01(String) [10:49:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:49:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:49:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-05-23(String), 2023-06-01(String) [10:49:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:50:12] [DEBUG] controller.EssController - ----------------------------------------------- [10:50:12] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:50:12] [DEBUG] controller.EssController - ----------------------------------------------- [10:50:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:50:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:50:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:50:12] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 15 [10:50:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:50:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:50:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:50:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:50:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:50:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:50:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:50:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:50:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:50:17] [DEBUG] controller.EssController - ----------------------------------------------- [10:50:17] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:50:17] [DEBUG] controller.EssController - ----------------------------------------------- [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:50:17] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:50:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:50:29] [DEBUG] controller.EssController - ----------------------------------------------- [10:50:29] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:50:29] [DEBUG] controller.EssController - ----------------------------------------------- [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:50:29] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:50:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:50:36] [DEBUG] controller.EssController - ----------------------------------------------- [10:50:36] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:50:36] [DEBUG] controller.EssController - ----------------------------------------------- [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:50:36] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:50:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:51:38] [DEBUG] controller.EssController - ----------------------------------------------- [10:51:38] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:51:38] [DEBUG] controller.EssController - ----------------------------------------------- [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:38] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 16 [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:51:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:51:42] [DEBUG] controller.EssController - ----------------------------------------------- [10:51:42] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:51:42] [DEBUG] controller.EssController - ----------------------------------------------- [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:42] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 16 [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:51:42] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:51:43] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:51:44] [DEBUG] controller.EssController - ----------------------------------------------- [10:51:44] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:51:44] [DEBUG] controller.EssController - ----------------------------------------------- [10:51:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:51:44] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:51:44] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:44] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 15 [10:51:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:51:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:51:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:51:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:51:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:51:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:51:45] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [10:51:45] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:51:46] [DEBUG] controller.EssController - ----------------------------------------------- [10:51:46] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:51:46] [DEBUG] controller.EssController - ----------------------------------------------- [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:46] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:51:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:51:50] [DEBUG] controller.EssController - ----------------------------------------------- [10:51:50] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:51:50] [DEBUG] controller.EssController - ----------------------------------------------- [10:51:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:51:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:51:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:50] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [10:51:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:51:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:51:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:51:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:51:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:51:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:51:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:51:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:00] [DEBUG] controller.EssController - ----------------------------------------------- [10:52:00] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:52:00] [DEBUG] controller.EssController - ----------------------------------------------- [10:52:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:52:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:52:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:00] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 16 [10:52:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:52:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:52:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:52:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:52:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:52:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:52:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:52:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:52:13] [DEBUG] controller.EssController - ----------------------------------------------- [10:52:13] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:52:13] [DEBUG] controller.EssController - ----------------------------------------------- [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:13] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:52:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:52:16] [DEBUG] controller.EssController - ----------------------------------------------- [10:52:16] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:52:16] [DEBUG] controller.EssController - ----------------------------------------------- [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:16] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:52:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:52:24] [DEBUG] controller.EssController - ----------------------------------------------- [10:52:24] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:52:24] [DEBUG] controller.EssController - ----------------------------------------------- [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:24] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 15 [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:52:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:52:30] [DEBUG] controller.EssController - ----------------------------------------------- [10:52:30] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:52:30] [DEBUG] controller.EssController - ----------------------------------------------- [10:52:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:52:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:52:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:30] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [10:52:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:52:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:52:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:52:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:52:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:52:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:52:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:52:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:01] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:01] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:53:01] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:01] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 15 [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:53:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:53:09] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:09] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:53:09] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:53:09] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:53:09] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:09] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:53:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:53:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:53:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:53:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:53:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:53:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:53:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:53:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:53:27] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:27] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:53:27] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:53:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:53:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:27] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:53:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:53:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:53:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:53:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:53:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:53:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:53:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:53:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:53:37] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:37] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:53:37] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:37] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:53:37] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:53:49] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:49] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:53:49] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:49] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:53:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:52] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:52] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:53:52] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:53:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:53:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:52] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [10:53:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:53:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:53:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:53:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:53:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:53:53] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:53:53] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:58] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:58] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:53:58] [DEBUG] controller.EssController - ----------------------------------------------- [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:58] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [10:53:58] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [10:54:01] [DEBUG] controller.EssController - ----------------------------------------------- [10:54:01] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:54:02] [DEBUG] controller.EssController - ----------------------------------------------- [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:54:02] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [10:54:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:54:18] [DEBUG] controller.EssController - ----------------------------------------------- [10:54:18] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [10:54:18] [DEBUG] controller.EssController - ----------------------------------------------- [10:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [10:54:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:54:18] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [10:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [10:54:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:54:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 06(String) [10:54:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 30 [10:54:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:54:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-06-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 06(String) [10:54:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 30 [10:55:12] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:12] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [10:55:12] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:55:12] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [10:55:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:17] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:17] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [10:55:17] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:55:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:55:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:55:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:55:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:55:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [10:55:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:32] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:32] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [10:55:32] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:55:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:55:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [10:55:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:55:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:55:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:55:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:55:33] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [10:55:33] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:35] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:35] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 86, refer : http://emsa.eltenergy.com/ess/view.co [10:55:35] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 2023-08-02(String) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:35] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:35] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 86, param.plantSeq : 86 [10:55:35] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 86(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-01(String), 86(Integer), 0(Integer), 2023-07-31(String), 86(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 86(Integer), 2023-08-02(String), 86(Integer) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-07-19(String) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-02(String), 86(Integer), 0(Integer), 2023-08-02(String) [10:55:35] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:55:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:55:36] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 1(Integer), 2023-08-02(String), 86(Integer), 1(Integer), 2023-08-02(String) [10:55:36] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 128(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name as plantName, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.plantSeq = ? and o.inputDate=? ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) order by p.seq desc, p.oseq desc [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 2023-08-02(String) [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 12 [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, d.* from ( select p.seq, p.name, p.supplyPower, p.plantType, v.link, v.url1, v.url2, v.ivtQuantity, v.ivtType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.seq = ? ) p left join t_ivtdata_2023 d on p.seq = d.plantSeq and d.plantSeq = ? and d.oseq = ? ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? and plantSeq = ? ) order by seq desc, ivtIdx asc ) R1 LIMIT 0, 50 [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 128(Integer), 466412(Integer), 2023-08-02(String), 2023-08-02(String), 128(Integer) [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:55:46] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-07-19(String) [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity, d.* from t_ivtoverview_hour d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate = ? and d.plantSeq = ? order by d.inputDate asc, d.inputHour asc , d.plantSeq desc [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 128(Integer) [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 3 [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, p.supplyPower, v.ivtQuantity,d.* from t_ivtoverview_day d, t_plant p, t_ivtjunc v where p.seq = d.plantSeq and p.seq = v.plantSeq and d.inputDate between ? and ? and d.plantSeq = ? [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-25(String), 2023-08-02(String), 128(Integer) [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 8 [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select inputYmd, typeCode, tradeYmd, min, max, avg from t_price where inputYmd between DATE_ADD(?, INTERVAL -8 DAY) and ? group by inputYmd, typeCode [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:55:47] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 18 [10:55:50] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:50] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 85, refer : http://emsa.eltenergy.com/ess/view.co?plantSeq=86 [10:55:50] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 2023-08-02(String) [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:50] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:50] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 85 [10:55:50] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:55:50] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:51] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:55:51] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :elt02, login_channel : null [10:55:51] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: elt02(String) [10:55:51] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:51] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![error : ] [10:55:51] [DEBUG] controller.SignController - /sign/login.co ---------- error called!![userId : null] [10:55:51] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:51] [DEBUG] controller.SignController - /ess/view.co [10:55:51] [DEBUG] controller.SignController - ....................................... [10:55:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:52] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:52] [DEBUG] controller.SignController - /ess/view.co [10:55:52] [DEBUG] controller.SignController - ....................................... [10:55:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:52] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:52] [DEBUG] controller.SignController - /ess/view.co [10:55:52] [DEBUG] controller.SignController - ....................................... [10:55:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:52] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:52] [DEBUG] controller.SignController - /ess/view.co [10:55:52] [DEBUG] controller.SignController - ....................................... [10:55:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:52] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:52] [DEBUG] controller.SignController - /ess/view.co [10:55:52] [DEBUG] controller.SignController - ....................................... [10:55:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:52] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:52] [DEBUG] controller.SignController - /ess/view.co [10:55:52] [DEBUG] controller.SignController - ....................................... [10:55:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:52] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:52] [DEBUG] controller.SignController - /ess/view.co [10:55:52] [DEBUG] controller.SignController - ....................................... [10:55:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:52] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:52] [DEBUG] controller.SignController - /ess/view.co [10:55:52] [DEBUG] controller.SignController - ....................................... [10:55:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:52] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:52] [DEBUG] controller.SignController - /ess/view.co [10:55:52] [DEBUG] controller.SignController - ....................................... [10:55:52] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:52] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:52] [DEBUG] controller.SignController - /ess/view.co [10:55:52] [DEBUG] controller.SignController - ....................................... [10:55:53] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:53] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:53] [DEBUG] controller.SignController - /ess/view.co [10:55:53] [DEBUG] controller.SignController - ....................................... [10:55:53] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:53] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:53] [DEBUG] controller.SignController - /ess/view.co [10:55:53] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:54] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:54] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:54] [DEBUG] controller.SignController - /ess/view.co [10:55:54] [DEBUG] controller.SignController - ....................................... [10:55:55] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:55] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:55] [DEBUG] controller.SignController - /ess/view.co [10:55:55] [DEBUG] controller.SignController - ....................................... [10:55:55] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:55] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:55] [DEBUG] controller.SignController - /ess/view.co [10:55:55] [DEBUG] controller.SignController - ....................................... [10:55:55] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:55] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:55] [DEBUG] controller.SignController - /ess/view.co [10:55:55] [DEBUG] controller.SignController - ....................................... [10:55:55] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:55] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:55] [DEBUG] controller.SignController - /ess/view.co [10:55:55] [DEBUG] controller.SignController - ....................................... [10:55:55] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:55] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:55] [DEBUG] controller.SignController - /ess/view.co [10:55:55] [DEBUG] controller.SignController - ....................................... [10:55:55] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:55] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:55] [DEBUG] controller.SignController - /ess/view.co [10:55:55] [DEBUG] controller.SignController - ....................................... [10:55:55] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:55:55] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:55:55] [DEBUG] controller.SignController - /ess/view.co [10:55:55] [DEBUG] controller.SignController - ....................................... [10:55:59] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:59] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 86, refer : http://emsa.eltenergy.com/ess/view.co?plantSeq=85 [10:55:59] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 2023-08-02(String) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:59] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:59] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 86, param.plantSeq : 86 [10:55:59] [DEBUG] controller.EssController - ----------------------------------------------- [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 86(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-01(String), 86(Integer), 0(Integer), 2023-07-31(String), 86(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 86(Integer), 2023-08-02(String), 86(Integer) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-07-19(String) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-02(String), 86(Integer), 0(Integer), 2023-08-02(String) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 1(Integer), 2023-08-02(String), 86(Integer), 1(Integer), 2023-08-02(String) [10:55:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:56:03] [DEBUG] controller.EssController - ----------------------------------------------- [10:56:03] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 86, param.plantSeq : 86 [10:56:03] [DEBUG] controller.EssController - ----------------------------------------------- [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 86(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-01(String), 86(Integer), 0(Integer), 2023-07-31(String), 86(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 86(Integer), 2023-08-02(String), 86(Integer) [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-07-19(String) [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-02(String), 86(Integer), 0(Integer), 2023-08-02(String) [10:56:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:56:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:56:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 1(Integer), 2023-08-02(String), 86(Integer), 1(Integer), 2023-08-02(String) [10:56:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:56:05] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:05] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:05] [DEBUG] controller.SignController - /ess/view.co [10:56:05] [DEBUG] controller.SignController - ....................................... [10:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:06] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:06] [DEBUG] controller.SignController - /ess/view.co [10:56:06] [DEBUG] controller.SignController - ....................................... [10:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:06] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:06] [DEBUG] controller.SignController - /ess/view.co [10:56:06] [DEBUG] controller.SignController - ....................................... [10:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:06] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:06] [DEBUG] controller.SignController - /ess/view.co [10:56:06] [DEBUG] controller.SignController - ....................................... [10:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:06] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:06] [DEBUG] controller.SignController - /ess/view.co [10:56:06] [DEBUG] controller.SignController - ....................................... [10:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:06] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:06] [DEBUG] controller.SignController - /ess/view.co [10:56:06] [DEBUG] controller.SignController - ....................................... [10:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:06] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:06] [DEBUG] controller.SignController - /ess/view.co [10:56:06] [DEBUG] controller.SignController - ....................................... [10:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:06] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:06] [DEBUG] controller.SignController - /ess/view.co [10:56:06] [DEBUG] controller.SignController - ....................................... [10:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:06] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:06] [DEBUG] controller.SignController - /ess/view.co [10:56:06] [DEBUG] controller.SignController - ....................................... [10:56:06] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:06] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:06] [DEBUG] controller.SignController - /ess/view.co [10:56:06] [DEBUG] controller.SignController - ....................................... [10:56:07] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:07] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:07] [DEBUG] controller.SignController - /ess/view.co [10:56:07] [DEBUG] controller.SignController - ....................................... [10:56:07] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:07] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:07] [DEBUG] controller.SignController - /ess/view.co [10:56:07] [DEBUG] controller.SignController - ....................................... [10:56:07] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:07] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:07] [DEBUG] controller.SignController - /ess/view.co [10:56:07] [DEBUG] controller.SignController - ....................................... [10:56:07] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:07] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:07] [DEBUG] controller.SignController - /ess/view.co [10:56:07] [DEBUG] controller.SignController - ....................................... [10:56:08] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:08] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:08] [DEBUG] controller.SignController - /ess/view.co [10:56:08] [DEBUG] controller.SignController - ....................................... [10:56:08] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:08] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:08] [DEBUG] controller.SignController - /ess/view.co [10:56:08] [DEBUG] controller.SignController - ....................................... [10:56:08] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:08] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:08] [DEBUG] controller.SignController - /ess/view.co [10:56:08] [DEBUG] controller.SignController - ....................................... [10:56:08] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:08] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:08] [DEBUG] controller.SignController - /ess/view.co [10:56:08] [DEBUG] controller.SignController - ....................................... [10:56:08] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:08] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:08] [DEBUG] controller.SignController - /ess/view.co [10:56:08] [DEBUG] controller.SignController - ....................................... [10:56:08] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:56:08] [DEBUG] controller.SignController - 이미 로그인 완료. 메인페이지로 이동 .............. [10:56:08] [DEBUG] controller.SignController - /ess/view.co [10:56:08] [DEBUG] controller.SignController - ....................................... [10:56:38] [DEBUG] controller.EssController - ----------------------------------------------- [10:56:38] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [10:56:38] [DEBUG] controller.EssController - ----------------------------------------------- [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:56:38] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:56:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:56:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [10:56:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:56:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:56:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:56:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:56:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:56:39] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [10:56:39] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:56:40] [DEBUG] controller.EssController - ----------------------------------------------- [10:56:40] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [10:56:40] [DEBUG] controller.EssController - ----------------------------------------------- [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [10:56:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:56:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:56:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:56:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:56:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:56:41] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [10:56:41] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:57:02] [DEBUG] controller.SignController - /sign/login.co ---------- init called [userId :null] [10:57:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:57:15] [DEBUG] security.UserAuthenticationProvider - authenticate :: user_id :sunwon, login_channel : null [10:57:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:57:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:57:15] [DEBUG] security.UserAuthenticationProvider - authenticate :: ROLE add :ROLE_01 [10:57:15] [DEBUG] security.UserAuthenticationProvider - ----------------------------------------------- [10:57:15] [DEBUG] authentication.SavedRequestAwareAuthenticationSuccessHandler - Redirecting to DefaultSavedRequest Url: http://emsa.eltenergy.com/ess/view.co?plantSeq=82 [10:57:15] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:57:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user_id : sunwon [10:57:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: loginChannel : null [10:57:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: isMobile : false [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from t_user where id = ? and statusCode = '01' [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select m.*, p.name as plantName from t_user_plant_mapping m, t_plant p where m.plantSeq = p.seq and p.plantStatus = '01' and m.userId=? [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:57:15] [DEBUG] security.UserAuthenticationSuccessHandler - authSuccProcess :: user : sunwon, mappingList.size : 1 [10:57:15] [DEBUG] security.UserAuthenticationSuccessHandler - ----------------------------------------------- [10:57:15] [DEBUG] security.UserAuthenticationSuccessHandler - authProcess user[sunwon] roles roles [0]ROLE_01 [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_login_2021 ( id, roleCode, sessionId, loginChannel, loginDate, loginTime, updateTime ) values ( ?, ?, ?, ?, curdate(), curtime(), curtime() ) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: sunwon(String), 01(String), FC7FE6B3A5983A7DF52ECB415D029818(String), WEB(String) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [10:57:15] [DEBUG] controller.EssController - ----------------------------------------------- [10:57:15] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 82, param.plantSeq : 82 [10:57:15] [DEBUG] controller.EssController - ----------------------------------------------- [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 82(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 0(Integer), 2023-08-01(String), 82(Integer), 0(Integer), 2023-07-31(String), 82(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-08-02(String), 82(Integer), 2023-08-02(String), 82(Integer) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 5 [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 20(String) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 01(String), 2023-07-19(String) [10:57:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:57:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:57:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 0(Integer), 2023-08-02(String), 82(Integer), 0(Integer), 2023-08-02(String) [10:57:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:57:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:57:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 82(Integer), 0(Integer), 82(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:57:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:57:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:57:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 82(Integer), 1(Integer), 2023-08-02(String), 82(Integer), 1(Integer), 2023-08-02(String) [10:57:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:58:59] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 312 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [10:58:59] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"30.6","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"29.3","cloud":"1","weatherCode":"03250330"},{"plantSeq":"142","temp":"29.2","cloud":"5","weatherCode":"10710380"},{"plantSeq":"141","temp":"29.1","cloud":"1","weatherCode":"03250340"},{"plantSeq":"140","temp":"28.8","cloud":"1","weatherCode":"03330340"},{"plantSeq":"139","temp":"29.2","cloud":"5","weatherCode":"01780250"},{"plantSeq":"138","temp":"29.3","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"29.3","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"31.8","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"29.9","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"31.3","cloud":"1","weatherCode":"03250360"},{"plantSeq":"132","temp":"31.4","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"31.4","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"31.6","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"30.7","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"29.3","cloud":"1","weatherCode":"03250330"},{"plantSeq":"98","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"29.8","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"30.5","cloud":"5","weatherCode":"04113250"},{"plantSeq":"94","temp":"30.7","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"27.7","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"27.7","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"26.8","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"26.8","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"27.5","cloud":"5","weatherCode":"16150380"},{"plantSeq":"85","temp":"27.5","cloud":"5","weatherCode":"16150380"},{"plantSeq":"84","temp":"28.6","cloud":"5","weatherCode":"15180380"},{"plantSeq":"83","temp":"32.2","cloud":"5","weatherCode":"01820250"},{"plantSeq":"82","temp":"29.9","cloud":"1","weatherCode":"15710330"},{"plantSeq":"81","temp":"29.7","cloud":"5","weatherCode":"04170320"},{"plantSeq":"80","temp":"26.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"77","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"76","temp":"27.8","cloud":"5","weatherCode":"01790250"},{"plantSeq":"75","temp":"28.1","cloud":"5","weatherCode":"04210330"},{"plantSeq":"74","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"73","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"64","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"60","temp":"28.3","cloud":"1","weatherCode":"16770310"},{"plantSeq":"56","temp":"29.9","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"29.4","cloud":"1","weatherCode":"10710262"},{"plantSeq":"48","temp":"30.4","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"30.8","cloud":"7","weatherCode":"15800253"},{"plantSeq":"44","temp":"29.0","cloud":"5","weatherCode":"13740250"},{"plantSeq":"42","temp":"27.5","cloud":"5","weatherCode":"16150250"},{"plantSeq":"41","temp":"30.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"30.7","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"34","temp":"29.2","cloud":"1","weatherCode":"04170340"},{"plantSeq":"32","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"26","temp":"30.0","cloud":"1","weatherCode":"16130250"},{"plantSeq":"25","temp":"27.2","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"27.2","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"29.5","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"30.8","cloud":"1","weatherCode":"13800350"},{"plantSeq":"20","temp":"29.3","cloud":"1","weatherCode":"13750330"},{"plantSeq":"19","temp":"29.3","cloud":"1","weatherCode":"13750330"},{"plantSeq":"18","temp":"30.5","cloud":"1","weatherCode":"13210114"},{"plantSeq":"17","temp":"30.5","cloud":"1","weatherCode":"13210114"},{"plantSeq":"16","temp":"29.4","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"29.4","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"31.3","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"30.2","cloud":"5","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"10"} [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, p1.oseq as prevOseq, p1.inputHour as prevInputHour, p1.inputMinute as prevMinute, p1.currPower as prevCurrPower, TRUNCATE(IFNULL(p1.todayEnergy, 0), 1) as prevTodayEnergy, p1.createDatetime as prevCreateDatetime from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, TRUNCATE(IFNULL(o.todayEnergy,0), 1) as todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.seq ) ) p, t_ivtoverview p1 where p.plantSeq = p1.plantSeq and p1.inputDate = ? and p1.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.plantSeq and oseq < p.oseq ) )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, d.ivtIdx as prevIvtIdx, d.dcPower as prevDcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as prevTodayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as prevLifetimeEnergy from ( select p.* , o.oseq as prevOseq, o.inputHour as prevInputHour, o.inputMinute as prevInputMinute from ( select p.*, d.ivtIdx, d.dcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as todayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as lifetimeEnergy from ( select p.*, o.oseq, o.plantSeq, o.inputHour, o.inputMinute from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and v.ivtType='03' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.oseq ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq and oseq < p.oseq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.prevOseq and p.ivtIdx = d.ivtIdx )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:58:59] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 65 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [10:58:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 57 [10:59:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [10:59:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [10:59:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [10:59:29] [DEBUG] controller.EssController - ----------------------------------------------- [10:59:29] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [10:59:29] [DEBUG] controller.EssController - ----------------------------------------------- [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [10:59:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [10:59:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [10:59:30] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [10:59:30] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 10 [11:00:19] [DEBUG] controller.EssController - ----------------------------------------------- [11:00:19] [DEBUG] controller.EssController - /ess/profit.co :: plantSeq :: 85, param.plantSeq : 85 [11:00:19] [DEBUG] controller.EssController - ----------------------------------------------- [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 2023-08-02(String) [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107578(Integer) [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:00:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [11:00:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [11:01:15] [DEBUG] controller.EssController - ----------------------------------------------- [11:01:15] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [11:01:15] [DEBUG] controller.EssController - ----------------------------------------------- [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107579(Integer) [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [11:01:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [11:01:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:01:18] [DEBUG] controller.EssController - ----------------------------------------------- [11:01:18] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [11:01:18] [DEBUG] controller.EssController - ----------------------------------------------- [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107579(Integer) [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [11:01:18] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [11:01:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:04:52] [DEBUG] controller.InverterController - ------------------------------------------ [11:04:52] [DEBUG] controller.InverterController - {"plantSeq":110,"todayEnergy":1273.5,"todayHours":1.5,"lastdayEnergy":1556133.0,"lastdayHours":1852.5,"lifetimeEnergy":1557405.0,"currPower":345.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"287526.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1084333.0","todayEnergy":"1084333.0","lifetimeEnergy":"1059183.0","dcCurr":"311.3","dcVolt":"931.0","dcPower":"289820.3","temp":"47.3","powerFactor":"87.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"58376.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"189652.0","todayEnergy":"189652.0","lifetimeEnergy":"498223.0","dcCurr":"60.1","dcVolt":"944.0","dcPower":"56734.4","temp":"36.7","powerFactor":"93.8","ivtStatus":"01"}] }} [11:04:52] [DEBUG] controller.InverterController - ------------------------------------------ [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer), 2023-08-02(String), 11(String), 04(String), 345.9(Float), 1273.5(Float), 1.5(Float), 1557405.0(Float), 01(String) [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 110(Integer) [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466435(Integer), 110(Integer), 1(Integer), 287526.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 311.3(Double), 931.0(Double), 289820.3(Double), 47.3(Double), 87.5(Double), 1084333.0(Double), 1059183.0(Double), 01(String) [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466435(Integer), 110(Integer), 2(Integer), 58376.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 60.1(Double), 944.0(Double), 56734.4(Double), 36.7(Double), 93.8(Double), 189652.0(Double), 498223.0(Double), 01(String) [11:04:52] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:55] [DEBUG] controller.InverterController - ------------------------------------------ [11:04:55] [DEBUG] controller.InverterController - {"plantSeq":106,"todayEnergy":1673.0,"todayHours":1.7,"lastdayEnergy":1704569.0,"lastdayHours":1706.3,"lifetimeEnergy":1706242.0,"currPower":354.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"276624.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1294952.0","todayEnergy":"1294952.0","lifetimeEnergy":"1105228.0","dcCurr":"290.6","dcVolt":"935.4","dcPower":"271827.3","temp":"46.9","powerFactor":"84.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"77649.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"378077.0","todayEnergy":"378077.0","lifetimeEnergy":"601014.0","dcCurr":"79.6","dcVolt":"935.2","dcPower":"74441.9","temp":"38.3","powerFactor":"92.6","ivtStatus":"01"}] }} [11:04:55] [DEBUG] controller.InverterController - ------------------------------------------ [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer), 2023-08-02(String), 11(String), 04(String), 354.3(Float), 1673.0(Float), 1.7(Float), 1706242.0(Float), 01(String) [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 106(Integer) [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466436(Integer), 106(Integer), 1(Integer), 276624.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 290.6(Double), 935.4(Double), 271827.3(Double), 46.9(Double), 84.7(Double), 1294952.0(Double), 1105228.0(Double), 01(String) [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466436(Integer), 106(Integer), 2(Integer), 77649.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 79.6(Double), 935.2(Double), 74441.9(Double), 38.3(Double), 92.6(Double), 378077.0(Double), 601014.0(Double), 01(String) [11:04:55] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:57] [DEBUG] controller.InverterController - ------------------------------------------ [11:04:57] [DEBUG] controller.InverterController - {"plantSeq":111,"todayEnergy":1732.2,"todayHours":1.7,"lastdayEnergy":1891671.0,"lastdayHours":1893.6,"lifetimeEnergy":1893404.0,"currPower":338.3,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"267957.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1377426.0","todayEnergy":"1377426.0","lifetimeEnergy":"1419191.0","dcCurr":"316.5","dcVolt":"934.3","dcPower":"295705.9","temp":"53.1","powerFactor":"92.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"70351.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"354768.0","todayEnergy":"354768.0","lifetimeEnergy":"474213.0","dcCurr":"75.2","dcVolt":"937.1","dcPower":"70469.9","temp":"40.6","powerFactor":"94.3","ivtStatus":"01"}] }} [11:04:57] [DEBUG] controller.InverterController - ------------------------------------------ [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer), 2023-08-02(String), 11(String), 04(String), 338.3(Float), 1732.2(Float), 1.7(Float), 1893404.0(Float), 01(String) [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 111(Integer) [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466437(Integer), 111(Integer), 1(Integer), 267957.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 316.5(Double), 934.3(Double), 295705.9(Double), 53.1(Double), 92.0(Double), 1377426.0(Double), 1419191.0(Double), 01(String) [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466437(Integer), 111(Integer), 2(Integer), 70351.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 75.2(Double), 937.1(Double), 70469.9(Double), 40.6(Double), 94.3(Double), 354768.0(Double), 474213.0(Double), 01(String) [11:04:57] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:02] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:02] [DEBUG] controller.InverterController - {"plantSeq":113,"todayEnergy":1458.5,"todayHours":1.5,"lastdayEnergy":1876525.0,"lastdayHours":1878.4,"lifetimeEnergy":1877983.0,"currPower":334.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"261442.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1172746.0","todayEnergy":"1172746.0","lifetimeEnergy":"1200055.0","dcCurr":"284.3","dcVolt":"932.3","dcPower":"265052.9","temp":"46.6","powerFactor":"85.5","ivtStatus":"01"},{"ivtIdx":"2","acPower":"72914.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"285801.0","todayEnergy":"285801.0","lifetimeEnergy":"677928.0","dcCurr":"79.0","dcVolt":"935.9","dcPower":"73936.1","temp":"37.2","powerFactor":"94.8","ivtStatus":"01"}] }} [11:05:02] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer), 2023-08-02(String), 11(String), 05(String), 334.4(Float), 1458.5(Float), 1.5(Float), 1877983.0(Float), 01(String) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 113(Integer) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466438(Integer), 113(Integer), 1(Integer), 261442.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 284.3(Double), 932.3(Double), 265052.9(Double), 46.6(Double), 85.5(Double), 1172746.0(Double), 1200055.0(Double), 01(String) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466438(Integer), 113(Integer), 2(Integer), 72914.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 79.0(Double), 935.9(Double), 73936.1(Double), 37.2(Double), 94.8(Double), 285801.0(Double), 677928.0(Double), 01(String) [11:05:02] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:03] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:03] [DEBUG] controller.InverterController - {"plantSeq":142,"todayEnergy":137.8,"todayHours":1.4,"lastdayEnergy":11404.0,"lastdayHours":114.0,"lifetimeEnergy":11542.0,"currPower":39.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"39000.0","acFreq":"0.0","apparentPower":"39.0","reactivePower":"6553.0","acEnergy":"137800.0","todayEnergy":"137800.0","lifetimeEnergy":"11542.0","dcCurr":"15.7","dcVolt":"410.9","dcPower":"6450.6","temp":"45.7","powerFactor":"6454.6","ivtStatus":"01"}] }} [11:05:03] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer), 2023-08-02(String), 11(String), 05(String), 39.0(Float), 137.8(Float), 1.4(Float), 11542.0(Float), 01(String) [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 142(Integer) [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466439(Integer), 142(Integer), 1(Integer), 39000.0(Double), 0.0(Double), 39.0(Double), 6553.0(Double), 15.7(Double), 410.9(Double), 6450.6(Double), 45.7(Double), 6454.6(Double), 137800.0(Double), 11542.0(Double), 01(String) [11:05:03] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:07] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:07] [DEBUG] controller.InverterController - {"plantSeq":132,"todayEnergy":265.8,"todayHours":1.7,"lastdayEnergy":266310.8,"lastdayHours":1696.2,"lifetimeEnergy":266568.1,"currPower":69.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"24084.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"97800.0","todayEnergy":"97800.0","lifetimeEnergy":"93346.8","dcCurr":"159.0","dcVolt":"523.0","dcPower":"83157.0","temp":"52.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"24426.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"76400.0","todayEnergy":"76400.0","lifetimeEnergy":"87916.1","dcCurr":"161.0","dcVolt":"533.0","dcPower":"85813.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"20563.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"91600.0","todayEnergy":"91600.0","lifetimeEnergy":"85305.2","dcCurr":"104.0","dcVolt":"538.0","dcPower":"55952.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"}] }} [11:05:07] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer), 2023-08-02(String), 11(String), 05(String), 69.1(Float), 265.8(Float), 1.7(Float), 266568.1(Float), 01(String) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 132(Integer) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466440(Integer), 132(Integer), 1(Integer), 24084.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 159.0(Double), 523.0(Double), 83157.0(Double), 52.0(Double), 0.0(Double), 97800.0(Double), 93346.8(Double), 01(String) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466440(Integer), 132(Integer), 2(Integer), 24426.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 161.0(Double), 533.0(Double), 85813.0(Double), 51.0(Double), 0.0(Double), 76400.0(Double), 87916.1(Double), 01(String) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466440(Integer), 132(Integer), 3(Integer), 20563.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 104.0(Double), 538.0(Double), 55952.0(Double), 51.0(Double), 0.0(Double), 91600.0(Double), 85305.2(Double), 01(String) [11:05:07] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:08] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:08] [DEBUG] controller.InverterController - {"plantSeq":124,"todayEnergy":1521.8,"todayHours":1.5,"lastdayEnergy":1693894.0,"lastdayHours":1695.6,"lifetimeEnergy":1695416.0,"currPower":300.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"229313.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1178236.0","todayEnergy":"1178236.0","lifetimeEnergy":"1091787.0","dcCurr":"251.7","dcVolt":"935.4","dcPower":"235440.2","temp":"46.2","powerFactor":"87.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"70737.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"343539.0","todayEnergy":"343539.0","lifetimeEnergy":"603629.0","dcCurr":"74.7","dcVolt":"946.3","dcPower":"70688.6","temp":"39.0","powerFactor":"94.3","ivtStatus":"01"}] }} [11:05:08] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer), 2023-08-02(String), 11(String), 05(String), 300.0(Float), 1521.8(Float), 1.5(Float), 1695416.0(Float), 01(String) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 124(Integer) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466441(Integer), 124(Integer), 1(Integer), 229313.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 251.7(Double), 935.4(Double), 235440.2(Double), 46.2(Double), 87.3(Double), 1178236.0(Double), 1091787.0(Double), 01(String) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466441(Integer), 124(Integer), 2(Integer), 70737.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 74.7(Double), 946.3(Double), 70688.6(Double), 39.0(Double), 94.3(Double), 343539.0(Double), 603629.0(Double), 01(String) [11:05:08] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:10] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:10] [DEBUG] controller.InverterController - {"plantSeq":134,"todayEnergy":232.2,"todayHours":1.3,"lastdayEnergy":199301.0,"lastdayHours":1132.4,"lifetimeEnergy":199533.0,"currPower":89.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"46400.0","acFreq":"0.0","apparentPower":"46.4","reactivePower":"6551.7","acEnergy":"113200.0","todayEnergy":"113200.0","lifetimeEnergy":"101137.0","dcCurr":"27.3","dcVolt":"551.3","dcPower":"15049.6","temp":"52.4","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"43000.0","acFreq":"0.0","apparentPower":"43.0","reactivePower":"6553.2","acEnergy":"119000.0","todayEnergy":"119000.0","lifetimeEnergy":"98396.0","dcCurr":"28.0","dcVolt":"530.0","dcPower":"14840.9","temp":"53.3","powerFactor":"6455.6","ivtStatus":"01"}] }} [11:05:10] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer), 2023-08-02(String), 11(String), 05(String), 89.4(Float), 232.2(Float), 1.3(Float), 199533.0(Float), 01(String) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 134(Integer) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466442(Integer), 134(Integer), 1(Integer), 46400.0(Double), 0.0(Double), 46.4(Double), 6551.7(Double), 27.3(Double), 551.3(Double), 15049.6(Double), 52.4(Double), 6455.6(Double), 113200.0(Double), 101137.0(Double), 01(String) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466442(Integer), 134(Integer), 2(Integer), 43000.0(Double), 0.0(Double), 43.0(Double), 6553.2(Double), 28.0(Double), 530.0(Double), 14840.9(Double), 53.3(Double), 6455.6(Double), 119000.0(Double), 98396.0(Double), 01(String) [11:05:10] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:13] [DEBUG] controller.InverterController - {"plantSeq":99,"todayEnergy":406.0,"todayHours":2.0,"lastdayEnergy":413586.0,"lastdayHours":2067.9,"lifetimeEnergy":413992.0,"currPower":68.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"17200.0","acFreq":"0.0","apparentPower":"17.2","reactivePower":"0.7","acEnergy":"100900.0","todayEnergy":"100900.0","lifetimeEnergy":"100916.0","dcCurr":"32.0","dcVolt":"523.1","dcPower":"16738.1","temp":"56.3","powerFactor":"99.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"17500.0","acFreq":"0.0","apparentPower":"17.5","reactivePower":"1.4","acEnergy":"102700.0","todayEnergy":"102700.0","lifetimeEnergy":"102432.0","dcCurr":"32.6","dcVolt":"522.7","dcPower":"17040.0","temp":"54.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"16900.0","acFreq":"0.0","apparentPower":"16.9","reactivePower":"1.3","acEnergy":"99900.0","todayEnergy":"99900.0","lifetimeEnergy":"104011.0","dcCurr":"31.7","dcVolt":"522.1","dcPower":"16550.6","temp":"50.5","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"17300.0","acFreq":"0.0","apparentPower":"17.3","reactivePower":"1.5","acEnergy":"102500.0","todayEnergy":"102500.0","lifetimeEnergy":"106633.0","dcCurr":"32.1","dcVolt":"523.7","dcPower":"16811.8","temp":"47.1","powerFactor":"100.0","ivtStatus":"01"}] }} [11:05:13] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer), 2023-08-02(String), 11(String), 05(String), 68.9(Float), 406.0(Float), 2.0(Float), 413992.0(Float), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 99(Integer) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466443(Integer), 99(Integer), 1(Integer), 17200.0(Double), 0.0(Double), 17.2(Double), 0.7(Double), 32.0(Double), 523.1(Double), 16738.1(Double), 56.3(Double), 99.0(Double), 100900.0(Double), 100916.0(Double), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466443(Integer), 99(Integer), 2(Integer), 17500.0(Double), 0.0(Double), 17.5(Double), 1.4(Double), 32.6(Double), 522.7(Double), 17040.0(Double), 54.3(Double), 100.0(Double), 102700.0(Double), 102432.0(Double), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466443(Integer), 99(Integer), 3(Integer), 16900.0(Double), 0.0(Double), 16.9(Double), 1.3(Double), 31.7(Double), 522.1(Double), 16550.6(Double), 50.5(Double), 100.0(Double), 99900.0(Double), 104011.0(Double), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466443(Integer), 99(Integer), 4(Integer), 17300.0(Double), 0.0(Double), 17.3(Double), 1.5(Double), 32.1(Double), 523.7(Double), 16811.8(Double), 47.1(Double), 100.0(Double), 102500.0(Double), 106633.0(Double), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:13] [DEBUG] controller.InverterController - {"plantSeq":126,"todayEnergy":1623.2,"todayHours":1.6,"lastdayEnergy":1808327.0,"lastdayHours":1810.1,"lifetimeEnergy":1809951.0,"currPower":316.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"252821.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1254696.0","todayEnergy":"1254696.0","lifetimeEnergy":"1173790.0","dcCurr":"272.5","dcVolt":"938.1","dcPower":"255632.3","temp":"50.0","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"63182.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"368493.0","todayEnergy":"368493.0","lifetimeEnergy":"636161.0","dcCurr":"69.5","dcVolt":"943.1","dcPower":"65545.4","temp":"45.5","powerFactor":"99.9","ivtStatus":"01"}] }} [11:05:13] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer), 2023-08-02(String), 11(String), 05(String), 316.0(Float), 1623.2(Float), 1.6(Float), 1809951.0(Float), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 126(Integer) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466444(Integer), 126(Integer), 1(Integer), 252821.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 272.5(Double), 938.1(Double), 255632.3(Double), 50.0(Double), 100.0(Double), 1254696.0(Double), 1173790.0(Double), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466444(Integer), 126(Integer), 2(Integer), 63182.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 69.5(Double), 943.1(Double), 65545.4(Double), 45.5(Double), 99.9(Double), 368493.0(Double), 636161.0(Double), 01(String) [11:05:13] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:15] [DEBUG] controller.InverterController - {"plantSeq":138,"todayEnergy":143.7,"todayHours":1.4,"lastdayEnergy":90938.0,"lastdayHours":909.4,"lifetimeEnergy":91081.0,"currPower":49.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"49900.0","acFreq":"0.0","apparentPower":"49.9","reactivePower":"6552.9","acEnergy":"143700.0","todayEnergy":"143700.0","lifetimeEnergy":"91081.0","dcCurr":"43.2","dcVolt":"485.8","dcPower":"20985.1","temp":"47.4","powerFactor":"6454.6","ivtStatus":"01"}] }} [11:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer), 2023-08-02(String), 11(String), 05(String), 49.9(Float), 143.7(Float), 1.4(Float), 91081.0(Float), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 138(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466445(Integer), 138(Integer), 1(Integer), 49900.0(Double), 0.0(Double), 49.9(Double), 6552.9(Double), 43.2(Double), 485.8(Double), 20985.1(Double), 47.4(Double), 6454.6(Double), 143700.0(Double), 91081.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:15] [DEBUG] controller.InverterController - {"plantSeq":108,"todayEnergy":1432.7,"todayHours":1.4,"lastdayEnergy":1791718.0,"lastdayHours":1793.5,"lifetimeEnergy":1793151.0,"currPower":347.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"270162.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1128297.0","todayEnergy":"1128297.0","lifetimeEnergy":"1172928.0","dcCurr":"291.2","dcVolt":"940.2","dcPower":"273786.3","temp":"55.0","powerFactor":"84.8","ivtStatus":"01"},{"ivtIdx":"2","acPower":"77564.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"304368.0","todayEnergy":"304368.0","lifetimeEnergy":"620223.0","dcCurr":"74.2","dcVolt":"936.8","dcPower":"69510.6","temp":"46.3","powerFactor":"92.3","ivtStatus":"01"}] }} [11:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer), 2023-08-02(String), 11(String), 05(String), 347.7(Float), 1432.7(Float), 1.4(Float), 1793151.0(Float), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 108(Integer) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466446(Integer), 108(Integer), 1(Integer), 270162.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 291.2(Double), 940.2(Double), 273786.3(Double), 55.0(Double), 84.8(Double), 1128297.0(Double), 1172928.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466446(Integer), 108(Integer), 2(Integer), 77564.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 74.2(Double), 936.8(Double), 69510.6(Double), 46.3(Double), 92.3(Double), 304368.0(Double), 620223.0(Double), 01(String) [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:15] [DEBUG] controller.InverterController - {"plantSeq":129,"todayEnergy":181.5,"todayHours":1.8,"lastdayEnergy":212472.2,"lastdayHours":2124.7,"lifetimeEnergy":212653.7,"currPower":48.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"25814.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"96200.0","todayEnergy":"96200.0","lifetimeEnergy":"112533.9","dcCurr":"115.0","dcVolt":"566.0","dcPower":"65090.0","temp":"53.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"23033.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"85300.0","todayEnergy":"85300.0","lifetimeEnergy":"100119.8","dcCurr":"112.0","dcVolt":"553.0","dcPower":"61936.0","temp":"50.0","powerFactor":"0.0","ivtStatus":"01"}] }} [11:05:15] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer), 2023-08-02(String), 11(String), 05(String), 48.8(Float), 181.5(Float), 1.8(Float), 212653.7(Float), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 129(Integer) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466447(Integer), 129(Integer), 1(Integer), 25814.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 115.0(Double), 566.0(Double), 65090.0(Double), 53.0(Double), 0.0(Double), 96200.0(Double), 112533.9(Double), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466447(Integer), 129(Integer), 2(Integer), 23033.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 112.0(Double), 553.0(Double), 61936.0(Double), 50.0(Double), 0.0(Double), 85300.0(Double), 100119.8(Double), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:16] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:16] [DEBUG] controller.InverterController - {"plantSeq":135,"todayEnergy":188.1,"todayHours":1.9,"lastdayEnergy":124631.0,"lastdayHours":1246.3,"lifetimeEnergy":124819.0,"currPower":75.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"75500.0","acFreq":"0.0","apparentPower":"75.5","reactivePower":"1.1","acEnergy":"188300.0","todayEnergy":"188300.0","lifetimeEnergy":"124819.0","dcCurr":"55.6","dcVolt":"506.6","dcPower":"28165.1","temp":"58.0","powerFactor":"99.0","ivtStatus":"01"}] }} [11:05:16] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer), 2023-08-02(String), 11(String), 05(String), 75.5(Float), 188.1(Float), 1.9(Float), 124819.0(Float), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 135(Integer) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466448(Integer), 135(Integer), 1(Integer), 75500.0(Double), 0.0(Double), 75.5(Double), 1.1(Double), 55.6(Double), 506.6(Double), 28165.1(Double), 58.0(Double), 99.0(Double), 188300.0(Double), 124819.0(Double), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:16] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:16] [DEBUG] controller.InverterController - {"plantSeq":137,"todayEnergy":211.0,"todayHours":1.4,"lastdayEnergy":130595.0,"lastdayHours":876.5,"lifetimeEnergy":130806.0,"currPower":73.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"51400.0","acFreq":"0.0","apparentPower":"51.4","reactivePower":"6551.8","acEnergy":"147100.0","todayEnergy":"147100.0","lifetimeEnergy":"90263.0","dcCurr":"43.6","dcVolt":"645.6","dcPower":"28149.6","temp":"47.9","powerFactor":"6455.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"22400.0","acFreq":"0.0","apparentPower":"22.4","reactivePower":"1.2","acEnergy":"63900.0","todayEnergy":"63900.0","lifetimeEnergy":"40543.0","dcCurr":"41.7","dcVolt":"531.4","dcPower":"22160.8","temp":"47.0","powerFactor":"100.0","ivtStatus":"01"}] }} [11:05:16] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer), 2023-08-02(String), 11(String), 05(String), 73.8(Float), 211.0(Float), 1.4(Float), 130806.0(Float), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 137(Integer) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466449(Integer), 137(Integer), 1(Integer), 51400.0(Double), 0.0(Double), 51.4(Double), 6551.8(Double), 43.6(Double), 645.6(Double), 28149.6(Double), 47.9(Double), 6455.6(Double), 147100.0(Double), 90263.0(Double), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466449(Integer), 137(Integer), 2(Integer), 22400.0(Double), 0.0(Double), 22.4(Double), 1.2(Double), 41.7(Double), 531.4(Double), 22160.8(Double), 47.0(Double), 100.0(Double), 63900.0(Double), 40543.0(Double), 01(String) [11:05:16] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:17] [DEBUG] controller.InverterController - {"plantSeq":120,"todayEnergy":1607.5,"todayHours":1.6,"lastdayEnergy":1832934.0,"lastdayHours":1834.8,"lifetimeEnergy":1834542.0,"currPower":319.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"250107.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1256952.0","todayEnergy":"1256952.0","lifetimeEnergy":"1187910.0","dcCurr":"266.8","dcVolt":"938.4","dcPower":"250365.1","temp":"40.7","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"69088.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"350511.0","todayEnergy":"350511.0","lifetimeEnergy":"646632.0","dcCurr":"72.5","dcVolt":"934.9","dcPower":"67780.3","temp":"36.2","powerFactor":"100.0","ivtStatus":"01"}] }} [11:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer), 2023-08-02(String), 11(String), 05(String), 319.2(Float), 1607.5(Float), 1.6(Float), 1834542.0(Float), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 120(Integer) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466450(Integer), 120(Integer), 1(Integer), 250107.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 266.8(Double), 938.4(Double), 250365.1(Double), 40.7(Double), 100.0(Double), 1256952.0(Double), 1187910.0(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466450(Integer), 120(Integer), 2(Integer), 69088.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 72.5(Double), 934.9(Double), 67780.3(Double), 36.2(Double), 100.0(Double), 350511.0(Double), 646632.0(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:17] [DEBUG] controller.InverterController - {"plantSeq":127,"todayEnergy":267.6,"todayHours":1.8,"lastdayEnergy":345128.8,"lastdayHours":2300.9,"lifetimeEnergy":345396.4,"currPower":47.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"16038.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"89500.0","todayEnergy":"89500.0","lifetimeEnergy":"115827.7","dcCurr":"111.0","dcVolt":"533.0","dcPower":"59163.0","temp":"46.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"14751.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"83800.0","todayEnergy":"83800.0","lifetimeEnergy":"106825.8","dcCurr":"74.0","dcVolt":"575.0","dcPower":"42550.0","temp":"47.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"17113.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"94300.0","todayEnergy":"94300.0","lifetimeEnergy":"122742.9","dcCurr":"115.0","dcVolt":"564.0","dcPower":"64860.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"}] }} [11:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer), 2023-08-02(String), 11(String), 05(String), 47.9(Float), 267.6(Float), 1.8(Float), 345396.4(Float), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 127(Integer) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466451(Integer), 127(Integer), 1(Integer), 16038.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 111.0(Double), 533.0(Double), 59163.0(Double), 46.0(Double), 0.0(Double), 89500.0(Double), 115827.7(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466451(Integer), 127(Integer), 2(Integer), 14751.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 74.0(Double), 575.0(Double), 42550.0(Double), 47.0(Double), 0.0(Double), 83800.0(Double), 106825.8(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466451(Integer), 127(Integer), 3(Integer), 17113.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 115.0(Double), 564.0(Double), 64860.0(Double), 51.0(Double), 0.0(Double), 94300.0(Double), 122742.9(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:17] [DEBUG] controller.InverterController - {"plantSeq":128,"todayEnergy":735.5,"todayHours":1.7,"lastdayEnergy":854808.7,"lastdayHours":1920.9,"lifetimeEnergy":855544.2,"currPower":230.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"51837.0","acFreq":"600.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"164380.0","todayEnergy":"164380.0","lifetimeEnergy":"191227.8","dcCurr":"90.9","dcVolt":"580.3","dcPower":"52756.2","temp":"53.6","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"51620.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"163040.0","todayEnergy":"163040.0","lifetimeEnergy":"190259.4","dcCurr":"91.1","dcVolt":"578.9","dcPower":"52735.4","temp":"52.8","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"51153.0","acFreq":"600.1","apparentPower":"0.0","reactivePower":"0.1","acEnergy":"162890.0","todayEnergy":"162890.0","lifetimeEnergy":"190258.7","dcCurr":"90.5","dcVolt":"575.1","dcPower":"52053.4","temp":"51.4","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"51468.0","acFreq":"600.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"162010.0","todayEnergy":"162010.0","lifetimeEnergy":"187113.7","dcCurr":"90.3","dcVolt":"583.0","dcPower":"52641.5","temp":"51.9","powerFactor":"10.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"26759.0","acFreq":"600.3","apparentPower":"0.0","reactivePower":"-0.0","acEnergy":"83460.0","todayEnergy":"83460.0","lifetimeEnergy":"96684.9","dcCurr":"48.0","dcVolt":"570.5","dcPower":"27391.3","temp":"63.6","powerFactor":"645.4","ivtStatus":"01"}] }} [11:05:17] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer), 2023-08-02(String), 11(String), 05(String), 230.5(Float), 735.5(Float), 1.7(Float), 855544.2(Float), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 128(Integer) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466452(Integer), 128(Integer), 1(Integer), 51837.0(Double), 600.0(Double), 0.0(Double), 0.0(Double), 90.9(Double), 580.3(Double), 52756.2(Double), 53.6(Double), 10.0(Double), 164380.0(Double), 191227.8(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466452(Integer), 128(Integer), 2(Integer), 51620.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 91.1(Double), 578.9(Double), 52735.4(Double), 52.8(Double), 10.0(Double), 163040.0(Double), 190259.4(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466452(Integer), 128(Integer), 3(Integer), 51153.0(Double), 600.1(Double), 0.0(Double), 0.1(Double), 90.5(Double), 575.1(Double), 52053.4(Double), 51.4(Double), 10.0(Double), 162890.0(Double), 190258.7(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466452(Integer), 128(Integer), 4(Integer), 51468.0(Double), 600.2(Double), 0.0(Double), 0.0(Double), 90.3(Double), 583.0(Double), 52641.5(Double), 51.9(Double), 10.0(Double), 162010.0(Double), 187113.7(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466452(Integer), 128(Integer), 5(Integer), 26759.0(Double), 600.3(Double), 0.0(Double), -0.0(Double), 48.0(Double), 570.5(Double), 27391.3(Double), 63.6(Double), 645.4(Double), 83460.0(Double), 96684.9(Double), 01(String) [11:05:17] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:19] [DEBUG] controller.InverterController - {"plantSeq":112,"todayEnergy":1578.1,"todayHours":1.6,"lastdayEnergy":1875361.0,"lastdayHours":1915.6,"lifetimeEnergy":1876939.0,"currPower":313.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"250677.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1238875.0","todayEnergy":"1238875.0","lifetimeEnergy":"1217194.0","dcCurr":"272.5","dcVolt":"931.2","dcPower":"253752.0","temp":"46.7","powerFactor":"91.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"63213.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"339239.0","todayEnergy":"339239.0","lifetimeEnergy":"659745.0","dcCurr":"67.1","dcVolt":"940.0","dcPower":"63074.0","temp":"37.8","powerFactor":"97.7","ivtStatus":"01"}] }} [11:05:19] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer), 2023-08-02(String), 11(String), 05(String), 313.9(Float), 1578.1(Float), 1.6(Float), 1876939.0(Float), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 112(Integer) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466453(Integer), 112(Integer), 1(Integer), 250677.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 272.5(Double), 931.2(Double), 253752.0(Double), 46.7(Double), 91.4(Double), 1238875.0(Double), 1217194.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466453(Integer), 112(Integer), 2(Integer), 63213.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 67.1(Double), 940.0(Double), 63074.0(Double), 37.8(Double), 97.7(Double), 339239.0(Double), 659745.0(Double), 01(String) [11:05:19] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:20] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:20] [DEBUG] controller.InverterController - {"plantSeq":139,"todayEnergy":699.2,"todayHours":1.4,"lastdayEnergy":141527.0,"lastdayHours":286.5,"lifetimeEnergy":142226.0,"currPower":197.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"49700.0","acFreq":"0.0","apparentPower":"49.7","reactivePower":"6552.4","acEnergy":"170300.0","todayEnergy":"170300.0","lifetimeEnergy":"35961.0","dcCurr":"33.6","dcVolt":"619.6","dcPower":"20817.4","temp":"52.1","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"49600.0","acFreq":"0.0","apparentPower":"49.6","reactivePower":"0.6","acEnergy":"175900.0","todayEnergy":"175900.0","lifetimeEnergy":"35557.0","dcCurr":"33.4","dcVolt":"611.6","dcPower":"20428.6","temp":"52.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"49100.0","acFreq":"0.0","apparentPower":"49.1","reactivePower":"6551.8","acEnergy":"172500.0","todayEnergy":"172500.0","lifetimeEnergy":"35684.0","dcCurr":"33.4","dcVolt":"615.7","dcPower":"20563.3","temp":"51.2","powerFactor":"6454.6","ivtStatus":"01"},{"ivtIdx":"4","acPower":"49400.0","acFreq":"0.0","apparentPower":"49.4","reactivePower":"6551.3","acEnergy":"180500.0","todayEnergy":"180500.0","lifetimeEnergy":"35024.0","dcCurr":"33.2","dcVolt":"615.4","dcPower":"20432.4","temp":"51.4","powerFactor":"6454.6","ivtStatus":"01"}] }} [11:05:20] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer), 2023-08-02(String), 11(String), 05(String), 197.8(Float), 699.2(Float), 1.4(Float), 142226.0(Float), 01(String) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 139(Integer) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466454(Integer), 139(Integer), 1(Integer), 49700.0(Double), 0.0(Double), 49.7(Double), 6552.4(Double), 33.6(Double), 619.6(Double), 20817.4(Double), 52.1(Double), 6454.6(Double), 170300.0(Double), 35961.0(Double), 01(String) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466454(Integer), 139(Integer), 2(Integer), 49600.0(Double), 0.0(Double), 49.6(Double), 0.6(Double), 33.4(Double), 611.6(Double), 20428.6(Double), 52.4(Double), 100.0(Double), 175900.0(Double), 35557.0(Double), 01(String) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466454(Integer), 139(Integer), 3(Integer), 49100.0(Double), 0.0(Double), 49.1(Double), 6551.8(Double), 33.4(Double), 615.7(Double), 20563.3(Double), 51.2(Double), 6454.6(Double), 172500.0(Double), 35684.0(Double), 01(String) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466454(Integer), 139(Integer), 4(Integer), 49400.0(Double), 0.0(Double), 49.4(Double), 6551.3(Double), 33.2(Double), 615.4(Double), 20432.4(Double), 51.4(Double), 6454.6(Double), 180500.0(Double), 35024.0(Double), 01(String) [11:05:20] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:21] [DEBUG] controller.InverterController - {"plantSeq":107,"todayEnergy":1707.4,"todayHours":1.7,"lastdayEnergy":1906041.0,"lastdayHours":1907.9,"lifetimeEnergy":1907749.0,"currPower":363.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"279199.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1252737.1","todayEnergy":"1252737.1","lifetimeEnergy":"1245753.0","dcCurr":"298.7","dcVolt":"929.2","dcPower":"277552.1","temp":"47.2","powerFactor":"86.6","ivtStatus":"01"},{"ivtIdx":"2","acPower":"83962.0","acFreq":"59.8","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"454617.0","todayEnergy":"454617.0","lifetimeEnergy":"661996.0","dcCurr":"90.4","dcVolt":"928.1","dcPower":"83900.2","temp":"38.8","powerFactor":"95.3","ivtStatus":"01"}] }} [11:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer), 2023-08-02(String), 11(String), 05(String), 363.2(Float), 1707.4(Float), 1.7(Float), 1907749.0(Float), 01(String) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 107(Integer) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466455(Integer), 107(Integer), 1(Integer), 279199.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 298.7(Double), 929.2(Double), 277552.1(Double), 47.2(Double), 86.6(Double), 1252737.1(Double), 1245753.0(Double), 01(String) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466455(Integer), 107(Integer), 2(Integer), 83962.0(Double), 59.8(Double), 0.0(Double), 0.0(Double), 90.4(Double), 928.1(Double), 83900.2(Double), 38.8(Double), 95.3(Double), 454617.0(Double), 661996.0(Double), 01(String) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:21] [DEBUG] controller.InverterController - {"plantSeq":136,"todayEnergy":188.4,"todayHours":1.9,"lastdayEnergy":105977.0,"lastdayHours":1059.8,"lifetimeEnergy":106166.0,"currPower":73.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"73600.0","acFreq":"0.0","apparentPower":"73.7","reactivePower":"6548.6","acEnergy":"188400.0","todayEnergy":"188400.0","lifetimeEnergy":"106166.0","dcCurr":"58.9","dcVolt":"460.5","dcPower":"27123.4","temp":"63.0","powerFactor":"6455.6","ivtStatus":"01"}] }} [11:05:21] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer), 2023-08-02(String), 11(String), 05(String), 73.6(Float), 188.4(Float), 1.9(Float), 106166.0(Float), 01(String) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 136(Integer) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466456(Integer), 136(Integer), 1(Integer), 73600.0(Double), 0.0(Double), 73.7(Double), 6548.6(Double), 58.9(Double), 460.5(Double), 27123.4(Double), 63.0(Double), 6455.6(Double), 188400.0(Double), 106166.0(Double), 01(String) [11:05:21] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:22] [DEBUG] controller.InverterController - {"plantSeq":125,"todayEnergy":1446.5,"todayHours":1.4,"lastdayEnergy":1731712.0,"lastdayHours":1733.4,"lifetimeEnergy":1733158.0,"currPower":322.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"259781.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1164351.0","todayEnergy":"1164351.0","lifetimeEnergy":"1131105.0","dcCurr":"281.5","dcVolt":"929.3","dcPower":"261598.0","temp":"45.9","powerFactor":"90.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"62319.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"282191.0","todayEnergy":"282191.0","lifetimeEnergy":"602053.0","dcCurr":"68.0","dcVolt":"926.1","dcPower":"62974.8","temp":"38.1","powerFactor":"93.3","ivtStatus":"01"}] }} [11:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer), 2023-08-02(String), 11(String), 05(String), 322.1(Float), 1446.5(Float), 1.4(Float), 1733158.0(Float), 01(String) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 125(Integer) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466457(Integer), 125(Integer), 1(Integer), 259781.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 281.5(Double), 929.3(Double), 261598.0(Double), 45.9(Double), 90.2(Double), 1164351.0(Double), 1131105.0(Double), 01(String) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466457(Integer), 125(Integer), 2(Integer), 62319.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 68.0(Double), 926.1(Double), 62974.8(Double), 38.1(Double), 93.3(Double), 282191.0(Double), 602053.0(Double), 01(String) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:22] [DEBUG] controller.InverterController - {"plantSeq":131,"todayEnergy":290.9,"todayHours":2.0,"lastdayEnergy":255112.0,"lastdayHours":1723.7,"lifetimeEnergy":255402.9,"currPower":57.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"19665.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"103000.0","todayEnergy":"103000.0","lifetimeEnergy":"90490.3","dcCurr":"134.0","dcVolt":"553.0","dcPower":"74102.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"17905.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"90400.0","todayEnergy":"90400.0","lifetimeEnergy":"79548.9","dcCurr":"93.0","dcVolt":"546.0","dcPower":"50778.0","temp":"53.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"19612.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"97500.0","todayEnergy":"97500.0","lifetimeEnergy":"85363.7","dcCurr":"146.0","dcVolt":"496.0","dcPower":"72416.0","temp":"51.0","powerFactor":"0.0","ivtStatus":"01"}] }} [11:05:22] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer), 2023-08-02(String), 11(String), 05(String), 57.2(Float), 290.9(Float), 2.0(Float), 255402.9(Float), 01(String) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 131(Integer) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466458(Integer), 131(Integer), 1(Integer), 19665.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 134.0(Double), 553.0(Double), 74102.0(Double), 51.0(Double), 0.0(Double), 103000.0(Double), 90490.3(Double), 01(String) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466458(Integer), 131(Integer), 2(Integer), 17905.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 93.0(Double), 546.0(Double), 50778.0(Double), 53.0(Double), 0.0(Double), 90400.0(Double), 79548.9(Double), 01(String) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466458(Integer), 131(Integer), 3(Integer), 19612.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 146.0(Double), 496.0(Double), 72416.0(Double), 51.0(Double), 0.0(Double), 97500.0(Double), 85363.7(Double), 01(String) [11:05:22] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:23] [DEBUG] controller.InverterController - {"plantSeq":140,"todayEnergy":98.0,"todayHours":1.7,"lastdayEnergy":15870.0,"lastdayHours":273.6,"lifetimeEnergy":15968.0,"currPower":28.6,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"28600.0","acFreq":"0.0","apparentPower":"28.6","reactivePower":"2.1","acEnergy":"98000.0","todayEnergy":"98000.0","lifetimeEnergy":"15968.0","dcCurr":"43.0","dcVolt":"678.2","dcPower":"29164.0","temp":"52.0","powerFactor":"100.0","ivtStatus":"01"}] }} [11:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer), 2023-08-02(String), 11(String), 05(String), 28.6(Float), 98.0(Float), 1.7(Float), 15968.0(Float), 01(String) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 140(Integer) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466459(Integer), 140(Integer), 1(Integer), 28600.0(Double), 0.0(Double), 28.6(Double), 2.1(Double), 43.0(Double), 678.2(Double), 29164.0(Double), 52.0(Double), 100.0(Double), 98000.0(Double), 15968.0(Double), 01(String) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:23] [DEBUG] controller.InverterController - {"plantSeq":141,"todayEnergy":161.2,"todayHours":1.6,"lastdayEnergy":27275.0,"lastdayHours":272.8,"lifetimeEnergy":27436.0,"currPower":39.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"39900.0","acFreq":"0.0","apparentPower":"39.9","reactivePower":"6552.4","acEnergy":"161200.0","todayEnergy":"161200.0","lifetimeEnergy":"27436.0","dcCurr":"16.4","dcVolt":"650.6","dcPower":"10669.3","temp":"48.6","powerFactor":"6454.6","ivtStatus":"01"}] }} [11:05:23] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer), 2023-08-02(String), 11(String), 05(String), 39.9(Float), 161.2(Float), 1.6(Float), 27436.0(Float), 01(String) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 141(Integer) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466460(Integer), 141(Integer), 1(Integer), 39900.0(Double), 0.0(Double), 39.9(Double), 6552.4(Double), 16.4(Double), 650.6(Double), 10669.3(Double), 48.6(Double), 6454.6(Double), 161200.0(Double), 27436.0(Double), 01(String) [11:05:23] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:24] [DEBUG] controller.InverterController - {"plantSeq":109,"todayEnergy":1788.6,"todayHours":1.8,"lastdayEnergy":1892694.0,"lastdayHours":1894.6,"lifetimeEnergy":1894482.0,"currPower":361.8,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"283521.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1400137.9","todayEnergy":"1400137.9","lifetimeEnergy":"1222457.0","dcCurr":"305.4","dcVolt":"928.6","dcPower":"283594.4","temp":"51.1","powerFactor":"89.9","ivtStatus":"01"},{"ivtIdx":"2","acPower":"78252.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"388508.0","todayEnergy":"388508.0","lifetimeEnergy":"672025.0","dcCurr":"83.5","dcVolt":"925.1","dcPower":"77245.9","temp":"39.4","powerFactor":"93.8","ivtStatus":"01"}] }} [11:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer), 2023-08-02(String), 11(String), 05(String), 361.8(Float), 1788.6(Float), 1.8(Float), 1894482.0(Float), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 109(Integer) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466461(Integer), 109(Integer), 1(Integer), 283521.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 305.4(Double), 928.6(Double), 283594.4(Double), 51.1(Double), 89.9(Double), 1400137.9(Double), 1222457.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466461(Integer), 109(Integer), 2(Integer), 78252.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 83.5(Double), 925.1(Double), 77245.9(Double), 39.4(Double), 93.8(Double), 388508.0(Double), 672025.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:24] [DEBUG] controller.InverterController - {"plantSeq":92,"todayEnergy":1290.7,"todayHours":1.4,"lastdayEnergy":2424344.0,"lastdayHours":2635.2,"lifetimeEnergy":2425635.0,"currPower":424.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"27572.0","acFreq":"0.0","apparentPower":"27.6","reactivePower":"0.0","acEnergy":"91400.0","todayEnergy":"91400.0","lifetimeEnergy":"144418.0","dcCurr":"37.2","dcVolt":"560.2","dcPower":"20840.7","temp":"46.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"26119.0","acFreq":"0.0","apparentPower":"26.1","reactivePower":"0.0","acEnergy":"91600.0","todayEnergy":"91600.0","lifetimeEnergy":"163962.0","dcCurr":"35.9","dcVolt":"551.5","dcPower":"19798.9","temp":"47.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"27215.0","acFreq":"0.0","apparentPower":"27.2","reactivePower":"0.0","acEnergy":"92600.0","todayEnergy":"92600.0","lifetimeEnergy":"147301.0","dcCurr":"37.0","dcVolt":"561.3","dcPower":"20768.1","temp":"46.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"26985.0","acFreq":"0.0","apparentPower":"27.0","reactivePower":"0.0","acEnergy":"93800.0","todayEnergy":"93800.0","lifetimeEnergy":"152558.0","dcCurr":"36.5","dcVolt":"557.1","dcPower":"20332.9","temp":"47.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"26578.0","acFreq":"0.0","apparentPower":"26.6","reactivePower":"0.0","acEnergy":"95100.0","todayEnergy":"95100.0","lifetimeEnergy":"167734.0","dcCurr":"35.6","dcVolt":"562.1","dcPower":"20011.9","temp":"48.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"27514.0","acFreq":"0.0","apparentPower":"27.5","reactivePower":"0.0","acEnergy":"94800.0","todayEnergy":"94800.0","lifetimeEnergy":"167323.0","dcCurr":"37.7","dcVolt":"552.5","dcPower":"20828.0","temp":"47.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"28712.0","acFreq":"0.0","apparentPower":"28.7","reactivePower":"0.0","acEnergy":"92000.0","todayEnergy":"92000.0","lifetimeEnergy":"140982.0","dcCurr":"39.0","dcVolt":"559.7","dcPower":"21827.0","temp":"46.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"25236.0","acFreq":"0.0","apparentPower":"25.2","reactivePower":"0.0","acEnergy":"80100.0","todayEnergy":"80100.0","lifetimeEnergy":"158215.0","dcCurr":"33.9","dcVolt":"562.8","dcPower":"19080.1","temp":"47.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"21199.0","acFreq":"0.0","apparentPower":"21.2","reactivePower":"0.0","acEnergy":"44000.0","todayEnergy":"44000.0","lifetimeEnergy":"133725.0","dcCurr":"27.7","dcVolt":"570.5","dcPower":"15802.9","temp":"44.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"25321.0","acFreq":"0.0","apparentPower":"25.3","reactivePower":"0.0","acEnergy":"85300.0","todayEnergy":"85300.0","lifetimeEnergy":"160777.0","dcCurr":"34.2","dcVolt":"561.1","dcPower":"19189.6","temp":"48.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"27477.0","acFreq":"0.0","apparentPower":"27.5","reactivePower":"0.0","acEnergy":"87800.0","todayEnergy":"87800.0","lifetimeEnergy":"160839.0","dcCurr":"36.9","dcVolt":"571.0","dcPower":"21068.7","temp":"46.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"29154.0","acFreq":"0.0","apparentPower":"29.2","reactivePower":"0.0","acEnergy":"90500.0","todayEnergy":"90500.0","lifetimeEnergy":"163387.0","dcCurr":"40.0","dcVolt":"557.7","dcPower":"22306.7","temp":"46.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"29347.0","acFreq":"0.0","apparentPower":"29.3","reactivePower":"0.0","acEnergy":"21000.0","todayEnergy":"21000.0","lifetimeEnergy":"160772.0","dcCurr":"41.5","dcVolt":"552.4","dcPower":"22923.2","temp":"37.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"15","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"16","acPower":"0.0","acFreq":"0.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"0.0","todayEnergy":"0.0","lifetimeEnergy":"0.0","dcCurr":"0.0","dcVolt":"0.0","dcPower":"0.0","temp":"0.0","powerFactor":"0.0","ivtStatus":"00"},{"ivtIdx":"17","acPower":"27922.0","acFreq":"0.0","apparentPower":"27.9","reactivePower":"0.0","acEnergy":"84600.0","todayEnergy":"84600.0","lifetimeEnergy":"147485.0","dcCurr":"35.9","dcVolt":"562.1","dcPower":"20178.2","temp":"46.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"20890.0","acFreq":"0.0","apparentPower":"20.9","reactivePower":"0.0","acEnergy":"53500.0","todayEnergy":"53500.0","lifetimeEnergy":"99215.0","dcCurr":"37.5","dcVolt":"556.1","dcPower":"20855.0","temp":"43.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"27259.0","acFreq":"0.0","apparentPower":"27.3","reactivePower":"0.0","acEnergy":"92600.0","todayEnergy":"92600.0","lifetimeEnergy":"156942.0","dcCurr":"36.9","dcVolt":"561.0","dcPower":"20699.7","temp":"46.6","powerFactor":"0.0","ivtStatus":"01"}] }} [11:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer), 2023-08-02(String), 11(String), 05(String), 424.5(Float), 1290.7(Float), 1.4(Float), 2425635.0(Float), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 92(Integer) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 1(Integer), 27572.0(Double), 0.0(Double), 27.6(Double), 0.0(Double), 37.2(Double), 560.2(Double), 20840.7(Double), 46.4(Double), 0.0(Double), 91400.0(Double), 144418.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 2(Integer), 26119.0(Double), 0.0(Double), 26.1(Double), 0.0(Double), 35.9(Double), 551.5(Double), 19798.9(Double), 47.9(Double), 0.0(Double), 91600.0(Double), 163962.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 3(Integer), 27215.0(Double), 0.0(Double), 27.2(Double), 0.0(Double), 37.0(Double), 561.3(Double), 20768.1(Double), 46.5(Double), 0.0(Double), 92600.0(Double), 147301.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 4(Integer), 26985.0(Double), 0.0(Double), 27.0(Double), 0.0(Double), 36.5(Double), 557.1(Double), 20332.9(Double), 47.5(Double), 0.0(Double), 93800.0(Double), 152558.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 5(Integer), 26578.0(Double), 0.0(Double), 26.6(Double), 0.0(Double), 35.6(Double), 562.1(Double), 20011.9(Double), 48.3(Double), 0.0(Double), 95100.0(Double), 167734.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 6(Integer), 27514.0(Double), 0.0(Double), 27.5(Double), 0.0(Double), 37.7(Double), 552.5(Double), 20828.0(Double), 47.3(Double), 0.0(Double), 94800.0(Double), 167323.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 7(Integer), 28712.0(Double), 0.0(Double), 28.7(Double), 0.0(Double), 39.0(Double), 559.7(Double), 21827.0(Double), 46.3(Double), 0.0(Double), 92000.0(Double), 140982.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 8(Integer), 25236.0(Double), 0.0(Double), 25.2(Double), 0.0(Double), 33.9(Double), 562.8(Double), 19080.1(Double), 47.7(Double), 0.0(Double), 80100.0(Double), 158215.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 9(Integer), 21199.0(Double), 0.0(Double), 21.2(Double), 0.0(Double), 27.7(Double), 570.5(Double), 15802.9(Double), 44.8(Double), 0.0(Double), 44000.0(Double), 133725.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 10(Integer), 25321.0(Double), 0.0(Double), 25.3(Double), 0.0(Double), 34.2(Double), 561.1(Double), 19189.6(Double), 48.3(Double), 0.0(Double), 85300.0(Double), 160777.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 11(Integer), 27477.0(Double), 0.0(Double), 27.5(Double), 0.0(Double), 36.9(Double), 571.0(Double), 21068.7(Double), 46.9(Double), 0.0(Double), 87800.0(Double), 160839.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 12(Integer), 29154.0(Double), 0.0(Double), 29.2(Double), 0.0(Double), 40.0(Double), 557.7(Double), 22306.7(Double), 46.8(Double), 0.0(Double), 90500.0(Double), 163387.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 13(Integer), 29347.0(Double), 0.0(Double), 29.3(Double), 0.0(Double), 41.5(Double), 552.4(Double), 22923.2(Double), 37.6(Double), 0.0(Double), 21000.0(Double), 160772.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 14(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 15(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 16(Integer), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 0.0(Double), 00(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 17(Integer), 27922.0(Double), 0.0(Double), 27.9(Double), 0.0(Double), 35.9(Double), 562.1(Double), 20178.2(Double), 46.9(Double), 0.0(Double), 84600.0(Double), 147485.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 18(Integer), 20890.0(Double), 0.0(Double), 20.9(Double), 0.0(Double), 37.5(Double), 556.1(Double), 20855.0(Double), 43.9(Double), 0.0(Double), 53500.0(Double), 99215.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466462(Integer), 92(Integer), 19(Integer), 27259.0(Double), 0.0(Double), 27.3(Double), 0.0(Double), 36.9(Double), 561.0(Double), 20699.7(Double), 46.6(Double), 0.0(Double), 92600.0(Double), 156942.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:24] [DEBUG] controller.InverterController - {"plantSeq":93,"todayEnergy":1833.1,"todayHours":1.9,"lastdayEnergy":3085367.0,"lastdayHours":3116.5,"lifetimeEnergy":3087198.0,"currPower":642.4,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"31484.0","acFreq":"0.0","apparentPower":"31.5","reactivePower":"0.0","acEnergy":"94700.0","todayEnergy":"94700.0","lifetimeEnergy":"152812.0","dcCurr":"43.1","dcVolt":"559.6","dcPower":"24118.8","temp":"47.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"31894.0","acFreq":"0.0","apparentPower":"31.9","reactivePower":"0.0","acEnergy":"96400.0","todayEnergy":"96400.0","lifetimeEnergy":"166599.0","dcCurr":"44.1","dcVolt":"553.3","dcPower":"24399.1","temp":"48.7","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"3","acPower":"35198.0","acFreq":"0.0","apparentPower":"35.2","reactivePower":"0.0","acEnergy":"93100.0","todayEnergy":"93100.0","lifetimeEnergy":"146988.0","dcCurr":"48.0","dcVolt":"556.6","dcPower":"26715.2","temp":"47.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"4","acPower":"34184.0","acFreq":"0.0","apparentPower":"34.2","reactivePower":"0.0","acEnergy":"95800.0","todayEnergy":"95800.0","lifetimeEnergy":"164751.0","dcCurr":"46.8","dcVolt":"555.1","dcPower":"25978.7","temp":"48.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"5","acPower":"37332.0","acFreq":"0.0","apparentPower":"37.3","reactivePower":"0.0","acEnergy":"92600.0","todayEnergy":"92600.0","lifetimeEnergy":"147568.0","dcCurr":"51.1","dcVolt":"555.5","dcPower":"28387.8","temp":"48.0","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"6","acPower":"32852.0","acFreq":"0.0","apparentPower":"32.9","reactivePower":"0.0","acEnergy":"96100.0","todayEnergy":"96100.0","lifetimeEnergy":"169713.0","dcCurr":"43.6","dcVolt":"563.5","dcPower":"24570.1","temp":"48.6","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"7","acPower":"34046.0","acFreq":"0.0","apparentPower":"34.0","reactivePower":"0.0","acEnergy":"96300.0","todayEnergy":"96300.0","lifetimeEnergy":"166493.0","dcCurr":"46.6","dcVolt":"555.5","dcPower":"25887.9","temp":"48.5","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"8","acPower":"37197.0","acFreq":"0.0","apparentPower":"37.2","reactivePower":"0.0","acEnergy":"94600.0","todayEnergy":"94600.0","lifetimeEnergy":"149900.0","dcCurr":"50.1","dcVolt":"563.5","dcPower":"28229.7","temp":"47.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"9","acPower":"32481.0","acFreq":"0.0","apparentPower":"32.5","reactivePower":"0.0","acEnergy":"95600.0","todayEnergy":"95600.0","lifetimeEnergy":"165971.0","dcCurr":"43.6","dcVolt":"564.7","dcPower":"24622.4","temp":"47.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"10","acPower":"34149.0","acFreq":"0.0","apparentPower":"34.1","reactivePower":"0.0","acEnergy":"90300.0","todayEnergy":"90300.0","lifetimeEnergy":"133735.0","dcCurr":"46.4","dcVolt":"559.0","dcPower":"25936.1","temp":"47.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"11","acPower":"29169.0","acFreq":"0.0","apparentPower":"29.2","reactivePower":"0.0","acEnergy":"93600.0","todayEnergy":"93600.0","lifetimeEnergy":"161744.0","dcCurr":"39.6","dcVolt":"559.0","dcPower":"22137.7","temp":"47.8","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"12","acPower":"31385.0","acFreq":"0.0","apparentPower":"31.4","reactivePower":"0.0","acEnergy":"88900.0","todayEnergy":"88900.0","lifetimeEnergy":"133411.0","dcCurr":"42.0","dcVolt":"564.5","dcPower":"23709.0","temp":"47.3","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"13","acPower":"28195.0","acFreq":"0.0","apparentPower":"28.2","reactivePower":"0.0","acEnergy":"91700.0","todayEnergy":"91700.0","lifetimeEnergy":"159400.0","dcCurr":"38.0","dcVolt":"561.0","dcPower":"21318.0","temp":"47.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"14","acPower":"29081.0","acFreq":"0.0","apparentPower":"29.1","reactivePower":"0.0","acEnergy":"90400.0","todayEnergy":"90400.0","lifetimeEnergy":"153195.0","dcCurr":"39.5","dcVolt":"556.6","dcPower":"21984.4","temp":"48.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"15","acPower":"30473.0","acFreq":"0.0","apparentPower":"30.5","reactivePower":"0.0","acEnergy":"89900.0","todayEnergy":"89900.0","lifetimeEnergy":"136916.0","dcCurr":"41.2","dcVolt":"562.0","dcPower":"23153.0","temp":"48.9","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"16","acPower":"30639.0","acFreq":"0.0","apparentPower":"30.6","reactivePower":"0.0","acEnergy":"88300.0","todayEnergy":"88300.0","lifetimeEnergy":"165650.0","dcCurr":"41.6","dcVolt":"562.8","dcPower":"23411.1","temp":"47.4","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"17","acPower":"32550.0","acFreq":"0.0","apparentPower":"32.5","reactivePower":"0.0","acEnergy":"88100.0","todayEnergy":"88100.0","lifetimeEnergy":"161873.0","dcCurr":"44.6","dcVolt":"555.4","dcPower":"24772.3","temp":"48.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"18","acPower":"29799.0","acFreq":"0.0","apparentPower":"29.8","reactivePower":"0.0","acEnergy":"79700.0","todayEnergy":"79700.0","lifetimeEnergy":"139517.0","dcCurr":"38.1","dcVolt":"565.1","dcPower":"21530.3","temp":"47.2","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"19","acPower":"31066.0","acFreq":"0.0","apparentPower":"31.1","reactivePower":"0.0","acEnergy":"80200.0","todayEnergy":"80200.0","lifetimeEnergy":"139866.0","dcCurr":"40.0","dcVolt":"561.1","dcPower":"22444.0","temp":"47.1","powerFactor":"0.0","ivtStatus":"01"},{"ivtIdx":"20","acPower":"29207.0","acFreq":"0.0","apparentPower":"29.2","reactivePower":"0.0","acEnergy":"96800.0","todayEnergy":"96800.0","lifetimeEnergy":"171096.0","dcCurr":"39.0","dcVolt":"562.6","dcPower":"21941.4","temp":"48.3","powerFactor":"0.0","ivtStatus":"01"}] }} [11:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer), 2023-08-02(String), 11(String), 05(String), 642.4(Float), 1833.1(Float), 1.9(Float), 3087198.0(Float), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 93(Integer) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 1(Integer), 31484.0(Double), 0.0(Double), 31.5(Double), 0.0(Double), 43.1(Double), 559.6(Double), 24118.8(Double), 47.6(Double), 0.0(Double), 94700.0(Double), 152812.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 2(Integer), 31894.0(Double), 0.0(Double), 31.9(Double), 0.0(Double), 44.1(Double), 553.3(Double), 24399.1(Double), 48.7(Double), 0.0(Double), 96400.0(Double), 166599.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 3(Integer), 35198.0(Double), 0.0(Double), 35.2(Double), 0.0(Double), 48.0(Double), 556.6(Double), 26715.2(Double), 47.9(Double), 0.0(Double), 93100.0(Double), 146988.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 4(Integer), 34184.0(Double), 0.0(Double), 34.2(Double), 0.0(Double), 46.8(Double), 555.1(Double), 25978.7(Double), 48.4(Double), 0.0(Double), 95800.0(Double), 164751.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 5(Integer), 37332.0(Double), 0.0(Double), 37.3(Double), 0.0(Double), 51.1(Double), 555.5(Double), 28387.8(Double), 48.0(Double), 0.0(Double), 92600.0(Double), 147568.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 6(Integer), 32852.0(Double), 0.0(Double), 32.9(Double), 0.0(Double), 43.6(Double), 563.5(Double), 24570.1(Double), 48.6(Double), 0.0(Double), 96100.0(Double), 169713.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 7(Integer), 34046.0(Double), 0.0(Double), 34.0(Double), 0.0(Double), 46.6(Double), 555.5(Double), 25887.9(Double), 48.5(Double), 0.0(Double), 96300.0(Double), 166493.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 8(Integer), 37197.0(Double), 0.0(Double), 37.2(Double), 0.0(Double), 50.1(Double), 563.5(Double), 28229.7(Double), 47.9(Double), 0.0(Double), 94600.0(Double), 149900.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 9(Integer), 32481.0(Double), 0.0(Double), 32.5(Double), 0.0(Double), 43.6(Double), 564.7(Double), 24622.4(Double), 47.8(Double), 0.0(Double), 95600.0(Double), 165971.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 10(Integer), 34149.0(Double), 0.0(Double), 34.1(Double), 0.0(Double), 46.4(Double), 559.0(Double), 25936.1(Double), 47.2(Double), 0.0(Double), 90300.0(Double), 133735.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 11(Integer), 29169.0(Double), 0.0(Double), 29.2(Double), 0.0(Double), 39.6(Double), 559.0(Double), 22137.7(Double), 47.8(Double), 0.0(Double), 93600.0(Double), 161744.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 12(Integer), 31385.0(Double), 0.0(Double), 31.4(Double), 0.0(Double), 42.0(Double), 564.5(Double), 23709.0(Double), 47.3(Double), 0.0(Double), 88900.0(Double), 133411.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 13(Integer), 28195.0(Double), 0.0(Double), 28.2(Double), 0.0(Double), 38.0(Double), 561.0(Double), 21318.0(Double), 47.9(Double), 0.0(Double), 91700.0(Double), 159400.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 14(Integer), 29081.0(Double), 0.0(Double), 29.1(Double), 0.0(Double), 39.5(Double), 556.6(Double), 21984.4(Double), 48.1(Double), 0.0(Double), 90400.0(Double), 153195.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 15(Integer), 30473.0(Double), 0.0(Double), 30.5(Double), 0.0(Double), 41.2(Double), 562.0(Double), 23153.0(Double), 48.9(Double), 0.0(Double), 89900.0(Double), 136916.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 16(Integer), 30639.0(Double), 0.0(Double), 30.6(Double), 0.0(Double), 41.6(Double), 562.8(Double), 23411.1(Double), 47.4(Double), 0.0(Double), 88300.0(Double), 165650.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 17(Integer), 32550.0(Double), 0.0(Double), 32.5(Double), 0.0(Double), 44.6(Double), 555.4(Double), 24772.3(Double), 48.1(Double), 0.0(Double), 88100.0(Double), 161873.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 18(Integer), 29799.0(Double), 0.0(Double), 29.8(Double), 0.0(Double), 38.1(Double), 565.1(Double), 21530.3(Double), 47.2(Double), 0.0(Double), 79700.0(Double), 139517.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 19(Integer), 31066.0(Double), 0.0(Double), 31.1(Double), 0.0(Double), 40.0(Double), 561.1(Double), 22444.0(Double), 47.1(Double), 0.0(Double), 80200.0(Double), 139866.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466463(Integer), 93(Integer), 20(Integer), 29207.0(Double), 0.0(Double), 29.2(Double), 0.0(Double), 39.0(Double), 562.6(Double), 21941.4(Double), 48.3(Double), 0.0(Double), 96800.0(Double), 171096.0(Double), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:24] [DEBUG] controller.InverterController - {"plantSeq":123,"todayEnergy":1629.6,"todayHours":1.6,"lastdayEnergy":1650995.0,"lastdayHours":1652.6,"lifetimeEnergy":1652624.0,"currPower":320.5,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"253263.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1269270.0","todayEnergy":"1269270.0","lifetimeEnergy":"1076888.0","dcCurr":"272.2","dcVolt":"928.8","dcPower":"252819.4","temp":"44.4","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"67204.0","acFreq":"60.1","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"360297.0","todayEnergy":"360297.0","lifetimeEnergy":"575736.0","dcCurr":"69.8","dcVolt":"932.7","dcPower":"65102.5","temp":"37.8","powerFactor":"100.0","ivtStatus":"01"}] }} [11:05:24] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer), 2023-08-02(String), 11(String), 05(String), 320.5(Float), 1629.6(Float), 1.6(Float), 1652624.0(Float), 01(String) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 123(Integer) [11:05:24] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466464(Integer), 123(Integer), 1(Integer), 253263.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 272.2(Double), 928.8(Double), 252819.4(Double), 44.4(Double), 100.0(Double), 1269270.0(Double), 1076888.0(Double), 01(String) [11:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:25] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466464(Integer), 123(Integer), 2(Integer), 67204.0(Double), 60.1(Double), 0.0(Double), 0.0(Double), 69.8(Double), 932.7(Double), 65102.5(Double), 37.8(Double), 100.0(Double), 360297.0(Double), 575736.0(Double), 01(String) [11:05:25] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:26] [DEBUG] controller.InverterController - {"plantSeq":105,"todayEnergy":1794.7,"todayHours":1.8,"lastdayEnergy":1872724.0,"lastdayHours":1874.6,"lifetimeEnergy":1874518.0,"currPower":365.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"290431.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1422452.0","todayEnergy":"1422452.0","lifetimeEnergy":"1208460.0","dcCurr":"300.9","dcVolt":"932.4","dcPower":"280559.2","temp":"46.1","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"75453.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"372258.0","todayEnergy":"372258.0","lifetimeEnergy":"666058.0","dcCurr":"66.9","dcVolt":"924.5","dcPower":"61849.1","temp":"37.8","powerFactor":"99.3","ivtStatus":"01"}] }} [11:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [11:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:26] [DEBUG] controller.InverterController - {"plantSeq":102,"todayEnergy":1778.2,"todayHours":1.8,"lastdayEnergy":1819741.0,"lastdayHours":1821.6,"lifetimeEnergy":1821519.0,"currPower":355.0,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"276379.0","acFreq":"60.3","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1382196.0","todayEnergy":"1382196.0","lifetimeEnergy":"1195679.0","dcCurr":"301.2","dcVolt":"930.1","dcPower":"280146.1","temp":"47.0","powerFactor":"86.4","ivtStatus":"01"},{"ivtIdx":"2","acPower":"78654.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"395965.0","todayEnergy":"395965.0","lifetimeEnergy":"625840.0","dcCurr":"71.1","dcVolt":"930.8","dcPower":"66179.9","temp":"38.8","powerFactor":"95.6","ivtStatus":"01"}] }} [11:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer), 2023-08-02(String), 11(String), 05(String), 365.9(Float), 1794.7(Float), 1.8(Float), 1874518.0(Float), 01(String) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 105(Integer) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer), 2023-08-02(String), 11(String), 05(String), 355.0(Float), 1778.2(Float), 1.8(Float), 1821519.0(Float), 01(String) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466465(Integer), 105(Integer), 1(Integer), 290431.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 300.9(Double), 932.4(Double), 280559.2(Double), 46.1(Double), 100.0(Double), 1422452.0(Double), 1208460.0(Double), 01(String) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 102(Integer) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466465(Integer), 105(Integer), 2(Integer), 75453.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 66.9(Double), 924.5(Double), 61849.1(Double), 37.8(Double), 99.3(Double), 372258.0(Double), 666058.0(Double), 01(String) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466466(Integer), 102(Integer), 1(Integer), 276379.0(Double), 60.3(Double), 0.0(Double), 0.0(Double), 301.2(Double), 930.1(Double), 280146.1(Double), 47.0(Double), 86.4(Double), 1382196.0(Double), 1195679.0(Double), 01(String) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466466(Integer), 102(Integer), 2(Integer), 78654.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 71.1(Double), 930.8(Double), 66179.9(Double), 38.8(Double), 95.6(Double), 395965.0(Double), 625840.0(Double), 01(String) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:26] [DEBUG] controller.InverterController - {"plantSeq":122,"todayEnergy":1654.1,"todayHours":1.7,"lastdayEnergy":1878099.0,"lastdayHours":1880.0,"lifetimeEnergy":1879753.0,"currPower":353.7,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"274199.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1327369.0","todayEnergy":"1327369.0","lifetimeEnergy":"1228645.0","dcCurr":"292.9","dcVolt":"935.6","dcPower":"274037.2","temp":"47.2","powerFactor":"86.3","ivtStatus":"01"},{"ivtIdx":"2","acPower":"79513.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"326742.0","todayEnergy":"326742.0","lifetimeEnergy":"651108.0","dcCurr":"86.2","dcVolt":"930.9","dcPower":"80243.6","temp":"38.7","powerFactor":"94.5","ivtStatus":"01"}] }} [11:05:26] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer), 2023-08-02(String), 11(String), 05(String), 353.7(Float), 1654.1(Float), 1.7(Float), 1879753.0(Float), 01(String) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 122(Integer) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466467(Integer), 122(Integer), 1(Integer), 274199.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 292.9(Double), 935.6(Double), 274037.2(Double), 47.2(Double), 86.3(Double), 1327369.0(Double), 1228645.0(Double), 01(String) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466467(Integer), 122(Integer), 2(Integer), 79513.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 86.2(Double), 930.9(Double), 80243.6(Double), 38.7(Double), 94.5(Double), 326742.0(Double), 651108.0(Double), 01(String) [11:05:26] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:28] [DEBUG] controller.InverterController - {"plantSeq":101,"todayEnergy":1738.5,"todayHours":1.7,"lastdayEnergy":1857502.0,"lastdayHours":1859.4,"lifetimeEnergy":1859241.0,"currPower":348.9,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"270101.0","acFreq":"60.0","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1359658.0","todayEnergy":"1359658.0","lifetimeEnergy":"1221262.0","dcCurr":"286.2","dcVolt":"934.7","dcPower":"267511.2","temp":"47.8","powerFactor":"87.2","ivtStatus":"01"},{"ivtIdx":"2","acPower":"78831.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"378872.0","todayEnergy":"378872.0","lifetimeEnergy":"637979.0","dcCurr":"69.0","dcVolt":"932.7","dcPower":"64356.3","temp":"38.8","powerFactor":"95.9","ivtStatus":"01"}] }} [11:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer), 2023-08-02(String), 11(String), 05(String), 348.9(Float), 1738.5(Float), 1.7(Float), 1859241.0(Float), 01(String) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:28] [DEBUG] controller.InverterController - {"plantSeq":104,"todayEnergy":1816.5,"todayHours":1.8,"lastdayEnergy":1836608.0,"lastdayHours":1838.4,"lifetimeEnergy":1838424.0,"currPower":363.1,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"281807.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1429278.0","todayEnergy":"1429278.0","lifetimeEnergy":"1178665.0","dcCurr":"308.2","dcVolt":"933.1","dcPower":"287581.4","temp":"46.3","powerFactor":"100.0","ivtStatus":"01"},{"ivtIdx":"2","acPower":"81281.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"387232.0","todayEnergy":"387232.0","lifetimeEnergy":"659759.0","dcCurr":"84.4","dcVolt":"928.4","dcPower":"78357.0","temp":"41.7","powerFactor":"99.8","ivtStatus":"01"}] }} [11:05:28] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 101(Integer) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466468(Integer), 101(Integer), 1(Integer), 270101.0(Double), 60.0(Double), 0.0(Double), 0.0(Double), 286.2(Double), 934.7(Double), 267511.2(Double), 47.8(Double), 87.2(Double), 1359658.0(Double), 1221262.0(Double), 01(String) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466468(Integer), 101(Integer), 2(Integer), 78831.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 69.0(Double), 932.7(Double), 64356.3(Double), 38.8(Double), 95.9(Double), 378872.0(Double), 637979.0(Double), 01(String) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer), 2023-08-02(String), 11(String), 05(String), 363.1(Float), 1816.5(Float), 1.8(Float), 1838424.0(Float), 01(String) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 104(Integer) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466469(Integer), 104(Integer), 1(Integer), 281807.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 308.2(Double), 933.1(Double), 287581.4(Double), 46.3(Double), 100.0(Double), 1429278.0(Double), 1178665.0(Double), 01(String) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466469(Integer), 104(Integer), 2(Integer), 81281.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 84.4(Double), 928.4(Double), 78357.0(Double), 41.7(Double), 99.8(Double), 387232.0(Double), 659759.0(Double), 01(String) [11:05:28] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:29] [DEBUG] controller.InverterController - {"plantSeq":103,"todayEnergy":1798.5,"todayHours":1.8,"lastdayEnergy":1932102.0,"lastdayHours":1934.0,"lifetimeEnergy":1933900.0,"currPower":349.2,"ivtdata" : {"values" : [{"ivtIdx":"1","acPower":"274319.0","acFreq":"60.2","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"1419179.0","todayEnergy":"1419179.0","lifetimeEnergy":"1259948.0","dcCurr":"297.2","dcVolt":"928.2","dcPower":"275861.1","temp":"49.4","powerFactor":"89.7","ivtStatus":"01"},{"ivtIdx":"2","acPower":"74917.0","acFreq":"59.9","apparentPower":"0.0","reactivePower":"0.0","acEnergy":"379283.0","todayEnergy":"379283.0","lifetimeEnergy":"673952.0","dcCurr":"66.6","dcVolt":"932.3","dcPower":"62091.2","temp":"40.3","powerFactor":"95.1","ivtStatus":"01"}] }} [11:05:29] [DEBUG] controller.InverterController - ------------------------------------------ [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, v.plantSeq, v.url1, v.url2, v.port, v.link, v.ivtType, v.ivtStatus, v.ivtMaker, v.ivtQuantity, v.syncType, v.key1, v.key2, v.updateDatetime, (select max(createDatetime) from t_ivtoverview where plantSeq = p.seq) as ivtDatetime, p.plantType from t_ivtjunc v, t_plant p where v.plantSeq = p.seq and p.seq = ? order by p.seq desc [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtoverview ( plantSeq, inputDate, inputHour, inputMinute, currPower, todayEnergy, todayHours, lifetimeEnergy, ovStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer), 2023-08-02(String), 11(String), 05(String), 349.2(Float), 1798.5(Float), 1.8(Float), 1933900.0(Float), 01(String) [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select max(oseq) as oseq from t_ivtoverview where plantSeq = ? [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 103(Integer) [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466470(Integer), 103(Integer), 1(Integer), 274319.0(Double), 60.2(Double), 0.0(Double), 0.0(Double), 297.2(Double), 928.2(Double), 275861.1(Double), 49.4(Double), 89.7(Double), 1419179.0(Double), 1259948.0(Double), 01(String) [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: insert into t_ivtdata_2023 ( oseq, plantSeq, ivtIdx, acPower, acFreq, apparentPower, reactivePower, dcCurr, dcVolt, dcPower, temp, powerFactor, todayEnergy, lifetimeEnergy, ivtStatus, createDatetime ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() ) [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 466470(Integer), 103(Integer), 2(Integer), 74917.0(Double), 59.9(Double), 0.0(Double), 0.0(Double), 66.6(Double), 932.3(Double), 62091.2(Double), 40.3(Double), 95.1(Double), 379283.0(Double), 673952.0(Double), 01(String) [11:05:29] [DEBUG] jdbc.BaseJdbcLogger - <== Updates: 1 [11:07:06] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:06] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 85, param.plantSeq : 0 [11:07:06] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-01(String), 85(Integer), 0(Integer), 2023-07-31(String), 85(Integer), 0(Integer), 2023-08-02(String), 107579(Integer) [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-08-02(String), 85(Integer), 2023-08-02(String), 85(Integer) [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-07-19(String) [11:07:06] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 0(Integer), 2023-08-02(String), 85(Integer), 0(Integer), 2023-08-02(String) [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 85(Integer), 0(Integer), 85(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 85(Integer), 1(Integer), 2023-08-02(String), 85(Integer), 1(Integer), 2023-08-02(String) [11:07:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:07:14] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:14] [DEBUG] controller.EssController - viewPlant.co change plant :: plantSeq :: 86, refer : http://emsa.eltenergy.com/ess/view.co [11:07:14] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 2023-08-02(String) [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:14] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:14] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 86, param.plantSeq : 86 [11:07:14] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 86(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-01(String), 86(Integer), 0(Integer), 2023-07-31(String), 86(Integer), 0(Integer), 2023-08-02(String), 107579(Integer) [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-08-02(String), 86(Integer), 2023-08-02(String), 86(Integer) [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 0(Integer), 2023-08-02(String), 86(Integer), 0(Integer), 2023-08-02(String) [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 86(Integer), 0(Integer), 86(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [11:07:14] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [11:07:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:07:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-07-19(String) [11:07:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [11:07:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [11:07:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:07:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [11:07:15] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 86(Integer), 1(Integer), 2023-08-02(String), 86(Integer), 1(Integer), 2023-08-02(String) [11:07:15] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:07:29] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:29] [DEBUG] controller.EssController - error : http://emsa.eltenergy.com/error.co, 220.125.125.157, 220.125.125.157, param : code=404 [11:07:29] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:31] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:31] [DEBUG] controller.EssController - /ess/view.co :: plantSeq :: 87, param.plantSeq : 0 [11:07:31] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.* from ( select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.plantSeq = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 ) p left join t_weather_2021 w on p.weatherCode = w.weatherCode and w.inputYmd= ? and w.inputHour = (select max(inputHour) from t_weather_2021 where inputYmd=?) order by p.seq desc [11:07:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 87(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsQuantity, m.pcsMaker, m.batteryMaker, p.name as plantName from ( select d.*, s.y1ChargePower, s.y1DischargePower, s.y1PvPower, s.y2ChargePower, s.y2DischargePower, s.y2PvPower from t_pmsdata_2023 d left join ( select s1.plantSeq, s1.pcsIdx, s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower, s1.pvPower as y1PvPower, s2.chargePower as y2ChargePower, s2.dischargePower as y2DischargePower, s2.pvPower as y2PvPower from t_pmsdata_statistic_day s1 , t_pmsdata_statistic_day s2 where s1.plantSeq = s2.plantSeq and s1.pcsIdx = s2.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = ? and s2.plantSeq = ? and s2.pcsIdx = ? and s2.inputDate = ? ) s on d.plantSeq = s.plantSeq and d.pcsIdx = s.pcsIdx where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? and d.timetableSeq = ? ) d, t_pms m, t_plant p where d.plantSeq = p.seq and d.plantSeq = m.plantSeq order by d.seq desc [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-01(String), 87(Integer), 0(Integer), 2023-07-31(String), 87(Integer), 0(Integer), 2023-08-02(String), 107579(Integer) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.plantName, p.plantStatus, p.supplyPower, p.weatherCode, p.pmsStatus, p.pcsMaker, p.pcsQuantity, d.seq, d.pcsIdx, d.timetableSeq, d.inputDate, d.inputHour, d.inputMinute, d.chargePower, d.dischargePower, d.pvPower, d.dayPvPower, (p.pcsVolume * p.pcsQuantity) as supplyPcsPower, (p.batteryVolume * p.batteryQuantity) as supplyBatteryPower, d.data1, d.data2, d.data3, d.data4, d.data5, d.data6, d.data7, d.data8, d.data9, d.data10, d.data11, d.data12, d.data13, d.data14, d.data15, d.data16, d.data17, d.data18, d.data19, d.data20, d.data21, d.data22, d.data23, d.data24, d.data25, d.data26, d.data27, d.data28, d.data29, d.data30, d.data31, d.data32, d.data33, d.data34, d.data35, d.data36, d.data51, d.data52, d.data53, d.data54, d.data55, d.data56, d.data57, d.data58, d.data59, d.data60, d.data61, d.data62, d.data63, d.data64, d.data65, d.data66, d.data67, d.data68, d.data69, d.data70, d.createDatetime, d.count from ( select p.seq, p.name as plantName, p.plantStatus, p.supplyPower, p.weatherCode, pm.pmsStatus, pm.pcsMaker, pm.pcsQuantity, pm.pcsVolume, pm.batteryQuantity, pm.batteryVolume from t_plant p, t_pms pm where p.seq = pm.plantSeq and p.seq = ? ) p left join ( select d.*, d2.count from t_pmsdata_2023 d, ( select plantSeq, max(seq) as seq, max(timetableSeq) as timetableSeq, count(seq) as count from t_pmsdata_2023 where inputDate = ? and plantSeq = ? and pcsIdx > 0 group by plantSeq, pcsIdx ) d2 where d.plantSeq = d2.plantSeq and d.timetableSeq = d2.timetableSeq and d.seq = d2.seq and d.inputDate = ? and d.plantSeq = ? and d.pcsIdx > 0 group by d.plantSeq, d.pcsIdx ) d on p.seq = d.plantSeq order by p.seq desc, d.pcsIdx asc [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 87(Integer), 2023-08-02(String), 87(Integer) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.*, m.pcsMaker as 'plant.pcsMaker', m.batteryMaker as 'plant.batteryMaker', m.msgGroupPcs as 'plant.msgGroupPcs', m.msgGroupBattery as 'plant.msgGroupBattery', m.pcsQuantity as 'plant.pcsQuantity', m.batteryQuantity as 'plant.batteryQuantity' from t_pmsdata_2023 d, t_plant p, t_pms m where p.seq = d.plantSeq and p.seq = m.plantSeq and d.pcsIdx > 0 and (d.data25 > 0 or d.data62 > 0 or d.data63 > 0 or d.data64 > 0 or d.data28 > 0 or d.data29 > 0 or d.data69 > 0 or d.data70 > 0 ) and d.plantSeq = ? and d.inputDate between ? and ? order by d.inputDate desc, d.inputHour desc, d.inputMinute desc, d.plantSeq asc ) R1 LIMIT ?, ? [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-07-26(String), 2023-08-02(String), 0(Integer), 5(Integer) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 30(String) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_message a where a.groupCode = ? order by a.fault asc, a.idx asc [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 12(String) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 64 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.*, p.name as plantName from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate <= ? and a.endDate >= ? order by a.beginDate desc, a.seq desc [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-08-02(String), 2023-08-02(String) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate between ? and ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023-07-24(String), 2023-08-02(String) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 9 [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour asc, d.pcsIdx asc [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 1(Integer), 2023-08-02(String), 87(Integer), 1(Integer), 2023-08-02(String) [11:07:32] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:07:40] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:40] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [11:07:40] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:40] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.* , s1.chargePower as y1ChargePower, s1.dischargePower as y1DischargePower from t_pmsdata_statistic_hour d left join t_pmsdata_statistic_day s1 on d.plantSeq = s1.plantSeq and d.pcsIdx = s1.pcsIdx and s1.plantSeq = ? and s1.pcsIdx = ? and s1.inputDate = date_format(date_add(?, INTERVAL -1 DAY), '%Y-%m-%d') where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputDate = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.plantSeq desc, d.inputHour desc, d.pcsIdx asc [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 2023-08-02(String), 87(Integer), 0(Integer), 2023-08-02(String) [11:07:40] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 11 [11:07:49] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:49] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [11:07:49] [DEBUG] controller.EssController - ----------------------------------------------- [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:49] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [11:07:49] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [11:08:04] [DEBUG] controller.EssController - ----------------------------------------------- [11:08:04] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [11:08:04] [DEBUG] controller.EssController - ----------------------------------------------- [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:04] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [11:08:04] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:07] [DEBUG] controller.EssController - ----------------------------------------------- [11:08:07] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [11:08:07] [DEBUG] controller.EssController - ----------------------------------------------- [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:07] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [11:08:07] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [11:08:31] [DEBUG] controller.EssController - ----------------------------------------------- [11:08:31] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [11:08:31] [DEBUG] controller.EssController - ----------------------------------------------- [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:31] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 32 [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [11:08:31] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [11:08:57] [DEBUG] controller.EssController - ----------------------------------------------- [11:08:57] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [11:08:57] [DEBUG] controller.EssController - ----------------------------------------------- [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:57] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d1.*, d2.inputDate as inputDateB1 from t_pmsdata_statistic_month d1 left join t_pmsdata_statistic_month d2 on d1.plantSeq = d2.plantSeq and d1.pcsIdx = d2.pcsIdx and d1.inputDate = date_add(d2.inputDate, INTERVAL 1 MONTH) and d2.plantSeq = ? and d2.pcsIdx = ? where 1=1 and d1.plantSeq = ? and d1.pcsIdx = ? and d1.inputYear = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.pcsIdx asc [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String) [11:08:57] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 7 [11:08:59] [DEBUG] controller.EssController - ----------------------------------------------- [11:08:59] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [11:08:59] [DEBUG] controller.EssController - ----------------------------------------------- [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:59] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 31 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select a.* from t_client a where a.seq = ? [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.pvPower, d.dayPvPower, d.createDatetime as pmsDatetime from ( select p.*, s.inputDate as lastday, s.todayEnergy as lastdayEnergy, s.todayHours as lastdayHours from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, o.todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.plantType, p.plantStatus, v.link, v.url1, v.url2, v.port, v.key1, v.key2, v.ivtQuantity, v.ivtType, v.syncType from t_plant p left join t_ivtjunc v on p.seq = v.plantSeq where p.plantType in ('02', '03') and p.clientOrderSeq = ? and p.plantStatus = ? and v.ivtStatus = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p left join t_ivtoverview_day s on p.seq = s.plantSeq and s.inputDate = DATE_ADD(p.inputDate, INTERVAL -1 DAY) ) p left join t_pmsdata_2023 d on p.seq = d.plantSeq and d.inputDate=? and d.seq = ( select max(seq) as seq from t_pmsdata_2023 where plantSeq = p.seq and inputDate=? ) order by p.seq desc [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 01(String), 01(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 08(String) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [11:08:59] [DEBUG] controller.OMController - dashboard.selectListAdmin : 쿼리조회시간 : 437 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: SELECT R1.* FROM ( select p.name as plantName, d.* from t_ivterror d, t_plant p where d.plantSeq = p.seq and d.inputDate between ? and ? and p.clientOrderSeq = ? order by d.seq desc ) R1 LIMIT ?, ? [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-29(String), 2023-08-02(String), 301(Integer), 0(Integer), 10(Integer) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 0 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='RE' order by inputYmd desc ) R1 LIMIT 0, 1 ) r union select * from ( SELECT R1.* FROM ( select * from t_price where inputYmd <= ? and typeCode='SM' order by inputYmd desc ) R1 LIMIT 0, 1 ) s [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.seq as plantSeq, p.name as plantName, p.weatherCode, p.geox, p.geoy, w.inputYmd, w.inputHour, w.temp, w.humi, w.rain, w.cloud, w.wind from t_plant p left join t_weather_2021 w on w.weatherCode = p.weatherCode and inputYmd= ? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? ) where p.plantStatus='01' order by p.seq desc [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_juncdata d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 93 [11:08:59] [DEBUG] controller.JsonController - {"data" : [{"plantSeq":"144","temp":"31.8","cloud":"1","weatherCode":"03127250"},{"plantSeq":"143","temp":"30.9","cloud":"5","weatherCode":"03250330"},{"plantSeq":"142","temp":"30.4","cloud":"5","weatherCode":"10710380"},{"plantSeq":"141","temp":"29.4","cloud":"5","weatherCode":"03250340"},{"plantSeq":"140","temp":"29.5","cloud":"5","weatherCode":"03330340"},{"plantSeq":"139","temp":"29.4","cloud":"5","weatherCode":"01780250"},{"plantSeq":"138","temp":"30.9","cloud":"1","weatherCode":"03250250"},{"plantSeq":"137","temp":"30.9","cloud":"1","weatherCode":"03250250"},{"plantSeq":"136","temp":"33.0","cloud":"1","weatherCode":"02220320"},{"plantSeq":"135","temp":"30.8","cloud":"1","weatherCode":"02590370"},{"plantSeq":"134","temp":"31.8","cloud":"5","weatherCode":"03250360"},{"plantSeq":"132","temp":"31.3","cloud":"1","weatherCode":"03123129"},{"plantSeq":"131","temp":"31.3","cloud":"1","weatherCode":"03123101"},{"plantSeq":"129","temp":"31.9","cloud":"1","weatherCode":""},{"plantSeq":"128","temp":"31.9","cloud":"1","weatherCode":""},{"plantSeq":"127","temp":"31.9","cloud":"1","weatherCode":""},{"plantSeq":"126","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"125","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"124","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"123","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"122","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"121","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"120","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"113","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"112","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"111","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"110","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"109","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"108","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"107","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"106","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"105","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"104","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"103","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"102","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"101","temp":"31.5","cloud":"1","weatherCode":"03220340"},{"plantSeq":"99","temp":"30.9","cloud":"5","weatherCode":"03250330"},{"plantSeq":"98","temp":"31.8","cloud":"5","weatherCode":"04770250"},{"plantSeq":"97","temp":"30.4","cloud":"1","weatherCode":"04730370"},{"plantSeq":"96","temp":"31.8","cloud":"5","weatherCode":"04770250"},{"plantSeq":"95","temp":"31.0","cloud":"5","weatherCode":"04113250"},{"plantSeq":"94","temp":"31.8","cloud":"5","weatherCode":"04770250"},{"plantSeq":"93","temp":"27.0","cloud":"5","weatherCode":"01760350"},{"plantSeq":"92","temp":"27.0","cloud":"5","weatherCode":"01760350"},{"plantSeq":"91","temp":"28.9","cloud":"5","weatherCode":"01750330"},{"plantSeq":"90","temp":"28.9","cloud":"5","weatherCode":"01750330"},{"plantSeq":"89","temp":"28.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"88","temp":"28.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"87","temp":"28.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"86","temp":"28.7","cloud":"5","weatherCode":"16150380"},{"plantSeq":"85","temp":"28.7","cloud":"5","weatherCode":"16150380"},{"plantSeq":"84","temp":"28.9","cloud":"1","weatherCode":"15180380"},{"plantSeq":"83","temp":"31.5","cloud":"1","weatherCode":"01820250"},{"plantSeq":"82","temp":"30.2","cloud":"5","weatherCode":"15710330"},{"plantSeq":"81","temp":"29.9","cloud":"1","weatherCode":"04170320"},{"plantSeq":"80","temp":"28.9","cloud":"5","weatherCode":"01750250"},{"plantSeq":"78","temp":"29.4","cloud":"1","weatherCode":"01790250"},{"plantSeq":"77","temp":"29.4","cloud":"1","weatherCode":"01790250"},{"plantSeq":"76","temp":"29.4","cloud":"1","weatherCode":"01790250"},{"plantSeq":"75","temp":"29.0","cloud":"5","weatherCode":"04210330"},{"plantSeq":"74","temp":"29.7","cloud":"5","weatherCode":"13740250"},{"plantSeq":"73","temp":"29.7","cloud":"5","weatherCode":"13740250"},{"plantSeq":"64","temp":"29.7","cloud":"5","weatherCode":"13740250"},{"plantSeq":"60","temp":"29.8","cloud":"5","weatherCode":"16770310"},{"plantSeq":"56","temp":"30.8","cloud":"1","weatherCode":"02590370"},{"plantSeq":"55","temp":"30.5","cloud":"5","weatherCode":"10710262"},{"plantSeq":"48","temp":"31.3","cloud":"1","weatherCode":"14130320"},{"plantSeq":"45","temp":"31.7","cloud":"1","weatherCode":"15800253"},{"plantSeq":"44","temp":"29.7","cloud":"5","weatherCode":"13740250"},{"plantSeq":"42","temp":"28.5","cloud":"5","weatherCode":"16150250"},{"plantSeq":"41","temp":"31.5","cloud":"1","weatherCode":"03820250"},{"plantSeq":"40","temp":"31.5","cloud":"1","weatherCode":"03820250"},{"plantSeq":"39","temp":"30.4","cloud":"5","weatherCode":"16130250"},{"plantSeq":"34","temp":"30.2","cloud":"5","weatherCode":"04170340"},{"plantSeq":"32","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"31","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"30","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"29","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"28","temp":"30.9","cloud":"1","weatherCode":"03240370"},{"plantSeq":"27","temp":"30.4","cloud":"5","weatherCode":"16130250"},{"plantSeq":"26","temp":"30.4","cloud":"5","weatherCode":"16130250"},{"plantSeq":"25","temp":"28.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"24","temp":"28.7","cloud":"5","weatherCode":"01760250"},{"plantSeq":"22","temp":"30.4","cloud":"1","weatherCode":"02273112"},{"plantSeq":"21","temp":"31.3","cloud":"1","weatherCode":"13800350"},{"plantSeq":"20","temp":"30.1","cloud":"1","weatherCode":"13750330"},{"plantSeq":"19","temp":"30.1","cloud":"1","weatherCode":"13750330"},{"plantSeq":"18","temp":"30.1","cloud":"7","weatherCode":"13210114"},{"plantSeq":"17","temp":"30.1","cloud":"7","weatherCode":"13210114"},{"plantSeq":"16","temp":"30.7","cloud":"1","weatherCode":"12770380"},{"plantSeq":"15","temp":"30.7","cloud":"1","weatherCode":"12770380"},{"plantSeq":"14","temp":"32.1","cloud":"1","weatherCode":"12890320"},{"plantSeq":"13","temp":"31.1","cloud":"1","weatherCode":"04150113"},{"plantSeq":"end"}],"inputYmd":"2023-08-02","inputHour":"11"} [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 2 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, p1.oseq as prevOseq, p1.inputHour as prevInputHour, p1.inputMinute as prevMinute, p1.currPower as prevCurrPower, TRUNCATE(IFNULL(p1.todayEnergy, 0), 1) as prevTodayEnergy, p1.createDatetime as prevCreateDatetime from ( select p.*, o.oseq, o.plantSeq, o.inputDate, o.inputHour, o.inputMinute, o.currPower, TRUNCATE(IFNULL(o.todayEnergy,0), 1) as todayEnergy, o.todayHours, o.lifetimeEnergy, o.ovStatus, o.createDatetime as ivtDatetime from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p left join t_ivtoverview o on p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.seq ) ) p, t_ivtoverview p1 where p.plantSeq = p1.plantSeq and p1.inputDate = ? and p1.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate = ? and plantSeq = p.plantSeq and oseq < p.oseq ) )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [11:08:59] [DEBUG] controller.InverterController - plant.seqs : null -> 0 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o1.inputHour, o1.plantSeq, o.oseq, o.inputMinute, o.currPower, max(o.todayEnergy) as todayEnergy , max(o.todayHours) as todayHours, max(o.lifetimeEnergy) as lifetimeEnergy, o.ovStatus from ( select o.*, p.clientOrderSeq from ( select o1.inputHour, o.plantSeq from ( select oseq, inputDate, inputHour from t_ivtoverview where inputDate=? group by inputHour ) o1 CROSS JOIN t_ivtoverview o on o.inputDate = ? group by o1.inputHour, o.plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? ) o1 left join t_ivtoverview o on o1.plantSeq = o.plantSeq and o1.inputHour = o.inputHour and o.inputDate = ? group by inputHour, plantSeq order by o1.inputHour asc, o1.plantSeq asc [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, w.inputHour, w.temp, w.cloud from ( select p.*, d.ivtIdx as prevIvtIdx, d.dcPower as prevDcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as prevTodayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as prevLifetimeEnergy from ( select p.* , o.oseq as prevOseq, o.inputHour as prevInputHour, o.inputMinute as prevInputMinute from ( select p.*, d.ivtIdx, d.dcPower, TRUNCATE(IFNULL(d.todayEnergy, 0), 1) as todayEnergy, TRUNCATE(IFNULL(d.lifetimeEnergy, 0), 1) as lifetimeEnergy from ( select p.*, o.oseq, o.plantSeq, o.inputHour, o.inputMinute from ( select p.seq, p.name, p.supplyPower, p.weatherCode from t_plant p, t_ivtjunc v where p.seq = v.plantSeq and v.ivtStatus='01' and v.ivtType='03' and p.plantStatus='01' and p.plantType in ('02', '03') and p.clientOrderSeq = ? ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.oseq ) p, t_ivtoverview o where p.seq = o.plantSeq and o.oseq = ( select max(oseq) as oseq from t_ivtoverview where inputDate=? and plantSeq = p.seq and oseq < p.oseq ) ) p, t_ivtdata_2023 d where p.plantSeq = d.plantSeq and d.oseq = p.prevOseq and p.ivtIdx = d.ivtIdx )p, t_weather_2021 w where p.weatherCode = w.weatherCode and w.inputYmd=? and w.inputHour = ( select max(inputHour) from t_weather_2021 where inputYmd=? and weatherCode = p.weatherCode ) and w.cloud < 7 [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 2023-08-02(String), 301(Integer), 2023-08-02(String) [11:08:59] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 301(Integer), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String), 2023-08-02(String) [11:09:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 78 [11:09:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.name as plantName, o.plantSeq from ( select plantSeq from t_ivtoverview where inputDate=? group by plantSeq ) o, t_plant p where o.plantSeq = p.seq and p.plantType in ('02', '03') and plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq [11:09:00] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [11:09:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 13 [11:09:00] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 57 [11:09:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select o.* from t_plant p, ( select d.* from t_ivtdata_2023 d, ( select plantSeq, max(oseq) oseq from t_ivtoverview where inputDate = ? group by plantSeq ) s where d.plantSeq = s.plantSeq and d.oseq = s.oseq ) o where o.plantSeq = p.seq and p.plantType in ('02', '03') and p.plantStatus = '01' and p.clientOrderSeq = ? order by plantSeq asc, ivtIdx asc [11:09:01] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-08-02(String), 301(Integer) [11:09:01] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 77 [11:09:27] [DEBUG] controller.EssController - ----------------------------------------------- [11:09:27] [DEBUG] controller.EssController - /ess/statistic_chart.co :: plantSeq :: 87, param.plantSeq : 87 [11:09:27] [DEBUG] controller.EssController - ----------------------------------------------- [11:09:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select p.*, d.createDatetime as pmsdataDatetime, d.count as count, d.timetableSeq from ( select p.*, m.plantSeq, m.ip, m.port, m.pmsStatus, m.startIdx, m.pmsMaker, m.pmsModel, m.pcsMaker, m.pcsVolume, m.pcsQuantity, m.batteryMaker, m.batteryModel, m.batteryVolume, m.batteryQuantity, (m.pcsVolume * m.pcsQuantity) as supplyPcsPower, (m.batteryVolume * m.batteryQuantity) as supplyBatteryPower, ( select name from t_code where groupType='pcs_maker' and code=m.pcsMaker ) as pcsMakerName, ( select name from t_code where groupType='battery_maker' and code=m.batteryMaker ) as batteryMakerName, m.msgGroupPcs, m.msgGroupBattery from t_plant p left join t_pms m on p.seq = m.plantSeq where 1=1 and p.seq = ? ) p left join ( select plantSeq, d.inputDate, d.pcsIdx, max(d.createDatetime) as createDatetime , count(d.seq) as count, max(timetableSeq) as timetableSeq from t_pmsdata_2023 d where d.inputDate = ? and d.pcsIdx = 0 group by plantSeq ) d on p.plantSeq = d.plantSeq and d.inputDate = ? and d.pcsIdx = 0 order by p.seq desc [11:09:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 2023-08-02(String), 2023-08-02(String) [11:09:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:09:27] [DEBUG] controller.EssController - selectPmsPlantBySeq : 쿼리조회시간 : 16 [11:09:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select count(a.seq) as count from t_board a left join t_plant p on a.plantSeq = p.seq where 1=1 and ( a.plantSeq = ? or a.plantSeq = 0 ) and a.statusCode = ? and a.beginDate >= ? [11:09:27] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 87(Integer), 01(String), 2023-07-19(String) [11:09:27] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 1 [11:09:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:09:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 07(String) [11:09:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 31 [11:09:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Preparing: select d.*, d.pvPower as todayPvPower, m.pcsMaker, m.batteryMaker, p.name as plantName, p.supplyPower from ( select d.seq, d.plantSeq, d.pcsIdx, d.inputDate, d.inputYear, d.inputMonth, d.inputDay, d.chargePower, d.dischargePower, IFNULL(d.dayPvPower, d.pvPower) as pvPower, d.data15, d.data16, d.data32, d.data33, d.createDatetime, m.chargePower as y1ChargePower, m.dischargePower as y1DischargePower from t_pmsdata_statistic_day d left join t_pmsdata_statistic_month m on d.plantSeq = m.plantSeq and d.pcsIdx = m.pcsIdx and m.inputDate = concat(date_format(date_add(?, INTERVAL -1 MONTH), '%Y-%m'), '-01') and m.plantSeq = ? and m.pcsIdx = ? where 1=1 and d.plantSeq = ? and d.pcsIdx = ? and d.inputYear = ? and d.inputMonth = ? ) d, t_pms m, t_plant p where d.plantSeq = m.plantSeq and d.plantSeq = p.seq order by d.inputYear desc, d.inputMonth desc, d.inputDay desc, d.pcsIdx asc [11:09:28] [DEBUG] jdbc.BaseJdbcLogger - ==> Parameters: 2023-07-01(String), 87(Integer), 0(Integer), 87(Integer), 0(Integer), 2023(String), 07(String) [11:09:28] [DEBUG] jdbc.BaseJdbcLogger - <== Total: 31