Replies: 1 comment 4 replies
-
Ah, nice to see it works at all with an EG4 inverter, I think you're the first to confirm it. I can see a few things here, some of which I can fix: The Similarly
I'll look into getting the charge power exposed to HA as well, shouldn't be too difficult, just to track down the right registers :) |
Beta Was this translation helpful? Give feedback.
-
Hey thanks for making this awesome plugin. It's been a lifesaver with the terrible software/app on the EG4/Lux inverters. I'm using HA to do advanced scheduling of AC charge and battery discharge on a TOU plan.
Anyways, with the EG4 combo, I'm not getting the correct battery temp reported. It constantly reports 6C. I think this is maybe an issue with the EG4 specific firmware or the powerpro battery bms. On the inverter LCD it's self it only list he max and min cell temp and no generic battery temp. Now the bridge is pulling and logging the max and min temp. Now how would I go about getting that into a sensor in HA? I know enough around this code to be dangerous but this got a little above my head.
This is my print out of inputs 3,
[2023-12-17T13:46:32.357 INFO lxp_bridge::mqtt] publishing: lxp/(serialnumber)/inputs/3 = {"max_chg_curr":20.0,"max_dischg_curr":20.0,"charge_volt_ref":56.0,"dischg_cut_volt":45.0,"bat_status_0":0,"bat_status_1":0,"bat_status_2":0,"bat_status_3":0,"bat_status_4":0,"bat_status_5":0,"bat_status_6":0,"bat_status_7":0,"bat_status_8":0,"bat_status_9":0,"bat_status_inv":3,"bat_count":1,"bat_capacity":280,"bat_current":2.85,"bms_event_1":0,"bms_event_2":0,"max_cell_voltage":34.05,"min_cell_voltage":33.94,"max_cell_temp":0.8,"min_cell_temp":0.5,"bms_fw_update_state":0,"cycle_count":35,"vbat_inv":54.3,"time":1702845992,"datalog":"(serialnumber)"}
Now that max and min cell temp is correct. The inverter LCD and battery LCD read out 8C and 5C. The 6C that it being reported from inputs 2 is not correct.
lxp/(serialnumber)/inputs/2 = {"e_pv_all":32.5,"e_pv_all_1":32.4,"e_pv_all_2":0.1,"e_pv_all_3":0.0,"e_inv_all":165.0,"e_rec_all":185.7,"e_chg_all":200.8,"e_dischg_all":158.9,"e_eps_all":1.1,"e_to_grid_all":50.7,"e_to_user_all":1354.0,"fault_code":0,"warning_code":0,"t_inner":25,"t_rad_1":41,"t_rad_2":35,"t_bat":6,"runtime":1563325,"time":1702845998,"datalog":"(serialnumber)"}
Also any change is being able to change the AC and PV (Battery Priority) charge power?
Beta Was this translation helpful? Give feedback.
All reactions