v1.7.0-dev3
Pre-release
Pre-release
·
119 commits
to refs/heads/main
since this release
Notice
- Have added some logging on INFO level.
- If the "debounce" function works as expected, the follow three lines should be seen in the logs.
2023-02-19 21:16:26.638 INFO (MainThread) [custom_components.ev_smart_charging.helpers.general] debounced.wait_time= 1.0
2023-02-19 21:16:27.640 INFO (Thread-16) [custom_components.ev_smart_charging.helpers.general] debounced.call_function()
2023-02-19 21:16:27.642 INFO (MainThread) [custom_components.ev_smart_charging.coordinator] Turn on charging
-
The first line could appear multiple times.
-
The second line should only appear once and should not be running in the MainThread.
-
The third line should only appear once and should be running in the MainThread. (Instead of Turn on, it could be Turn off.)
-
If anyone is using this pre-release, please let me know in #131 how it works.
-
Also, I had trouble with my charger, and had to reboot it. Maybe the problems I saw were due to a charger problem. I have so far not been able to recreate the problem in my development environment.