Hello, I'm a beginner and haven't mastered HA and yaml yet.
I use HA and esphome under docker. My ESP32s are D1 mini from az-delivery
When I call for service climate.set_fan_mode i had error in ESPHome's log for every fan_mode: [AUTO, LOW, MEDIUM, HIGH]
Works fine with climate.set_temperature , climate.set_hvac_mode and feedback from remote
Thank you for your help and sorry for my english. I hope I posted in the right place I also discover ghitub !
[10:05:38][D][climate:010]: 'Clim du couloir' - Setting
[10:05:38][D][climate:023]: Fan: HIGH
[10:05:38][V][MitsubishiHeatPump:101]: Control called.
INFO 192.168.1.19: Error while reading incoming messages: Error while reading data: [Errno 104] Connection reset by peer
INFO 192.168.1.19: Ping Failed: Error while reading data: [Errno 104] Connection reset by peer
INFO Disconnected from ESPHome API for 192.168.1.19
WARNING Disconnected from API
INFO Successfully connected to 192.168.1.19
[10:05:56][VV][scheduler:196]: Running interval 'update' with interval=700 last_execution=12800 (now=13506)
[10:05:57][VV][scheduler:196]: Running interval 'update' with interval=700 last_execution=13500 (now=14200)
[10:05:57][D][climate:385]: 'Clim du couloir' - Sending state:
[10:05:57][D][climate:388]: Mode: HEAT
[10:05:57][D][climate:390]: Action: HEATING
[10:05:57][D][climate:393]: Fan Mode: LOW
[10:05:57][D][climate:405]: Swing Mode: OFF
[10:05:57][D][climate:408]: Current Temperature: 23.00°C
[10:05:57][D][climate:414]: Target Temperature: 21.00°C
[10:05:57][V][json:031]: Attempting to allocate 512 bytes for JSON serialization
[10:05:59][V][json:051]: Size after shrink 236 bytes
[10:05:59][VV][api.service:242]: send_climate_state_response: ClimateStateResponse {
key: 1585833024
mode: CLIMATE_MODE_HEAT
current_temperature: 23
target_temperature: 21
target_temperature_low: 0
target_temperature_high: 0
legacy_away: NO
action: CLIMATE_ACTION_HEATING
fan_mode: CLIMATE_FAN_LOW
swing_mode: CLIMATE_SWING_OFF
custom_fan_mode: ''
preset: CLIMATE_PRESET_NONE
custom_preset: ''
Hello, I'm a beginner and haven't mastered HA and yaml yet. I use HA and esphome under docker. My ESP32s are D1 mini from az-delivery
When I call for service climate.set_fan_mode i had error in ESPHome's log for every fan_mode: [AUTO, LOW, MEDIUM, HIGH] Works fine with climate.set_temperature , climate.set_hvac_mode and feedback from remote Thank you for your help and sorry for my english. I hope I posted in the right place I also discover ghitub !
[10:05:38][D][climate:010]: 'Clim du couloir' - Setting [10:05:38][D][climate:023]: Fan: HIGH [10:05:38][V][MitsubishiHeatPump:101]: Control called. INFO 192.168.1.19: Error while reading incoming messages: Error while reading data: [Errno 104] Connection reset by peer INFO 192.168.1.19: Ping Failed: Error while reading data: [Errno 104] Connection reset by peer INFO Disconnected from ESPHome API for 192.168.1.19 WARNING Disconnected from API INFO Successfully connected to 192.168.1.19 [10:05:56][VV][scheduler:196]: Running interval 'update' with interval=700 last_execution=12800 (now=13506) [10:05:57][VV][scheduler:196]: Running interval 'update' with interval=700 last_execution=13500 (now=14200) [10:05:57][D][climate:385]: 'Clim du couloir' - Sending state: [10:05:57][D][climate:388]: Mode: HEAT [10:05:57][D][climate:390]: Action: HEATING [10:05:57][D][climate:393]: Fan Mode: LOW [10:05:57][D][climate:405]: Swing Mode: OFF [10:05:57][D][climate:408]: Current Temperature: 23.00°C [10:05:57][D][climate:414]: Target Temperature: 21.00°C [10:05:57][V][json:031]: Attempting to allocate 512 bytes for JSON serialization [10:05:59][V][json:051]: Size after shrink 236 bytes [10:05:59][VV][api.service:242]: send_climate_state_response: ClimateStateResponse { key: 1585833024 mode: CLIMATE_MODE_HEAT current_temperature: 23 target_temperature: 21 target_temperature_low: 0 target_temperature_high: 0 legacy_away: NO action: CLIMATE_ACTION_HEATING fan_mode: CLIMATE_FAN_LOW swing_mode: CLIMATE_SWING_OFF custom_fan_mode: '' preset: CLIMATE_PRESET_NONE custom_preset: ''