Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for POW-HVM5.5K-48V needed #11

Open
Schekamatik opened this issue Mar 18, 2024 · 3 comments
Open

Support for POW-HVM5.5K-48V needed #11

Schekamatik opened this issue Mar 18, 2024 · 3 comments

Comments

@Schekamatik
Copy link

Since some days I am trying to get data by RS232-to-TTL module (MAX3232CSE). I am not getting any response from the inverter.
I have used this example code:
https://github.com/leodesigner/powmr_comm/blob/main/src/main.cpp

The connection to esp32 was done like it is described here:
https://github.com/syssi/esphome-smg-ii

Can someone please support me?

Thank you in advance.

@leodesigner
Copy link
Owner

This is absolutely different beast, check this repo:
https://github.com/leodesigner/powmr4500_comm

@PetroPasichnyk
Copy link

PetroPasichnyk commented Apr 25, 2024

I have got a POW-HVM5.5K-48V-LIP and managed to receive a quite good result with https://github.com/syssi/esphome-smg-ii
RS232-TTL MAX3232 -- ESP8266 -- Esphome -- Home assistant
Only issue was 8266 had a little memory, so, only essential sensors have been connected, approximately a half of all available.

@kevinari26
Copy link

kevinari26 commented Dec 19, 2024

hi, I am using POW-HVM6.2M-48V
and ESP32, I am using UART 2 (GPIO 16, 17)
I am following this schematic
the response I get always ku8MBResponseTimedOut
can you help me @leodesigner or anyone?

here is my code

ModbusMaster node;
HardwareSerial inverterSerial(2);
inverterSerial.begin(2400);
node.begin(5, inverterSerial);

uint8_t result;
result = node.readHoldingRegisters(4501, 1);
Serial.println(result);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants