Elio-Chedid
Elio-Chedid
I guess it's related to the router or to the ISP because when I changed the network that I'm connected to it worked I but couldn't find the issue to...
I changed the network that the machine hosting ngrok is connected to it. On Wed, Nov 1, 2023 at 11:21 AM PandaDEV ***@***.***> wrote: > connected to what? > >...
> Having the same issue as @Masterz69 . "error: Error updating service for device xxxxxxxxxx: Padding is incorrect. Probably wrong API key." I know I'm 3 years late but did...
> should work if API key is correct. Also I have a script that uses the guts of this project but I've updated to overcome a couple issues - this...
import ewelink from ewelink import Client, DeviceOffline, Power import asyncio import time @ewelink.login('password', 'eamail') async def main(client: Client): device = client.get_device('xxxxxx') print(device.params) await device.edit(Power.on) when I run this code I'm...