-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望大佬能够添加KFR-72L/CE2空调设备的支持 #295
Comments
Title: I hope you can add support for KFR-72L/CE2 air conditioning equipment |
那就是这个不属于空调默认的AC类型? 你这个是带加湿功能的空调?不属于传统的空调设备? |
So this is not the default AC type for air conditioners? Is this an air conditioner with humidification function? Not a traditional air conditioning device? |
是的,是带有加湿功能的空调。美的APP产品品类叫做立柜式空调。 |
Yes, it is an air conditioner with humidification function. The product category of Midea APP is called vertical cabinet air conditioner. |
step 1. 局域网任意PC安装midea-local库: step 2: 在局域网尝试discover设备: 如果step2执行有报错,可以尝试指定美居的用户名和密码试试,例如 |
step 1. Install the midea-local library on any PC in the LAN: step 2: Try to discover the device on the LAN: If there is an error when executing step 2, you can try specifying the user name and password of Meiju, for example, |
谢谢,大佬的指导。按照您的提示,进行了操作。指定了美的美居的账号密码也是一样的报错。在HA下ping了该地址是没有问题的。 |
任何数据包都无法收到,那这个设备看起来使用的并非现有的控制协议和标准,可能有点麻烦了,用不了现有的方案。 可以尝试使用其他端口扫描工具,例如nmap之类的,扫描一下这个ip上开放的端口和服务等。 |
If no data packets are received, it seems that this device does not use the existing control protocols and standards. It may be a bit troublesome and the existing solution cannot be used. You can try using other port scanning tools, such as nmap, to scan the open ports and services on this IP. |
使用 nmap -A -Pn 192.168.1.84命令尝试了扫面得到如下信息 TRACEROUTE OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . |
没有扫描到开放的端口,不过mac地址已经显示不是美的了。 |
No open ports were scanned, but the mac address already showed that it was not beautiful. |
和美的确认了一下,该空调在设计上和其他空调不同。IP地址是没有问题的。经过不断的尝试,扫描到了一个服务端口。使用的扫描命令为:nmap -p - -T3 192.168.1.84。具体信息如下: Nmap done: 1 IP address (1 host up) scanned in 285.27 seconds |
@yang605256182 是的,目前看,端口号可能都完全不一样了。那大概率协议可能也不一样。 你可以先试试看做如下源码的修改: **修改源码的方法:**任意PC机,windows,linux或者mac都可以,安装python3即可,然后 |
|
|
@yang605256182 你这个看起来是新的模式和新的协议,有可能是美的新做的物模型2.0版本协议,都需要美的官方授权和认证才能实现双向通讯,可能比较尴尬。 |
@yang605256182 Yours seems to be a new model and new protocol. It may be Midea's new object model version 2.0 protocol. Both require official authorization and certification from Midea to achieve two-way communication, which may be embarrassing. |
不太清楚加密后是什么样子。目前所有信息和状态都可以抓到。是安卓客户端。对于通讯和协议这块我不太懂~ |
Not sure what it looks like after encryption. Currently all information and status can be captured. It is an Android client. I don’t know much about communication and protocols~ |
目前暂时应该无法支持这款设备,先close这个issue了 |
This device should not be supported for the time being. Please close this issue first. |
Device type and model (or SN)
SN:00000031822259015232403800490000
The description of new feature
使用集成无法发现该空调设备,使用的美的美居APP进行控制。十分感谢各位大佬~
The text was updated successfully, but these errors were encountered: