-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
[DEVICE_ADD] POW-HVM6.2K-48V-LIP Add Modbus support #179
Comments
Let it Check later. |
@softwarecrash @bigdigital |
Badly No, PayPal ist linked in the Project for donation. |
Okay. |
@v-moto pls contact me in discord so i can send you a test version |
Hi, I’m also an owner of such an inverter. I can join the tests too! |
I have already received the beta, today I will test it, if everything goes well, I will write the result |
Where are you from? And do you have an original adapter for this inverter? |
I am from Ukraine. Unfortunately, I don’t have the original adapter. Here's the story: I had a POW-HVM-3.5H-24V inverter. At that time, there was no information on the internet about the communication protocol with the inverter, so I independently developed a way to retrieve some telemetry for HomeAssistant. Later, I switched to ESPHOME, which provided more telemetry data. Now, I’ve upgraded to the POW-HVM6.2K-48V-LIP and discovered the com port (RS232) and RJ45 (RS485). I couldn’t establish communication with either port—the inverter simply didn’t respond. That’s when I started thinking that the folks at POWMR might have changed the communication protocol. Then I came across Solar2MQTT and this query... |
@sMusia How did you manage to get the data? |
I used ESP8266, connection: esp: tx_pin: GPIO1, rx_pin: GPIO3 -> (RS-232 to UART, MAX3232) -> com_port: pin 2 - TX, pin 3 - RX, pin 5 - GND, pin 9 - +12-15V (with a step-down power module for ESP8266 and MAX3232). ESPHOME yaml in attachment. Very important!: Make as few requests as possible on the Modbus bus, refer to - Optimizing modbus communications - https://esphome.io/components/modbus_controller |
Is your feature request related to a problem? Please describe
I cannot connect a new inverter to the HA
Describe the solution you'd like
I received a description of the inverter's communication protocol from the manufacturer, please add minimal support for this device
Modbus_RTU communication description.pdf
Describe alternatives you've considered
I did not find alternatives for this device, and it is not advisable to buy their adapter because it cannot be connected to HA
Additional context
No response
The text was updated successfully, but these errors were encountered: