vekexasia / comfoair-esp32

Interact with Zehnder Comfoair with esp32
Other
124 stars 40 forks source link

Added optional gpio param #51

Closed hcouplet closed 1 year ago

hcouplet commented 1 year ago

I am using a different board from olimex that has CAN and Ethernet interface : (+ they sell a metal case) https://www.olimex.com/Products/IoT/ESP32/ESP32-EVB/open-source-hardware.

For this board, pin are different so I have added as an option to be able to specify another gpio. Here is the config I am using for Olimex board :

comfoair:
    rx_pin: GPIO35
    tx_pin: GPIO5
dan-s-github commented 1 year ago

missed that this needs updating the readme