You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured the project on an ESP-01 and I have an issue when using an external temperature sensor from HomeAssistant. The temperature is taken into account but the code seems to rollback to the internal temperature the majority of the time.
I took the temperature from a Philips Hue motion sensor, so I was thinking that the issue was maybe because the value was too old as not refreshed every tick. So I have configured a MQTT to update the value each 2 seconds but the issue stay.
Here is the history of the value retrieved by HomeAssistant from the ESP-01.
Here is the ESP configuration:
sensor:
# HomeAssistant sensor to retrieve temperature
- platform: homeassistantname: "Temperature Sensor From Home Assistant"entity_id: sensor.temperature_bureau_infra_3on_value:
then:
- lambda: 'id(hp_infra).set_remote_temperature(x);'climate:
- platform: mitsubishi_heatpumpid: hp_infraname: "Clim Infra"baud_rate: 2400# Optionalhardware_uart: UART0# Optionalupdate_interval: 2svisual:
min_temperature: 17max_temperature: 28temperature_step: 0.5
I can see inside the logs that the configuration seems correct:
The text was updated successfully, but these errors were encountered:
I have configured the project on an ESP-01 and I have an issue when using an external temperature sensor from HomeAssistant. The temperature is taken into account but the code seems to rollback to the internal temperature the majority of the time.
I took the temperature from a Philips Hue motion sensor, so I was thinking that the issue was maybe because the value was too old as not refreshed every tick. So I have configured a MQTT to update the value each 2 seconds but the issue stay.
Here is the history of the value retrieved by HomeAssistant from the ESP-01.
Here is the ESP configuration:
I can see inside the logs that the configuration seems correct:
The text was updated successfully, but these errors were encountered: