Check UART settings on dump config (#34)

This commit is contained in:
Sebastian Muszynski
2023-04-07 09:15:39 +02:00
committed by GitHub
parent 7c582875b7
commit aa79d7aa49

View File

@@ -259,7 +259,10 @@ void Votronic::dump_config() {
LOG_TEXT_SENSOR("", "Charging controller status", this->charging_controller_status_text_sensor_);
LOG_TEXT_SENSOR("", "PV controller status", this->pv_controller_status_text_sensor_);
LOG_TEXT_SENSOR("", "Charging mode setting", this->charging_mode_setting_text_sensor_);
this->check_uart_settings(1000);
}
float Votronic::get_setup_priority() const {
// After UART bus
return setup_priority::BUS - 1.0f;