celsworth / lxp-bridge

A bridge to MQTT/InfluxDB/Postgres for communications with LuxPower inverters
MIT License
9 stars 14 forks source link

Fix max_chg_curr and max_dischr_curr #242

Closed presto8 closed 5 months ago

presto8 commented 6 months ago

Values are divided by 10 and not 100.

Verified against web dashboard of EG4 6000XP inverter.

celsworth commented 6 months ago

Huh, surprised I never noticed this one. I'm hoping that the EG4 doesn't use a different divider to Luxpower inverters, but I'm not in a position to check that at the moment as I'm not currently using my own Lux (swapped over to Victron a while back).

I'd appreciate if anyone was able to confirm this is the case for Lux inverters as well?

celsworth commented 5 months ago

Oh didn't realise this was only in ReadInputAll, I see the other one is already /10 - merging :)