absalom-muc / MHI-AC-Ctrl

Reads and writes data (e.g. power, mode, fan status etc.) from/to a Mitsubishi Heavy Industries (MHI) air conditioner (AC) via SPI controlled by MQTT
MIT License
270 stars 61 forks source link

ESP32 - D1 Mini Pro #107

Closed sanderlv closed 1 year ago

sanderlv commented 1 year ago

Hi, please may I also ask here:

https://github.com/ginkage/MHI-AC-Ctrl-ESPHome/issues/43

_Hi, I have tried to use a D1 Mini Pro ESP32 instead of an ESP8266. But to no avail, it just wont boot.

I want to use the advantage of also using the new bluetooth proxy component in the ESP32.

Is there any hard coding towards ESP8266?

Is it possible to use an ESP32?

board type: wemos_d1mini32

absalom-muc commented 1 year ago

Beside the pin defintions I'm not aware of ESP8266 specifics in MHI-AC-Ctrl program.

sanderlv commented 1 year ago

My experience with esphome is that for d1 mini (8266) I need to use "d1, d2, etc." as pin layout number. As for esp32 I use "GPIO1, GPIO2, or just a number like 1, 2, etc.).

hjkoster400d commented 1 year ago

Nice that you are trying this on the ESP32, i was also thinking about that. Please let me know if you get it to work, and which modifications to get it compatible.

sanderlv commented 1 year ago

The other way around too. If you find out. let me know/

absalom-muc commented 1 year ago

I believe this topic was already solved here -> closed