Eric Chavet
Eric Chavet
Esp32 and Esp8266 does not share the same libs. I don't think this conf works with esp32. Le sam. 11 nov. 2023, 05:41, adepssimius ***@***.***> a écrit : > @KazWolfe...
ah ok sorry Le sam. 11 nov. 2023 à 21:57, adepssimius ***@***.***> a écrit : > @echavet The poster who stated that the > configuration worked on the develop branch...
What do you mean with recent changes to the SwiCago/HeatPump library ? I see in the climate.py file that esphome-mitsubishiheatpump component uses a specific version of swicago library. cg.add_library( name="HeatPump",...
Oh sorry I had not read your message well !
I have 2 Mitsubishi hp. I used to have the same pb. I've tried to add some debug instructions in the code. I've directly included the swicago lib in the...
Oh thank you for the tip. I have noticed many checksum errors in the com too. I'was about to test a pull-down too. But why are you using a level...
Same for me with apple TV. I always have to manually reconfigure the integration.
fan_map in the swiCago lib implementation is: `static const char* FAN_MAP[6] = { "AUTO", "QUIET", "1", "2", "3", "4" };` ESPHome Climate component define this : ```c++ enum ClimateFanMode :...
Actually, you can define it making something like that in your yaml; this is from another component version but the support section is the same: ```yaml climate: - platform: cn105...
done here: https://github.com/echavet/MitsubishiCN105ESPHome This repository is largely based on geoffdavis and swicago's work. But with a redesign.