sqshr

Results 2 comments of sqshr

Ok, so- I've looked a little more. I _think_ the issue comes from line 123 onwards in wiki.py `folder = root[len(cfg.wiki_directory + "/"):]` If I remove the `+ "/"` from...

I had the same issue, debug logging showed me that the battery state of charge was expected as an integer, but coming through as a float. I created a template...