mletenay / home-assistant-goodwe-inverter

Experimental version of Home Assistant integration for Goodwe solar inverters
https://discord.gg/TaXyWXT
MIT License
146 stars 38 forks source link

cell voltage scale error #244

Closed tacoroumen closed 7 months ago

tacoroumen commented 8 months ago

battery_max_cell_voltage : Battery Max Cell Voltage = 334.0 V battery_min_cell_voltage : Battery Min Cell Voltage = 333.8 V

This should be 3.340V and 3.338V

Inverter: GW6000ES20

mletenay commented 8 months ago

Indeed. It is reported in mV not V. Could you provide me the raw response from the log files ? (All my test samples contain 0 there ...)

tacoroumen commented 8 months ago

Where would this log be? i cant find it @mletenay

mletenay commented 8 months ago

HA log, just enable debug on integration and it should log raw hex values

tacoroumen commented 8 months ago

it doesnt show any logs, where does it log these logs? @mletenay

mletenay commented 7 months ago

Fixed in v0.9.9.14