Mitsubishi Electric Integration Missing Mode #10937
Replies: 7 comments 15 replies
-
I have the same issue with MSZEF25V....did you have found a solution for it? |
Beta Was this translation helpful? Give feedback.
-
Mmm i just wanted to ask which version you have. As i like the tasmota
firmware but the library isnt included in 9.3 😬
|
Beta Was this translation helpful? Give feedback.
-
It looks like your air conditioner has a new mode it operates in. The currently understood modes are these: #define MIEL_HVAC_UPDATE_MODE_HEAT 0x01
#define MIEL_HVAC_UPDATE_MODE_DRY 0x02
#define MIEL_HVAC_UPDATE_MODE_COOL 0x03
#define MIEL_HVAC_UPDATE_MODE_FAN 0x07
#define MIEL_HVAC_UPDATE_MODE_AUTO 0x08 But your unit is reporting 0x09. Do you have any idea what mode you think you're running in and what it's called? |
Beta Was this translation helpful? Give feedback.
-
Can you try the attached diff? |
Beta Was this translation helpful? Give feedback.
-
Here are the outputs for all the modes of the AC (Sorry for the delay): `MiEl Fan Only: 14:34:14 MQT: tele/tasmota_5F410B/SENSOR = {"Time":"1970-01-11T14:34:14","MiElHVAC":{"Temperature":23.0,"Operation":"OFF","Compressor":"OFF","roomtemp":"0300000D00ACAE000000000000000000","status":"06000000000000000000000000000000","stage":"09000000020000000000000000000000"},"TempUnit":"C"} Auto: 114:34:54 MQT: tele/tasmota_5F410B/HVACSETTINGS = {"Power":"ON","Mode":"auto","HAMode":"auto","Temp":23.0,"FanSpeed":"auto","SwingV":"auto","SwingH":"RR","Bytes":"0200000108080000000005AE00000000"} Cool: 14:36:07 MQT: tele/tasmota_5F410B/SENSOR = {"Time":"1970-01-11T14:36:07","MiElHVAC":{"Temperature":23.0,"Operation":"ON","Compressor":"ON","roomtemp":"0300000D00ACAE000000000000000000","status":"06000006010000000000000000000000","stage":"09000000020000000000000000000000"},"TempUnit":"C"} Dry: 14:33:07 MQT: tele/tasmota_5F410B/SENSOR = {"Time":"1970-01-11T14:33:07","MiElHVAC":{"Temperature":23.0,"Operation":"ON","Compressor":"OFF","roomtemp":"0300000D00ACAE000000000000000000","status":"06000000010000000000000000000000","stage":"09000000060000000000000000000000"},"TempUnit":"C"} Heat: 14:33:37 MQT: tele/tasmota_5F410B/SENSOR = {"Time":"1970-01-11T14:33:37","MiElHVAC":{"Temperature":21.0,"Operation":"ON","Compressor":"OFF","roomtemp":"0300000B00ACAA000000000000000000","status":"06000000010000000000000000000000","stage":"09000000010000000000000000000000"},"TempUnit":"C"} ` |
Beta Was this translation helpful? Give feedback.
-
Hi @dgwynne ! EDIT: |
Beta Was this translation helpful? Give feedback.
-
Added in #22216 |
Beta Was this translation helpful? Give feedback.
-
PROBLEM DESCRIPTION
I am using the Mitsubishi Electric module and it is working fine - turns on the AC to each mode, sets temp, etc, but it does not show the current mode the AC is in, it only shows ON or OFF.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Add a driver for Mitsubishi Electric HVAC/airconditioners #9237
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
I have another ESP8266 running the same binary connected to a Mitsubishi Electric MSZ-SF50VE3 with no issues.
Working AC logs:
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
Beta Was this translation helpful? Give feedback.
All reactions