Skip to content

Commit bcb3891

Browse files
committed
change logging, set SOH to 100
1 parent 4803f2d commit bcb3891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logging/logging.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using namespace logging;
3535
const string logFileName = "BatteryController.log";
3636
const string dataFileName= "BatteryOneDataLog.txt";
3737
// const string httpPostURL = "http://jimster.ca/BatteryOne/TEST-data-receiver.php";
38-
const string httpPostURL = "http://jimster.ca/BatteryHikotron/BatteryOne-data-receiver.php";
38+
const string httpPostURL = "http://jimster.ca/BatteryHikotron/BatteryHikotron-data-receiver.php";
3939

4040
Logger::Logger(LOG_LEVEL loglevel, core::Timer& timer, std::vector<monitor::Monitor*> vmonitor):
4141
m_timer(timer),

monitor/Tesla/TeslaSlaveMonitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ TeslaSlaveMonitor::TeslaSlaveMonitor(
7070
m_temperatures_ok(false),
7171
m_pack_status(STARTUP),
7272
m_soc_percent(NAN),
73-
m_soh_percent(NAN),
73+
m_soh_percent(100),
7474
m_energy_remaining_kwh(NAN),
7575
m_capacity_kwh(NAN),
7676
m_current(NAN),

0 commit comments

Comments
 (0)