MyDlink-API-Python icon indicating copy to clipboard operation
MyDlink-API-Python copied to clipboard

MyDlink Cloud Python API

Results 7 MyDlink-API-Python issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the repo! How can I connect to live view http://192.168.0.90:8088/live.m3u8? It asks for a username/password, but I've tried several combinations and nothing!

Good afternoon. I tried your library with this code: from mydlink_api.mydlink import MyDlink mydlink = MyDlink(email="my_mydlink_mail", password="my_dlink_password") device_id = "camera_id" device_list = mydlink_client.get_device_list() print(device_list) the following error occurred:>>> %Run dlink.py...

Hello, i used the example code ```python import argparse import logging from mydlink_api.mydlink import MyDlink if __name__ == "__main__": logger = logging.getLogger(None) logger.setLevel(logging.INFO) parser = argparse.ArgumentParser( description="API to Connect MyDlink...

Hello, I want to install your API for my DCS8300-LH camera, but i don't write pip install on my home assistant (pip command not found on terminal & SSH addon)....

Hello, thanks for your great work. Is it possible to change the State of Power Switches (DSP-w118)? Thanks for your reply Alex

Are you planning to implement more functions such as retrieving live video feed from cameras? This could be a potential Integration in Home Assistant. Let me know how can I...

Hello and thanks for this good start for querying/setting data on Dlink cameras I'm trying to modify the code to fetch the privacy settings and eventually set the PTZ. I...