Replies: 17 comments 2 replies
-
Let it Check later. |
Beta Was this translation helpful? Give feedback.
-
@softwarecrash @bigdigital |
Beta Was this translation helpful? Give feedback.
-
Badly No, PayPal ist linked in the Project for donation. |
Beta Was this translation helpful? Give feedback.
-
Okay. |
Beta Was this translation helpful? Give feedback.
-
@v-moto pls contact me in discord so i can send you a test version |
Beta Was this translation helpful? Give feedback.
-
Hi, I’m also an owner of such an inverter. I can join the tests too! |
Beta Was this translation helpful? Give feedback.
-
I have already received the beta, today I will test it, if everything goes well, I will write the result |
Beta Was this translation helpful? Give feedback.
-
Where are you from? And do you have an original adapter for this inverter? |
Beta Was this translation helpful? Give feedback.
-
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... |
Beta Was this translation helpful? Give feedback.
-
Figured out the registers and made a working version based on ESPHOME. |
Beta Was this translation helpful? Give feedback.
-
@sMusia How did you manage to get the data? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Hi there! |
Beta Was this translation helpful? Give feedback.
-
Hello, my friend, can you make a tutorial on how to make a BMS cable? and which one should lead to the battery and which one should lead to the inverter? I use a hybrid inverter POW-HVM6.2K-48V-LIP and 2 amsan 48v 100ah wall mounted batteries . Can you help me ?? |
Beta Was this translation helpful? Give feedback.
-
I use pin-to-pin straight RJ-45 cable connected to RS-485 port on BMS and inverter but your case could be different if your batteries aren't based on JK-BMS hardware. Then I was playing with protocol selection on BMS and on inverter. I don't remember which one I'm using. I will check in a few days and write it here. |
Beta Was this translation helpful? Give feedback.
-
@sMusia Using your example makes it read okay but I can't change any value. Maybe you can suggest how to solve this? |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions