Skip to content
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

OpMode 8 Missing from AirConditioner.ts #328

Open
JasonGoldenDDT opened this issue Dec 29, 2024 · 0 comments
Open

OpMode 8 Missing from AirConditioner.ts #328

JasonGoldenDDT opened this issue Dec 29, 2024 · 0 comments

Comments

@JasonGoldenDDT
Copy link

JasonGoldenDDT commented Dec 29, 2024

Continuing to debug my setup to improve device status accuracy in the Home App. I notice the Home App the device will appear as BLACK text. It's unclear why this happens. If manually triggered or randomly the device will appear as blue text when in the "On" position.

In reviewing my detailed (HAP messages enabled) log over a period of several days, I see the AC module only report OpMode 8 when on or OpMode 0 when off. I've included a reporting snapshot the device returned.

My automation sets the device to "Cool" its default at power on is "Eco." IR sent a hex for On/off Toggle (remote button) and then a hex for the mode changing it from "Eco" to "Cool."

I have 2.0.0 beta 4 installed.

I use this plugin as a fallback for IR control. Home automation checks the device status to confirm IR commands received, if not commands are sent to "reset" the device using this plugin. Sending an "off" then "On" to sync with IR status.

IMG_2222

Model Number
LW1217ERSM1.AT1AUSH|

�[37m[12/25/2024, 1:51:54 AM] �[39m�[36m[homebridge-lg-thinq]�[39m �[90m[Air Conditioner] Received snapshot:  {"airState.windStrength":6,"airState.bellSound.control":1,"airState.diagCode":0,"airState.lightingState.displayControl":1,"airState.wDir.hStep":0,"mid":5643484500,"airState.energy.onCurrent":1030,"airState.quality.sensorMon":0,"airState.tempState.target":16,"airState.energy.yearlySaved":4,"airState.operation":1,"timestamp":1735127489562,"fwUpgradeInfo":{"upgSched":{"upgUtc":"0","cmd":"none"}},"airState.notification":18,"static":{"deviceType":"401","countryCode":"US"},"airState.tempState.current":24.5,"airState.reservation.sleepTime":0,"airState.DR.northAmerica":0,"airState.reservation.targetTimeToStart":0,"meta":{"allDeviceInfoUpdate":false,"messageId":"6MAE9qajRoOU4l0EjDgvmg"},"online":true,"airState.opMode":8,"airState.reservation.targetTimeToStop":0,"airState.filterMngStates.maxTime":250,"airState.filterMngStates.useTime":0}�

In the code "0" is Cool... in the log and device behavior for my model "0" is off.

When OpMode is "8" I see airState.operation = 1.
When OpMode is "0" I see airState.operation = 0.

Screenshot 2024-12-29 at 10 47 46 AM

LMK what additional context I can provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant