Demax121

Results 2 comments of Demax121

Hi @jasonacox I've tried your code, and have achieved interesting results ``` #Device configuration BEGIN import os import tinytuya # Load device configuration from environment variables DEVICE_ID = os.environ.get("DEVICE_ID") DEVICE_IP...

I have tested the changes and come with the results. First I've checked using my earlier scripts blinds state: ``` $ python blinds_status.py {"state": "open", "battery": 90} ``` Then I`ve...