-
-
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
Voltronic Axpert MKS IV 5.6kW compatible #18
Comments
Nice to see you here, too! :-) How many PV strings does your inverter support? One or two? |
It only have one PV input. I don't know if this information is relevant, but I leave it here: Main CPU Firmware Version: 00074.01 |
In this case you should give it a try with the official component included in espbome. If it doesn't work out of the box please increase the log level to debug and post some logs here. |
Hello @syssi, I only see the reference to configure mqtt in secrets, but is not also necessary to declare in the yaml file? |
You have to extend the |
Hello @syssi, After being blessed with the miracle of life, I became a dad! Now I'm back to this fight. Just a note, based on this comment I connected the inverter directly to the ESP32. So i don't know if the timeouts are due to this direct connection. I have a RS485 module, do you think I can connect it to the inverter and ESP32, or should it be a RS232 module? And this is the yaml code.
Tks |
Congratulations! :-) You should disconnect the ESP as soon as possible. The logic level of a RS232 connection is -12V / +12V. The logic level of an ESP is 0V to 3.3V. The level shifter / RS232 to TTL converter is super important. At the worst case the GPIOs of your ESP are already toasted. |
Hmmm.. if you are sure the logic level of the RJ45 jack is 0V/3.3V and not -12V/+12V you should try to swap RX/TX because the TX pin of the inverter must be connected to the RX pin of the ESP and vice versa. |
I probably toasted the GPIOs of the ESP. Do you think there is any problem using the RS485 module? |
RS485 doesn't help here. It's another kind of signaling. |
Hello, have you resolve the problem timeout? |
Hi Syssi I had the timeout issue and solved it swapping Rx and Tx (I am using the Max3232 level shifter as per your schematics).
I am using MQTT, here it is my config:
As Amagr0 does, I too was wondering if there is the need to set QPIRI, QPIWS, QMOD and QPIGS values sowehow, like in the Docker version (which I didn't tried since the EspHome integration would be perfect). Thank you for your work, please help us (me and nuvolare12) to get your integration working! |
Ok, my fault, I didn't recognized in my logs that for example
So now the whole thing is working, thank you! |
Hello Sebastian,
It's amazing your contribution for the community, I found you in esphome-jk-bms and now here.
I'm struggling to put the docker-voltronic-homeassistant to work, and then I found in HA forum your post about this ESPhome version, that I'd like to try since I'm more familiar with ESPhome than Docker stuff. Actually I was getting data in HA from my inverter, but sometimes I lose connection. In Docker I was getting "unhealthy" status, I decided to install everything again but now I'm not getting any data at all in HA, so I'm here.
I was looking for your ESPhome yaml file and did not find any way to define the QPIRI, QPIWS, QMOD and QPIGS value, like in the Docker version?
How is this made?
Do you think my inverter will by compatible?
Thanks
André Magro
The text was updated successfully, but these errors were encountered: