jasonacox / Powerwall-Dashboard

Grafana Monitoring Dashboard for Tesla Solar and Powerwall Systems
MIT License
268 stars 57 forks source link

Update README.md #460

Closed youzer-name closed 3 months ago

youzer-name commented 3 months ago

fixed database triggers to use "... and end_date >= date(new.datetime_local) ..."

(previously did not have date() function on datetime_local)

jasonacox commented 3 months ago

Thanks @youzer-name !