-
Notifications
You must be signed in to change notification settings - Fork 43
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
Bug(AC): 美的柜机 KFR-72L/N8KS1-1P 报告了错误的湿度 #514
Comments
Title: Midea Cabinet KFR-72L/N8KS1-1P Reports the wrong humidity HA versionNo response Integrated Version0.6.6 The integrated version that was previously available0 Equipment type and modelAir Conditioner 22251637 (32773) by Midea Apps usedBeautiful beauty Detailed description of the problem/bugIn Midea Meizu, this air conditioner will not display humidity information. No operation log involves, so there is no log. The logsNo response |
After reading https://github.com/wuwentao/midea_ac_lan/blob/master/doc/AC.md, I still don't know whether could I set something as "customize" to disable humidity. |
@scegg 编辑Extra sensor/额外的传感器,取消室内湿度/indoor humidity,重启,看看是否可以解决问题? |
@scegg Edit Extra sensor/extra sensor, cancel indoor humidity/indoor humidity, restart, see if it can solve the problem? |
目前全都没有选择(默认值)。 将indoor humidity外的其他值都选择后,重启HA,问题依旧。而且还增加了新的entities。 ![]() 目前,climate提供了所有属性(包括indoor humidity)。 |
There is no choice at present (default). After selecting all other values outside the indoor humidity, restarting HA, the problem remains. And new entities have been added. ![]() |
仍然需要提供一下debug log,我需要确认一下你这个30%怎么来的,目前看,HA默认值好像是30%最小。 |
I still need to provide a debug log. I need to confirm how you got this 30%. At present, the default value of HA seems to be 30% minimum. |
好的。如何获取需要的log? ![]() Update: 正在修改configuration.yaml打开debug log…… |
OK How to get the required log? |
看了一下log,有多台AC空调设备,一台StudyAirCon是0:
不过这台Living Room AirCon确实解析成30了:
解析成0的应该是默认值,解析成30这个,应该是出错了。 这个湿度,有的空调是支持,所以就加上了,导致不支持的空调就显示0或者解析错误的设备就显示错误的结果了。 AC空调的设备子类型和调节分叉太多了,一直也没顾上处理,就比如上面2款空调的结果。 需要您的设备SN信息,针对这个子类型,去看如何修改或者是加不同的if/else分支,还得保证工作正常的设备仍然使用此功能(可以直接参考debug里面的方法获取SN)。 类似issue: #502 |
Living Room AirCon:
Study AirCon:
|
我也是同样的问题,显示湿度固定为50%,SN:'00000031122251189222007M04560000,暂时的解决办法是删除了climate.py中的湿度部分 日志如下
|
如果能用customize允许关闭部分内部传感器也许可行? |
If you can use customize to allow the partial internal sensor to be turned off, it may be possible? |
不行,customize是控制的midea-local里面的数据,这个是在HA的midea_ac_lan,属于二个不同的范围,应该是控制不了(或者有啥复杂的办法,具体我没太关注,这是二个不同的范围)。 |
No, customize is the data in the midea-local controlled by the control. This is in the midea_ac_lan of HA. It belongs to two different ranges and should not be controlled (or there are any complicated methods, I didn't pay much attention to the specific ones, these are two different ranges). |
确实存在这个问题 但是我咋记得以前的版本不会自动把湿度勾选 |
This problem does exist, but how do I remember that the previous version will not automatically check the humidity |
HA版本
No response
集成版本
0.6.6
之前可正常使用的集成版本
0
设备类型及型号
Air Conditioner 22251637 (32773) by Midea
使用的App
美的美居
问题/Bug详细描述
在美的美居中,此空调不会显示湿度信息。
但本插件会把湿度信息报告给HA,且值明显与家中其他传感器的值不同。(报告30%,其他传感器60%+)。
不涉及操作log,因此没有log。
The logs
No response
The text was updated successfully, but these errors were encountered: