Subtropic AC tested + minor fixes

This commit is contained in:
GrKoR
2021-11-02 18:15:54 +03:00
parent 505af50dce
commit c700a2fbde
4 changed files with 6 additions and 1 deletions

View File

@@ -1838,6 +1838,7 @@ class AirCon : public esphome::Component, public esphome::climate::Climate {
// вывод в дебаг текущей конфигурации компонента
void dump_config() {
ESP_LOGCONFIG(Constants::TAG, "AUX HVAC:");
ESP_LOGCONFIG(Constants::TAG, " [x] Firmware version: %s", &Constants::AC_ROVEX_FIRMWARE_VERSION);
ESP_LOGCONFIG(Constants::TAG, " [x] Period: %dms", this->get_period());
ESP_LOGCONFIG(Constants::TAG, " [x] Show action: %s", this->get_show_action() ? "true" : "false");
if ((this->sensor_indoor_temperature_) != nullptr) {