In #7 we introduced support for newer Tapo devices by using a fork of PyP100.
Currently, the docker image uses the PyPi version of PyP100
and so cannot work with Tapo devices running a firmware version >= 1.2.1
Raising this ticket to track the process of moving the docker image over to using the fork
Activity
22-Dec-23 17:22
assigned to @btasker
23-Dec-23 10:16
In #7 we installed with
I don't want to do that here - we'll end up with a new (and unknown) version every time that the image is rebuilt. Instead, I want to pin to a specific commit: if we find a need to update the module it's then obvious what we've moved from and to.
23-Dec-23 10:17
We'll pin to the (current) most recent commit - which just so happens to be the merge for my PR
23-Dec-23 10:24
Commit 18f501843d48f8263ea0cd0d197becb2012c72d3 refers