python-sengled-client icon indicating copy to clipboard operation
python-sengled-client copied to clipboard

A simple Python client to control Sengled [light] accessories.

Results 5 python-sengled-client issues
Sort by recently updated
recently updated
newest added

Hi, I got the wifi sengled light bulbs, and set them up w/o issues. I can control them now using the mobile app and google home. I was very excited...

login returns this: ``` {'ret': 0, 'msg': 'success', 'jsessionid': 'f30831c4-62df-496c-ba4f-77fe18ebc0d2', 'appServerAddr': 'https://us-elements.cloud.sengled.com:9000/zigbee/', 'ucenterAddr': 'https://us-ucenter.cloud.sengled.com:443/user/', 'gret': 0, 'serverVersionMin': '3', 'serverVersionNow': '3', 'nick_name': ', 'user_id': } ``` but get_device_details() returns an empty...

I received the message: `response: {'ret': '100', 'msg': 'not logined or expired' }` just after "request: device/getDeviceDetails.json, {}" when trying to run a script. (that's not a typo... it says...

Thanks so much for your project. Can you provide an example for reprogramming the light schedule on the hub? I was hoping to use your library for periodic, automated updates...

Hi, I was wondering if there was a way to use this library with the Sengled Smart LED Bluetooth Mesh Bulb. Thank you,