Closed jonesPD closed 4 years ago
Looks like the "sum" unicode character isn't being displayed.
Have a look on line 48 of example.py, you'll see "{production_today:.2f}kWh ∑ {production_total:.2f}". Are you running the script using python3, because that will automatically interpret the code as UTF-8.
Check, removing these characters solves the issue. It seems to be some package missing from my python3 installation. Thanks.
Hi I get an error when trying it out:
Tried playing with the code a bit, but I couldn't figure it out. Any ideas? My git clone is still in sync. dump_all does show energy readings and does not result in errors. I'm connected to the set_app wifi. Thanks for looking into this.