-
Notifications
You must be signed in to change notification settings - Fork 161
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
AC display light switch not working #475
Comments
Please attach diagnostic |
Same thing for me... Its not working. |
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Hi! Are there any updates on this issue? |
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Still an issue. |
I also have issues with S09ET and S12ET (RAC_056905_WW-RAC) airco's. The display light button is present for both ACs. When toggling the button the ACs do make a beep sound, but nothing happens. See also #515 |
Hi! I tried modifying ac.py but it doesn't work. The AC unit beeps and doesn't do anything. In the diagnostic file, I have "airState.lightingState.displayControl": 0.0 . I think this modification works for other AC models, but it isn't working for S09ET and other different variations. |
Hi there, tried it to, but does'nt help, but seems to point in the right direction. |
Also hitting this issue with the below model, unit beeps but display remains on. RAC_056905_WW-RAC (AC) |
Ok, "airState.lightingState.displayControl": 1.0, Above is Display light off (From aircon data.) "airState.lightingState.displayControl": 0.0, This was display ON Below is "airclean data "on" from unit "airState.lightingState.displayControl": 0.0, Below is airclean data "off" from unit. "airState.lightingState.displayControl": 0.0, Here is the airclean mapping data from unit.
Below is the mapping data of the display. "airState.lightingState.displayControl": { Here is the python command setting code. ADD_FEAT_POLL_INTERVAL = 300 # 5 minutes LIGHTING_DISPLAY_OFF = "0" MODE_OFF = "@off" MODE_AIRCLEAN_OFF = "@AC_MAIN_AIRCLEAN_OFF_W" "airclean" works fine, but display does not. Changing 1 & 0 to Did not work. |
The homebridge lge plugin works as expected, could be worth taking a look at what they are doing |
This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Bump |
The problem with controls is that I need the right command to use. |
@ollo69 There isn't an option for 'display light' in the app, there is a button on the physical remote control though which works. |
But I suppose that remote use infrared, doesn't it? So this should not be possible to implement at all. |
Yes, the remote is infrared. |
I can try but I don't know how to code in python too much. If someone tells me what to do I can try |
Yes I tried too and there is no option to activate/deactivate the light in the LG Thinq androïd App... |
@ollo69, I tested version 0.35.1 here, but the swicth is inverted in relation to the real status of the display. Diagnostic files: |
I believe that the switch should remain active regardless of the conditioner being turned on, as the configuration will be changed in the same way, but the physical display will only be turned on if the conditioner is in operation and the switch is active. In other words, I can change the setting regardless of the mode the conditioner is in (on/off). And when we use the remote control, this behavior occurs as well. |
I see a "Bell sound" section...
Interesting! 😃
But off topic, thanks for looking in to it @Ollo!
Op do 2 nov 2023 22:15 schreef dougiteixeira ***@***.***>:
… @ollo69 <https://github.com/ollo69>, I tested version 0.35.1 here, but
the swicth is inverted in relation to the real status of the display.
Diagnostic files:
- Switch ON - Display OFF.txt
<https://github.com/ollo69/ha-smartthinq-sensors/files/13244549/Switch.ON.-.Display.OFF.txt>
- Switch OFF - Display ON.txt
<https://github.com/ollo69/ha-smartthinq-sensors/files/13244550/Switch.OFF.-.Display.ON.txt>
—
Reply to this email directly, view it on GitHub
<#475 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFCKJFLPCITGIYNL6U636P3YCQEN7AVCNFSM6AAAAAATV4TS4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJRGU2DMOJXGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I'm not understanding how to determinate this. Let's wait for others feedback. |
Well, I'm not at home till Sunday to test but I can say that was usefull to have the switch even when the AC was off. Another point, to me the switch was not inverted, so no need to invert the logic. |
It should be great have diagnostic from someone that say that logic is inverted, as @mukaschultze or @pedropaislopes |
@ollo69 here you go, diagnostic data and logs when toggling the switch ac-off-light-off.json |
@ALL, please test last release and let me know if switch logic is correct for all. |
Logic is inverted for me now. (v0.35.1) Edit: 1. The switch in on with the unit off at startup, after that it respects the (inverted) state. diagnostics-light-on-sensor-off.json.txt |
Now everything works fine... the switch matches the real state of the display (v0.35.2). Diagnostic files: |
This is because the setting is being changed successfully, but the display on some conditioners will only be limited if the conditioner is operating. |
Hey @ldotlopez, version 0.35.2 was released which corrected this inversion for me, your diagnostic files show version 0.35.1, can you confirm if updating to version 0.35.2 makes any changes? |
Thanks @dougiteixeira, I missed that second update. It works OK now |
@ollo69 latest version works like a charm for me, thank you very much for looking into this! Bought you some coffee |
For me no change. Unable to adjust the display. There is a beep but no change. |
may be this doesn't work for all devices, but attach device diagnostics so I can check if exist some difference with known working devices. |
@ollo69 |
Go on integration page and select download diagnostic. |
Hi! I can confirm that everything is OK now, on displays with correct and on displays with inverted logic. Thanks a lot! |
I checked your diagnostic but it is identical to the others, so I have no idea why is not working for you. |
I close this issue, everything should be done was done. If there are other issue or request please open a new thread. |
Just adding this here for people looking for a way arround with the model RAC_056905_WW. I could not find the fix, but just a diagnosis. |
Kind of random, but kind of related, has anyone tried to disabled the beeping sound? Some remotes have that option but mine doesn't assume AC doesn't support disabling the beeping 😔 |
@ALL, this was already discussed a lot. The light control is there (exactly the same used by other integration) but not all AC device support this control via API. |
Since I don't believe we'll ever get these functions added by LG let me share how I've modded the units around my house to solve those problems. For the beeping sound just take the cap of the piezo beeper and remove the metal disc (save it for a later date should you ever feel nostalgic). For he display, I've taped some aluminium tape on top of the display and it dims the light enough for it to be used on our son's bedroom. |
Describe the bug
Hello! I have a problem with the display light on an S09ET AC unit. The switch is always off and if I toggle it the unit beeps but doesn't do anything. I can control the light from the remote but not from the LG app.
Expected behavior
control the display light from HA
Screenshots
If applicable, add screenshots to help explain your problem.
Environment details:
Output of HA logs
Paste the relevant output of the HA log here.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: