You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to enable a selection of the serial interface/pins which is used?
Background:
I'm using an esp32 which has 3 Serial interfaces, i soldered the pins so that uart2 (Pin 16 and 17) is connected to the heatpump.
Therefor it would be great if possible to select that this pins are used.
As a workaround I forked modified the hp.connect(&Serial) call to hp.connect(&Serial,PIN_RX,PIN_TX); in mitsubishi2mqtt.ino but thats not very sustainable.
The text was updated successfully, but these errors were encountered:
balu-
changed the title
Feature Request: Selectable Serial interface
Feature Request: Selectable Serial IO Pins
Jun 19, 2023
Would it be possible to enable a selection of the serial interface/pins which is used?
Background:
I'm using an esp32 which has 3 Serial interfaces, i soldered the pins so that uart2 (Pin 16 and 17) is connected to the heatpump.
Therefor it would be great if possible to select that this pins are used.
As a workaround I forked modified the
hp.connect(&Serial)
call tohp.connect(&Serial,PIN_RX,PIN_TX);
in mitsubishi2mqtt.ino but thats not very sustainable.The text was updated successfully, but these errors were encountered: