Quick Charge #180
-
Hi I'm trying to get the same behaviour as the quick charge button in the luxpower app in home assistant. Has anyone figured it out? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 10 replies
-
First thing to check would be turn on debug logging and see what lxp-bridge logs when you press the Quick Charge button. This will be more revealing than just watching MQTT as it'll tell us what packets are coming from the inverter in response to the commands Luxpower sends. Unfortunately it's a lot more involved to see the actual commands sent but we can usually work it out from the inverter responses we do see. I've never actually pressed the Quick Charge so not sure of its exact behaviour. Does it just enable AC Charge for a certain time period then turn it back off? |
Beta Was this translation helpful? Give feedback.
-
This is what I can see happen in the GUI when I click the quick charge button: AC Charge field changes from whatever setting you were on to "According to Time". When the 1 hour elapses or the stop quick charge button is pressed, the fields return to their previous values that were set before the quick charge button was pressed. |
Beta Was this translation helpful? Give feedback.
-
Maybe I can help a little here as I have SNA5000's. I have implemented this functionality before there was this "quick charge" thing on the luxpower app. I am guessing both @Philip-Hel and @Sboshoff76 are South Africans and have to deal with our version of rotational power cuts (LoadShedding) at all weird hours of the day and that's why we need this functionality. :) Right now I have a little flow set up in Node-Red that gets triggered via MQTT from Home Assistant based on the LoadShedding calendar. It does the following to start the "quick charge":
It does the following to stop the "quick charge":
On the HA side, I have 2 simple buttons - 1 to start the charge and one to end the charge. These are used for when I manually want to quickly flip the switch to stop consuming from battery and start the AC charge and vice versa. All these buttons do is a very simple MQTT publish which then gets picked up by Node Red to start the relevant flow. For the automated charge from HA, I use the LoadShedding calendar and trigger a quick charge ~2 hours before the LoadShedding is scheduled to start, only when the sun is no longer shining and the batteries are < 40% charged. Here is what that automation looks like in Node-RED, but you could actually do this straight from HA: And the flows for easy import into Node-RED: What I will do tonight is maybe just do a dump of what modbus commands the "Quick Charge" button on the app sends and compare to what I already do and then post back with those details. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Really healpful! |
Beta Was this translation helpful? Give feedback.
-
Hey Guys, had a read over the above but from my playing around i get the blow options, i've tried manually setting them in MQTT but nothing seems to change. Any pointes on what i'm doing wrong Quick Charge Start Quick Charge Stop |
Beta Was this translation helpful? Give feedback.
-
Yeah the one register solution as I implemented above still going strong so far |
Beta Was this translation helpful? Give feedback.
-
My inverter is the 5Kw variant of this one https://luxpowertek.com/lxp-hybrid-3-6k |
Beta Was this translation helpful? Give feedback.
-
Hi. Sorry to ask in this thread but seems you guys know about what registers do what. I cant find the register that needs to be changed to turn export to grid on/off. I want to use it in order to see what the excess pv is available as I'm building a device that will control my geyser element output so want to use the export number as the same Watt amount to be sent to my geyser for heating. |
Beta Was this translation helpful? Give feedback.
Maybe I can help a little here as I have SNA5000's. I have implemented this functionality before there was this "quick charge" thing on the luxpower app.
I am guessing both @Philip-Hel and @Sboshoff76 are South Africans and have to deal with our version of rotational power cuts (LoadShedding) at all weird hours of the day and that's why we need this functionality. :)
Right now I have a little flow set up in Node-Red that gets triggered via MQTT from Home Assistant based on the LoadShedding calendar. It does the following to start the "quick charge":