github echavet/MitsubishiCN105ESPHome v1.1.0
Feedbacks release

latest releases: 2026.2.0, 2026.2.0-beta.1, v1.6.7...
2 years ago

A release comprising all the fixes following the issues recently opened by users.

example of configuration:

uart:
  id: HP_UART
  baud_rate: 2400
  tx_pin: GPIO17
  rx_pin: GPIO16

climate:
  - platform: cn105  
    name: ${friendly_name}
    id: "esp32_clim"
    compressor_frequency_sensor:
      name: Compressor frequency (clim Sejour)    
    vertical_vane_select:
      name: Orientation de la Vane Verticale
    horizontal_vane_select:
      name: Orientation de la Vane Horizontale
    isee_sensor:
      name: ISEE Sensor
    remote_temperature_timeout: 5min
    update_interval: 1s         # shouldn't be less than 1 second
    debounce_delay : 500ms       # delay to prevent bouncing 

Don't miss a new MitsubishiCN105ESPHome release

NewReleases is sending notifications on new releases.