Closed mleiber closed 10 months ago
Thank you for report @mleiber ,
I guess it is only naming/labeling issue. Those messages come from far away (the forked Awesome Thermostat).
I will have a look.
Fixed in the message log. The heater will be turned on if the heating conditions are met.
I change the log message with this:
LOGGER.warning(
"%s - The hvac mode is %s, but the underlying device is not ON. Turning on device %s if needed",
self,
hvac_mode,
self._entity_id,
)
thank you Jean-Marc, this should make it clearer. Appreciate the quick response and action.
Prosit ! 🍺
Version of the custom_component
5.5.1
Configuration
My VTherm attributes are the following:
Describe the bug
On restart f HA I keep getting warning messages which I believe are not entirely correct/approriete. Two observations:
hvac mode is ON
, whereas the available modes areheat and off
. Guess this is just a naming issue, the warning message should sayheat
and not `ON``.hvac_mode
would not reflect weather the underlying switch is on or not. thehvac_action
is actually reflecting the state of the switch. I checked the state changes for the underlying switch and believe it actually does NOT turn on switch, despite the warning message saying it does.Log message (I get his for all of the thermostat integrations):