I recently wrote an integration which sends EG4 18kpv and GridBOSS data to MQTT, collecting it via RS485 wired directly to device. These are devices I own, but it could work with other LUX based inverters too. It functions through raspberry Pi or regular PC. Code is here: GitHub - galets/eg4-modbus-monitor
I am open to modding the code to support other devices, if anyone here is willing to be my tester
not sure which it is, but in the UI itās the Battery Backup Mode. Would love to be able to read and set it. This allows you to have it use the grid and have it charge your batteries at the same time which is great when there is a weather warning (automation kicking it off in home assistant) and then switch back once the warning goes away.
Appears to be 110 bit 11. But would have to experiment with what that does to make sure itās the correct one in the UI. Just flipping it to battery backup (which I think setting it to 1 does because nothing else matches) charges the batteries to target and powers the load from PV and AC using PV first if possible.
I canāt find anything else it would be. The New UI has this as a separate option and it isnāt obvious in the old interface what it was.
I was planning on trying something like this. Ideally, I want something that can run on an ESP32 and send the data directly to influxdb. I read somewhere the HDMI is just using 4 pins for power and modbus. Sounds like a good candidate for ESP32 + ETH.
Thanx for adding me, I took the plunge to upgrade my HASS as it is notorious to break all my PLC integrations running modbus and it was over a year old (old automation habit - if it works, leave it alone). So yeah, after the upgrade, guess what, everything broken again. After 2 days of working out all the snags and renaming all the new arrays and mappings (trigger ā triggers and then - trigger inside etc.) I finally got my system running again.
Then i could start the integration of the LuxPower project of yours. Holeeee worksheet⦠The integration pulls in data that is no where to be found. It is not in their mobile app, nor on the installers menus. At least not in the new menu they launched not so long ago.
I actually considered to build something myself by reverse engineering the protocols between the dongle and the inverter (also with ESP32 and ether as it is āmodbusā), but I am glad I didnāt. All the snags are nicely listed in your repo and catered for by the integration. It saved me months worth of work.
So to anyone that takes exception as to why @guybw does not publicly post, join the team and see for yourself what went into it. You will not regret joining the team!!!
PS: one of the main contributors of the Lux-bridge project, is the uncle of the girlfriend of someone I know well⦠Small worldā¦
I canāt find an email that matches up to your username but Iām totally caught up with requests now so if you DM me on here I will get you sorted (if I havenāt already sent you an invite) oh and yes I support all LUX Inverters and EG4 inverters and also I now cover all dongles
Hi @poldim Iāve explored this and I did actually get data off the HDMI but itās incredibly hard and writing is on another level! There is a commercial company that has done this and has created there own LUX approved dongle and he took my work and turned it into a product as I just donāt have the money (and more importantly time / skillset to do it) they do it via MQTT but itās just as good and is around 2/3 seconds refresh. DM me if you want details.
Thanks for the kind words, yeah, itās 5 years of work to get it to this point!
I did realise Iāve got about 420+ discussions on it and around 400+ closed issues (Iām not sure thatās a good thing or not but they are all resoved now.