Closed BeanXOfficial closed 2 years ago
Also stopped working for me, but the homeassistant logs indicate:
Unable to install package PyP100==0.0.18: ERROR: Cannot install pyp100==0.0.18 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit
Rolling back to home-assistant 2022.2.9 resolves the issue.
I also have this issue, and have had to roll back to previous Core version. I’ve attempted the upgrade twice.
Similar error here after updating: Requirements for tapo_p100_control not found: ['PyP100==0.0.11'].
Same problem here. After update to 2022.3.X the integration doesn't work anymore.
I switched to the following integration: https://github.com/petretiandrea/home-assistant-tapo-p100
The integration can be installed via HACS. Configuration is very easy.
Maybe it's a workaround for you, too.
Yes I also did this. Thanks.
Strange I tested that repo with 2022.3.X and it didn't work for me with 2022.3.1 : https://github.com/petretiandrea/home-assistant-tapo-p100/issues/148 @pascalprey Your tapo devices work with that repository with 2022.3.1 ? Thanks
@kerozoli yes, I have four P100 WiFi plugs and every plug works perfectly with the integration from above. No issues.
Same issue for me. Tried a work around of changing the mainfest.json to "PyP100>=0.0.11"
to see if that would make it happy, and knowing that was one of the previous versions I used. It didn't work and changed the error from
Unable to install package PyP100==0.0.18: ERROR: Cannot install pyp100==0.0.18 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit
to
Unable to install package PyP100>=0.0.11: ERROR: Cannot install pyp100>=0.0.11 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit
tried a pip3 install PyP100
through sshing into my HA container and it failed too, something to do with pycryptodome
. Was going to try to --nodeps
but didn't wanna risk it.
Rolled back to 2021.12 for now.
same here; pycryptodome==3.9.8 has to be built, but no gcc in the container.
Same issue here, any workaround?
Hi, i switched to https://github.com/petretiandrea/home-assistant-tapo-p100, installed via hacs and add devices via integration. had to reconfigure some schedules and scenes. but vi is my friend ;)
Similar error here after updating: Requirements for tapo_p100_control not found: ['PyP100==0.0.11'].
Followed the advice and switched to https://github.com/petretiandrea/home-assistant-tapo-p100. Installed manually in custom_components, and added through the UI - automations are again working
Hi, Sorry this has taken so long. I believe the issue is to do with outdated dependencies within PyP100. I have now updated them and will produce a fixed version of this soon.
Fixed in 257d414
I haven't changed anything in my config and Home Assistant gives me the following error:
Platform error switch.tapo_p100_control - Requirements for tapo_p100_control not found: ['PyP100==0.0.18']. Platform error switch.tapo_p100_control - Requirements for tapo_p100_control not found: ['PyP100==0.0.18']. Platform error switch.tapo_p100_control - Requirements for tapo_p100_control not found: ['PyP100==0.0.18']. Platform error switch.tapo_p100_control - Requirements for tapo_p100_control not found: ['PyP100==0.0.18'].
Here is my config (in a seperate switches.yaml):