petretiandrea
petretiandrea
Can you report the OS info and Hardware Info where Ha is running? Also, the firmware version of tapo device and kind of type?
CPU architecture?
> > CPU architecture? > > Of the VM, or the NAS? My DS920 has an Intel Celeron J4125. Are you running vm using ARM cpu architecture? Which version of...
I need a state report of tapo device
You must install plugp100 library by `pip install plugp100==2.1.18` and run this python script: ```python import asyncio from plugp100 import TapoApiClient async def main(): # create generic tapo api sw...
Nice work. Can you take 2/3 app screenshot with color wheel related state change by python script? You can follow this approach: 1. open app and change color 2. take...
@Thorvarium Many thanks, I will work on it
I've added a basic support to L930, lighting effects require more effort because I need to update plugp100 library. To test L930 basic support you must setup on HACS store...
Hi @Thorvarium, I'm trying to add effects support to my plugp100 library. I've released a new experimental version, you can install by using `pip install plugp100==2.1.19` . I need your...
The api Is changed. Have you copy the example script from the link above?