You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
Model Number
LW1217ERSM1.AT1AUSH|
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.
homebridge-lg-thinq/src/devices/AirConditioner.ts
Line 21 in b837bf9
LMK what additional context I can provide.
The text was updated successfully, but these errors were encountered: