-
Notifications
You must be signed in to change notification settings - Fork 232
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
燃气热水器温度显示不正确 #152
Labels
Comments
同样的问题,请问有解决么 |
别的型号热水器未报过此问题,你能把你的机器的SN发到我邮箱georgezhao75@gmail.com吗,说明一下你是谁,什么问题。 我看看你机器的协议和其它人有何不同。 |
georgezhao2010
added
bug
Something isn't working
compatibility?
Maybe not compatible with existing protocols
labels
Aug 10, 2023
该日志中的消息经用型号 {
"status": {
"version": 1,
"out_water_tem": 40,
"temperature": 77,
"water_volume": 0,
"bathtub_water_level": 0,
"zero_cold_tem": 0,
"bath_out_volume": 0,
"return_water_tem": 40,
"change_litre": 13,
"power_level": 0,
"type_machine": 28,
"person_tem_one": 80,
"person_tem_two": 84,
"person_tem_three": 0,
"in_water_tem": 20,
"change_litre_switch": "on",
"capacity": 1,
"gas_lift_precent": 0,
"power": "on",
"feedback": "off",
"cold_water": "off",
"cold_water_master": "off",
"cold_water_dot": "on",
"cold_water_ai": "off",
"cold_water_pressure": "off",
"bubble": "off",
"appoint_switch": "on",
"bathtub": "off",
"person_mode_one": "off",
"person_mode_two": "off",
"person_mode_three": "off",
"gesture_function": "on",
"gesture_function_type": 0,
"safe": "off",
"mode": "shower",
"zero_single": 0,
"zero_timing": 0,
"zero_dot": 0,
"error_code": "none"
}
} js的plugin中可以找到该型号的定义, "51100HX2": function() {
return i({}, d, {
isHalfTem: !0,
modeList: [u.kitchen, u.intelTemperature],
funcList: g(["changeLitre", "gestureFunction"]),
gestureFunctionList: [{
name: "关闭",
value: 5,
index: 0
}, {
name: "厨房洗",
value: 0,
index: 1
}],
actionNFCName: "开机/关机启动",
actionNFC: "power",
configureNFCArr: [{
name: "开关",
value: "power",
index: 0
}, {
name: "厨房洗",
value: "kitchen",
index: 1
}]
})
}, 其中 在温度设置中,
可见当isHalfTem时应将温度/2处理。 应该通过自定义项解决 |
georgezhao2010
added a commit
that referenced
this issue
Sep 6, 2023
已于v0.3.21中支持自定义温度项解决 |
rokam
added a commit
to midea-lan/midea-local
that referenced
this issue
Jul 28, 2024
copied from `E3` georgezhao2010/midea_ac_lan#152 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new method to customize precision for temperature settings. - Added a property to access the precision half setting easily. - **Enhancements** - Improved temperature data processing based on the new precision setting for better configurability. - Expanded test coverage with new unit tests for the `MideaX40Device` class to ensure reliability and functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Lucas Mindêllo de Andrade <lucas@mindello.com.br>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
日志
异常
HASS 中显示的温度,总是APP 和实际温度的两倍。
设备信息
说明书型号:
JSQ25-13HX2
HASS 设备信息:
数据
The text was updated successfully, but these errors were encountered: