utilities/tp-link-to-influxdb#10: Update docker image to use forked PyP100



Issue Information

Issue Type: issue
Status: closed
Reported By: btasker
Assigned To: btasker

Milestone: v0.25
Created: 22-Dec-23 17:22



Description

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



Toggle State Changes

Activity


assigned to @btasker

In #7 we installed with

pip3 install git+https://github.com/almottier/TapoP100.git@main

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.

We'll pin to the (current) most recent commit - which just so happens to be the merge for my PR

pip3 install git+https://github.com/almottier/TapoP100.git@35c3d383ad595505941e8bc10c80ea8903077fdd

Commit 18f501843d48f8263ea0cd0d197becb2012c72d3 refers