Closed NMBurdel closed 1 year ago
Did you solve it? I'm having the same problem
Yes i solved, try to modify in the ABBAurora.cpp the function ABBAurora::setup in this way:
void ABBAurora::setup(HardwareSerial &hardwareSerial, byte RXGpioPin, byte TXGpioPin, byte TXControllPin) { TXPinControl = TXControllPin;
pinMode(TXPinControl, OUTPUT);
digitalWrite(TXPinControl, LOW);
serial = &hardwareSerial;
// OK per ESP32
//serial->begin(19200, SERIAL_8N1, RXGpioPin, TXGpioPin, false, 500);
// OK per ESP8266
serial->begin(19200, SERIAL_8N1, SERIAL_FULL, TXGpioPin, false);
}
it works! Thank you!!
Hello How to set up the serial port to serial1? I am getting an error with serial2 option. ABBAurora::setup(Serial1, RX, TX, TX_CONTROL_GPIO); ok ?
How to set up the serial port
I have a Wemos and with these settings, I can't find the inverter.
check the gpio scheme for your wemos board.. For example if you use a wemos D1 mini, The TX pin is GPIO 1 and RX is GPIO 3 ecc...
ok thx ... serial 1 ??
I have a Wemos D1 mini. Is it okay now? I need confirmation because I've been trying to connect for several days."
check the gpio scheme for your wemos board.. For example if you use a wemos D1 mini, The TX pin is GPIO 1 and RX is GPIO 3 ecc...
Is the system on wemos d1 mini working for you?
I am using nodeMCU with no success, but I think it is a problem of pin In the next days I will try with D1mini, at least we can share our experiences
I have the nodeMCU and it works. @botr76 check also the TX_CONTROL_GPIO pin.
At the and, remember to change in the config.yaml file in order to select the correct board. For my board: ... esp8266: board: nodemcuv2 ...
What is you problem? compiling the code or communicating with the inverter in HA?
My problem is communicating with the inverter Can you share your GPIO configuration? Maybe my error is there
Did you solve it? I'm having the same problem
I created a new topic...you're welcome to join
Hi, i have an error when i try to compile the config.yaml for every 8266 boards. Can you help me ? logs_config_upload.txt
,