Nat Gist
Nat Gist
+1 on this
Man I wish i found this a few hours ago as I just went through this myself and repeated your work. Although rather than adding the #include i changed the...
The above changes were enough to compile but not enough to get it to work apparently. One more change i've identified: `serial = HARDWARE_UART_TO_SERIAL[PLATFORM_ESP8266][config[CONF_HARDWARE_UART]]` Needs to properly select when PLATFORM...
No problem, one other thing worth mentioning before you hook this up to your unit. Do you have an interface circuit for the PicoW? As I understand it the CN105...
Do you mind sharing your final config? It sounds like you didn't need any other code changes? I'm just starting back on trying to get mine to work.
I took a look through your fork, I see you changed the ESP_LOGCONFIG() calls to EXP_LOGD() which I was about to try, because i wasn't seeing debug messages from setup()...
To answer your questions regarding non-default pins, the SwiCago/Heatpump library ignores the rx/tx pin settings unless ESP32 is defined. I just made a commit to my fork to make the...
Thanks @sfozz it turns out my issue was baudrate being too high. FYI this project seems mostly dead, however https://github.com/echavet/MitsubishiCN105ESPHome seems to be very active. I got a PR landed...