github JurajNyiri/HomeAssistant-Tapo-Control 5.1.8

latest releases: 7.0.0, 6.1.9, 6.1.8...
2 years ago

Fixes

  • Fixes #330: Cameras getting stuck in "Clear" and "Detected" state since 2023.5.0

Important note

I was able to restore original flawless working functionality on all of my cameras(*except the ones with unrelated firmware issue) by including the old version 0e8f139) of onvif integration (Tapo-Control uses EventManager from it) along with onvif-zeep-async==1.2.11.
This is not a long term solution, and we should work on getting this fixed upstream.

Sooner or later we want to jump back to using the latest and greatest onvif code from HA. If you have a Tapo camera, please test it with official onvif integration. If you are experiencing inconsistencies like described above:

  1. Disable tapo_control integration
  2. Restart camera
  3. Enable debug logs:
logger:
  default: error
  logs:
    custom_components.tapo_control: debug
    custom_components.onvif: debug
    homeassistant.components.onvif: debug
    zeep: debug
    httpx: debug
    onvif: debug
  1. Add onvif for that camera
  2. Report your observation in the issue.

Don't miss a new HomeAssistant-Tapo-Control release

NewReleases is sending notifications on new releases.