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
I have this controlling LG ducted Air Conditioning.
The issue is many of the fan modes are in CAPITALS and this is rejected by HA.
- low
- medium
- high
- auto
Seems to be OK but when run I get
Executed: 28 June 2024 at 11:48:48
Error: Fan mode HIGH is not valid. Valid fan modes are: low, medium, high, auto
Result:
params:
domain: scene
service: turn_on
service_data: {}
target:
entity_id:
- scene.global_air_con_on_gnd_floor
running_script: false
child_id:
domain: automation
item_id: '1705399156510'
run_id: 896fe367f31aa202d13a3bd4ca31c75d
I have gone to scenes.yaml and changec all in caps to lower letters, but this does not work and i get the same errors.
Either the system needs to ignore case, or if you can tell me where the case of these modes is set I can edit is so the scenes will work correctly.
The text was updated successfully, but these errors were encountered:
low, medium, high and diffuse are ok. If I use LOW_MID and MID_HIGH from home assistant, the app (and the climate) doesn't recognize them. They are not present on the climate, so they should be removed.
RAC_056905_WW-RAC (AC)
da LG
Firmware: clip_hna_v1.9.203
I do not understand what is the scene that is not working, but I suppose that issue is in the scene and not in the integration. HA treat fan modes case sensitive so you must provide the required fan mode with the right case. In any case this is not an integration issue and that specific error is raised by HA and not by integration.
I have this controlling LG ducted Air Conditioning.
The issue is many of the fan modes are in CAPITALS and this is rejected by HA.
Seems to be OK but when run I get
Executed: 28 June 2024 at 11:48:48
Error: Fan mode HIGH is not valid. Valid fan modes are: low, medium, high, auto
Result:
params:
domain: scene
service: turn_on
service_data: {}
target:
entity_id:
- scene.global_air_con_on_gnd_floor
running_script: false
child_id:
domain: automation
item_id: '1705399156510'
run_id: 896fe367f31aa202d13a3bd4ca31c75d
I have gone to scenes.yaml and changec all in caps to lower letters, but this does not work and i get the same errors.
Either the system needs to ignore case, or if you can tell me where the case of these modes is set I can edit is so the scenes will work correctly.
The text was updated successfully, but these errors were encountered: