-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for new auth #47
Conversation
apatsufas
commented
Oct 18, 2023
•
edited
Loading
edited
- Fixes issue where devices would not connect after firmware update
- Stability improvements
- Code refactoring and under the hood improvements
I am using this plugin inside the Homebridge Accessory Manager adapter in iobroker and can confirm that this (1.5.0-beta3) allows my L510 bulbs to be controlled again. But this only works for "the rest of the day": next morning state changes do not change the physical lamp anymore. However, a restart of the Homebridge Accessory Manager fixes this and everything works again. So I guess there is some initialization code which needs to be run again once there is some sort of session expiry. Edit: other Homebridge plugins I use within HAM do not require this restart, hence my assumption that this behavior is TAPO-specific. |
Even worse: I believe that once this happens, the plugin goes wild until my Raspberry becomes unresponsive.
And then the syslog content ends. That's the last entries, nothing else for hours until I force-rebooted it. (It did not even respond to ping.) In the iobroker log at the same time:
"Change" between equal states. I can't tell whether this is caused by embedding inside iobroker or by the plugin itself, so I don't open an issue, but I wanted to let you know within this PR that something might be wrong. |
Is there any new information when the update will be released? |