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

do_map error #6

Closed bdkacz closed 3 years ago

bdkacz commented 3 years ago

Hi

after last update in log I get this error "do_map error: local variable 'e' referenced before assignment"

probably source of error is line 102 in main.py

best regards Bartosz

basking-in-the-sun2000 commented 3 years ago

Thanks for the heads up. I copied over the exception print code, but it used the error from the exception 😊

Fixed it in the current fc8cfa9