krishgcek

Results 20 comments of krishgcek

I am experiencing the same issue. Is it possible to disable MCP tool while running.in headless mode via any environment variable

`05:34:52 - openhands:DEBUG: action_execution_client.py:370 - [runtime 6faf08acdbc246c4bf43d3fa3ebb0c7e] Updating MCP server to: [{'name': 'fetch', 'command': 'uvx', 'args': ['mcp-server-fetch'], 'env': {}}] 05:35:02 - openhands:INFO: agent_session.py:194 - Agent session start 05:35:02 - openhands:ERROR:...

> Can you share the data you get back from `d.status()`? Sometimes the switch value is in a different position (DPS). DEBUG:decrypted 3.x payload='{"dps":{"1":false,"9":0,"18":0,"19":0,"20":2214,"21":1,"22":591,"23":24585,"24":13476,"25":3090,"26":0,"38":"memory","39":false,"40":"relay","41":false,"42":"","43":"","44":""}}' DEBUG:payload type = DEBUG:decoded results='{"dps":{"1":false,"9":0,"18":0,"19":0,"20":2214,"21":1,"22":591,"23":24585,"24":13476,"25":3090,"26":0,"38":"memory","39":false,"40":"relay","41":false,"42":"","43":"","44":""}}' DEBUG:status()...

> Wow, that's a big list for a smart plug! Did you run the setup wizard? If so, you should have a `devices.json` file that will have the mapping of...

Dp 20 value is volt. So reading is correct

> Try this: > > ```python > import tinytuya > import time > > tinytuya.set_debug(True) > > d = tinytuya.OutletDevice(DEVICEID, DEVICEIP, DEVICEKEY) > d.set_version(3.3) > > # Show status of...

After I manually turned on, Current Status of Plug: {'dps': {'1': True, '9': 0, '18': 0, '19': 0, '20': 2249, '21': 1, '22': 591, '23': 24585, '24': 13476, '25': 3090,...

I am not in home . I am using a remote connector to connect my home lan. So udp is not accessible. I will the scan after reaching home (mostly...

Here is what I got. Unknown v3.3 Device Product ID = keyjup78v54myhan [Valid Broadcast]: Address = 192.168.0.112 Device ID = lmKxZ1Vi8mO4kpll9VUz (len:20) Local Key = Version = 3.3 Type =...

ice.active&et=1&t=109&uuid=2M81Krr1iyiI&v=4.4&sign=e6a86de76fe68eb518c1e39abbbbd783', version='HTTP/1.1', remote_ip='10.42.42.40') [06:40:46.831987 LOG (Client)] ==== Request body === {"token":"9kwbwC1h","softVer":"1.1.8","productKey":"keyjup78v54myhan","protocolVer":"2.2","baselineVer":"40.00","productKeyStr":"keyjup78v54myhan","devId":"tIZccYzRuLW1tr57hsZC","hid":"b8060d192605","modules":"[{\"otaChannel\":9,\"softVer\":\"1.1.8\",\"online\":true}]","devAttribute":579,"cadVer":"1.0.3","cdVer":"1.0.0","options":"{\"isFK\":true,\"otaChannel\":0}","t":109} [06:40:46.832036 LOG (Client)] ==== End request body === [06:40:46.832897 LOG (Server)] Response: {'result': {'schema': '[{"type":"obj","mode":"rw","property":{"type":"bool"},"id":1},{"type":"obj","mode":"rw","property":{"min":0,"max":86400,"scale":0,"step":1,"type":"value"},"id":9},{"mode":"ro","property":{"min":0,"max":50000,"scale":3,"step":100,"type":"value"},"id":17,"type":"obj"},{"mode":"ro","property":{"min":0,"max":30000,"scale":0,"step":1,"type":"value"},"id":18,"type":"obj"},{"mode":"ro","property":{"min":0,"max":80000,"scale":1,"step":1,"type":"value"},"id":19,"type":"obj"},{"mode":"ro","property":{"min":0,"max":5000,"scale":1,"step":1,"type":"value"},"id":20,"type":"obj"},{"mode":"ro","property":{"min":0,"max":5,"scale":0,"step":1,"type":"value"},"id":21,"type":"obj"},{"mode":"ro","property":{"min":0,"max":1000000,"scale":0,"step":1,"type":"value"},"id":22,"type":"obj"},{"mode":"ro","property":{"min":0,"max":1000000,"scale":0,"step":1,"type":"value"},"id":23,"type":"obj"},{"mode":"ro","property":{"min":0,"max":1000000,"scale":0,"step":1,"type":"value"},"id":24,"type":"obj"},{"mode":"ro","property":{"min":0,"max":1000000,"scale":0,"step":1,"type":"value"},"id":25,"type":"obj"},{"mode":"ro","property":{"type":"bitmap","maxlen":6},"id":26,"type":"obj"},{"type":"obj","mode":"rw","property":{"range":["off","on","memory"],"type":"enum"},"id":38},{"mode":"rw","property":{"type":"bool"},"id":39,"type":"obj"},{"type":"obj","mode":"rw","property":{"range":["relay","pos","none","on"],"type":"enum"},"id":40},{"type":"obj","mode":"rw","property":{"type":"bool"},"id":41},{"type":"obj","mode":"rw","property":{"type":"string","maxlen":255},"id":42},{"type":"obj","mode":"rw","property":{"type":"string","maxlen":255},"id":43},{"mode":"rw","property":{"type":"string","maxlen":255},"id":44,"type":"obj"}]', 'devId': 'lmKxZ1Vi8mO4kpll9VUz', 'resetFactory': False,...