Bart Verweire
Bart Verweire
Hi, the problem is that formatter replaces numbers with text, which is then sorted by datatable, e.g. using the example from @Minded13 `3` In order to sort this correctly, you...
I've tested this with a more recent version of python (and the packages), where it does work. ``` async-timeout==4.0.2 Brotli==1.0.9 cachelib==0.9.0 click==8.1.3 colorama==0.4.5 contextvars==2.4 dash==2.6.2 dash-bootstrap-components==1.2.1 dash-bootstrap-templates==1.0.7 dash-core-components==2.0.0 dash-extensions==0.1.6 dash-html-components==2.0.0...
Hi @AnnMarieW I've done some more tests, and found that the minimum version of dash-extensions is 0.1.1. I was also trying see how to put this in the requirements.txt file,...
Hello, I don't think you really need the refresh token. With some slight modifications, I can keep on using the api, without ever manually refreshing the token. See [https://github.com/bartverweire/py-shiny-enphase/blob/main/enlighten.py](https://github.com/bartverweire/py-shiny-enphase/blob/main/enlighten.py) for...