mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2026-01-06 08:38:58 +03:00
debug messages
This commit is contained in:
@@ -2289,6 +2289,7 @@ class AirCon : public esphome::Component, public esphome::climate::Climate {
|
|||||||
_debugMsg(F("current status:"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__);
|
_debugMsg(F("current status:"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__);
|
||||||
_debugMsg(F(" _hw_initialized = %02X"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__, this->_hw_initialized);
|
_debugMsg(F(" _hw_initialized = %02X"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__, this->_hw_initialized);
|
||||||
_debugMsg(F(" _has_connection = %02X"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__, this->_has_connection);
|
_debugMsg(F(" _has_connection = %02X"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__, this->_has_connection);
|
||||||
|
_debugMsg(F(" _ac_state = %02X"), ESPHOME_LOG_LEVEL_DEBUG, __LINE__, this->_ac_state);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!get_hw_initialized()) return;
|
if (!get_hw_initialized()) return;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ external_components:
|
|||||||
components: [ aux_ac ]
|
components: [ aux_ac ]
|
||||||
|
|
||||||
esphome:
|
esphome:
|
||||||
name: test_aux_ac_local
|
name: test_aux_ac_ext
|
||||||
platform: ESP8266
|
platform: ESP8266
|
||||||
board: esp12e
|
board: esp12e
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user