basking-in-the-sun2000 / solar-logger

A datalogger for a solar inverter. Stores data in influxdb and displays it in grafana. Has load diverting capability, to use the inverter's excess power
GNU General Public License v3.0
97 stars 31 forks source link

Huawei.py file missing ? #29

Closed BelMaseto closed 2 years ago

BelMaseto commented 2 years ago

Hi,

Great job, I've started my own integration project so I'll learn a lot from your code.

But seems that Huawei.py file is missing. It should have the inverter configuration, It's called from utils. Could you check this ? Thanks in advance.

BelMaseto commented 2 years ago

My fault, sorry...

basking-in-the-sun2000 commented 2 years ago

no problem. The idea is so new releases won't overwrite any changes you have done. The code copies the defaults onto a working copy. Also notifies you if there are any changes to the register map.

Glad you found it useful

verisgit commented 2 years ago

Using the latest version of the code mine didn't create a Huawei.py either I had to create one manually from the default file. Not sure if that's intentional?