ITHO Daalderop FAN RF remote with C1101 and ESP8266

Bought all the hardware on AliExpress.

Thanks

Hi Jodur,

I switched over to your ESPHOME / HA version.
Works great but I have a feature request if possible. (I hope i can make a request)
I used to have a Standby mode. With my old firmware./ library (non ESPHOME)
My ITho (when in this Standby mode) then switches to a even lower fan mode then Low.

So:

Standby (lowest speed) / REQUEST
Low (low speed)
Medium (medium speed)
High (high speed)
Then offcourse the timers and join etc.

Is it possible to implement a Standby in this ESPHOME version?

Thanks and greetingzā€¦

Alexander

1 Like

Hi there,

Has anyone succesfully paired the C1101 and an Itho eco-fan p-001 (older itho)?
iā€™m stuggeling for days with all the different versions of EPhome, Espeasyā€¦but with no result for now.
Or does anyone know the best version to use so my changes of pairing are the highest

thanx

Updateā€¦ solvedā€¦
I deleted all my files, started over with this version: GitHub - Scriptman/ESPHome_ITHO_Eco_Fan_CC1101: Library for NodeMCU ESP8266 in combination with Hassio Home Assistant ESPHome ITHO Eco Fan CC1101 (Including older Eco fans!)
If you follow this guide one on oneā€¦ is works like a charm for the Itho eco-fan p-001.

1 Like

I made it myself easy to bought an Itho CVE RFT WiFi add-on from nrg.watch for my CVE ECO 2SP box.
In HA I get 1 entity ā€˜fan.itho_fanā€™ with the following attributes:

Attributes of fan.itho_fan:
preset_modes:
percentage: 10
percentage_step: 1
preset_mode: null
Speed status: 4.5
Internal fault: 0
Frost cycle: 0
Filter dirty: 0
friendly_name: Itho fan
supported_features: 1

Now I want to replace attribute 'precentages to a text value. My itho does not give me a status of high, medium or low, but only a percentage.
So therefore I created a template sensor like below;

sensor:
  - platform: template
    sensors:
......      
      fan_stage:
          friendly_name: Ventilatorstand
          value_template: >-
              {% if is_state_attr('fan.itho_fan', 'percentage', '0') %}
                off-
              {% elif is_state_attr('fan.itho_fan', 'percentage', '10') %}
                Low-
              {% elif is_state_attr('fan.itho_fan', 'percentage', '100') %}
                High-
              {% endif %}

The result should be visible in the following card, but I get no result:

type: custom:minimalistic-area-card
title: Bathroom
image: local/img/bathroom.jpg
tap_action:
  action: navigate
  navigation_path: /lovelace-bathroom
entities:
  - entity: sensor.fan_stage
    icon: mdi:fan

Where do I make a mistake?

Everything is working here as well. Only my remotes are not seen at allā€¦

I lost and donā€™t know how to solve.

In past used ESPeasy, but wemos d1r1 board diedā€¦ haha

solved. There was a wire broken inside plastic. After used new wires everything was working!

Hello

Coming back to this challenge of controlling ITHO fans with integrated air exchanger and display properly on HA.
My setup is a ESP8266 controlling my ITHO SPEED and measuring different Temperatures via Dallas probes. ESPEASY reports everything to H-A via MQTT. I can control also fans speed via mqtt. all MQTT exchanges are working fine.

I want a nice card to display and pilot everything: I find this HACS add on GitHub - bolkedebruin/erhv-lovelace: Homeassistant Lovelace Energy Reclaim Home Ventilation card

Iā€™m lost as it seems I need to to use climate entity but documentation is very limited and no clear examples found.
What should I configure in ly YAML files ?

Any support will be appreciated !

Best wishes 2025