midea-msmart: Timeout by getting response
Hi @mac-zhou,
I am very glad that you try to connect locally! I try to connect with a normal python script with my comfee ac (Midea build)
When I try to connect I get always in lan.py line 40
response = sock.recv(512)
I get always an timeout.
2020-05-19 00:07:36,137 Finalize request data: aa20ac00000000000003410000ff03ff00020000000000000000000000000004e9
2020-05-19 00:08:02,701 Connect the Device 192.168.178.116:6444 TimeOut.
I checked my ac. IP and Port is open.
my script looks like this:
#!/usr/bin/env python3
from msmart.device import device as midea_device
device_ip = "192.168.178.116"
device_id = "19791209312906"
client = midea_device(device_ip, int(device_id))
device = client.setup()
device.refresh()
Can you help me investigating?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 47 (29 by maintainers)
this’s set command not response, ignore the indoor and outdoor temperatures.