diff --git a/components/votronic/votronic.cpp b/components/votronic/votronic.cpp index b80667d..6530d82 100644 --- a/components/votronic/votronic.cpp +++ b/components/votronic/votronic.cpp @@ -511,6 +511,8 @@ void Votronic::dump_config() { this->charging_converter_controller_status_bitmask_sensor_); LOG_SENSOR("", "Charging converter mode setting ID", this->charging_converter_mode_setting_id_sensor_); LOG_SENSOR("", "Charging converter controller temperature", this->charging_converter_controller_temperature_sensor_); + LOG_SENSOR("", "Charging converter state of charge", this->charging_converter_state_of_charge_sensor_); + LOG_SENSOR("", "PV Mode Setting ID", this->pv_mode_setting_id_sensor_); LOG_TEXT_SENSOR("", "Battery status", this->battery_status_text_sensor_); @@ -524,6 +526,7 @@ void Votronic::dump_config() { LOG_TEXT_SENSOR("", "PV battery status", this->pv_battery_status_text_sensor_); LOG_TEXT_SENSOR("", "PV controller status", this->pv_controller_status_text_sensor_); + LOG_TEXT_SENSOR("", "PV Mode Setting", this->pv_mode_setting_text_sensor_); this->check_uart_settings(1000); }