mirror of
https://github.com/syssi/esphome-votronic.git
synced 2025-07-23 04:23:02 +02:00
Check UART settings on dump config (#34)
This commit is contained in:
committed by
GitHub
parent
7c582875b7
commit
aa79d7aa49
@@ -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;
|
||||
|
Reference in New Issue
Block a user