[APP][Pro] LG ThinQ integratie

Ha Heren,

Ik heb momenteel veel issues met het installeren van de waterpomp en de aansturing.
Is het zo dat homey, dmv de integratie met LG ThinQ geen thermostaat koppeling meer nodig heeft? Of moet dit nog wel? Ik heb nu namelijk geen thermostaat gekoppeld door de muur heen in de veronderstelling dat ik hem wel manueel aan stuur via Homey, welke op zijn beurt weer Toon uitleest.

Beste Martin,

Ik probeer mijn nieuwe airco(s) juist gebruik laatst toegevoegd in de LG thinq en ik wil deze toevoegen in Homey. Maar wanneer ik dit doe krijg ik een foutmelding
Inloggen via de app lijkt te lukken dat zie ik in het form maar de apparaten toevoegen lukt niet. Kan jij helpen
@Martin_Verbeek ?

log: eef71b39-1272-4375-b686-25c59849042a

@Martin_Verbeek

Hi!

Is it OK to ask for adding products here?

I was wondering if it’s possible to support LG Washer/Dryer Combo machines? I can add my combo machine as a “washer”, but the problem is that I can’t choose a washing program and add “dry” as an option.

Thanks in advance!

With best regards,
Arta

1 Like

@Martin_Verbeek
Ik heb een droger type RC80U2AV0Q
Als ik deze in standby zet, dan kan ik deze na een korte periode niet uit standby halen. De opdracht “Zet bedrijfsmode droger op Uit slaapstand” wordt succesvol doorlopen

Log:
undefinedundefined-Invalid Date-undefined undefined err] [Driver:ThinQDryer] [Device:dbbbef23-ee9c-4e7a-8813-45af51037c1a] execCommand Droger {“command”:“Set”,“ctrlKey”:“WMControl”,“dataSetList”:{“washerDryer”:{“controlDataType”:“POWEROFF”,“controlDataValueLength”:1,“controlDataValue”:0}}} Error: {“resultCode”:“0100”,“result”:{“data”:null}}
2024-11-13T16:13:42.122Z [log] sendCommandToDeviceWithRetry 0 undefined Error: {“resultCode”:“0100”,“result”:{“data”:null}}
at /app/lib/SmartThinqClient.js:746:23
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async SmartThinqClient.sendCommandToDeviceWithRetry (/app/lib/SmartThinqClient.js:757:24)
at async DeviceDryer.execCommand (/app/drivers/SmartThinqDevice.js:110:9)
at async DeviceDryer.executeOff (/app/drivers/ThinQDryer/device.js:242:9)
at async /app/drivers/ThinQDryer/device.js:154:21
at async DeviceDryer._onSetCapabilityValue (/node_modules/@athombv/homey-apps-sdk-v3/lib/Device.js:167:5) Droger
undefined-Invalid Date-undefined undefined err] sendCommandToDevice Droger {“command”:“Set”,“ctrlKey”:“WMControl”,“dataSetList”:{“washerDryer”:{“controlDataType”:“POWEROFF”,“controlDataValueLength”:1,“controlDataValue”:0}}} 0100 FAIL

will take a look at it…

Other than the previous issue with temperature and humidity reporting being off (divided by 10) for two of my models I’ve noticed the following: the vertical swing and horizontal swing trigger do not trigger.

The device has both vertical_swing and horizontal_swing set to null, but it does have hStep and vStep enums set. Which do update, where 100 is swing and 0 is not. These however don’t have trigger cards.

Thanks again for your effort in making and maintaining the app :slight_smile:

Hi All,

I recently bought a heat pump dryer of LG. But it seems it is not possible to start the dryer from within a flow. As far I can see there is no option to do this.


But if I look under the devices and select the dryer there is an option to start the chosen program
Is it a bug and is it possible to fix this?

Thanks you in advance!

Hereby also a screenshot of the device options of the heat pump dryer in the app to start a chosen program

Will open an issue for it.

@Martin_Verbeek i am getting an error at the moment with my LG Airco. It worked just fine. Today after a reboot it doesn’t anymore. This is the error. Do you have any ideas?

undefined-Invalid Date-undefined undefined err] [Driver:ThinQAC] [Device:b39d2c2c-a4e5-4ec7-a7ae-b54038011373] execCommand Airco {“command”:“Set”,“ctrlKey”:“basicCtrl”,“dataKey”:“airState.powerSave.basic”,“dataValue”:1} TypeError: Cannot read properties of undefined (reading ‘access_token’)

Looks like a certificate is expired, This might be become an issue for many. Looking for a solution.

4 Likes

Ik krijg de volgende melding met Homey en de LG Thinq app:
undefinedundefined-Invalid Date-undefined undefined err] Login Cannot read properties of undefined (reading ‘data’)
2024-11-29T14:43:58.511Z [log] NL nl-NL
2024-11-29T14:43:58.505Z [log] Init ThinQ client
2024-11-29T14:43:58.497Z [log] [SmartThinqApp] onInit() Update Settings: {
username: ‘',
password: '
’,
debug: false
} { username: null, password: null, debug: false }
2024-11-29T14:41:08.075Z [log] [SmartThinqApp] cpu warning
2024-11-29T14:41:08.074Z [log] [SmartThinqApp] cpu warning
2024-11-29T14:40:58.071Z [log] [SmartThinqApp] SmartThinq 3.1.18 is initialising.
2024-11-29T14:40:58.071Z [log] capturing stderr
2024-11-29T14:40:58.068Z [log] capturing stdout

Could this also be the same issue? All sensor status doesn’t update and can’t change mode with all my 5 ThinQ airco’s

It probably is when it started today

1 Like

Same issue here with an LG airco. Hope a fix can be found soon!

It will be not that easy.

1 Like

Integratie Googlehome en ThinQ app direct werken beide nog wel zonder problemen maar dat zal vast al bekend zijn.

1 Like

Direct pb wordt niet zomaar altijd gewaardeerd vandaar had ik een topic gestart

Sinds wat aanpassing in bedrade netwerk hier wat troubles met bedienen van airco’s LG met de app ThinQ @Martin_Verbeek

Wachtwoord gereset
App restarted
Homey restarted
LG app en Googlehome bedienen wel

In Homey telkens opmerking rood
Er is iets misgegaan bij het aansturen
Met detail
Missing capability listener

Heb een report aangemaakt
5aba9896-026c-4441-ae4d-7bfd13e05d9d

Andere ook problemen of iets lokaals of instellingen zoals nu blijkt ligt het elders

1 Like

Hope you can fix it! Your app worked perfectly. Thanks!

1 Like

So it’s actually about expired certificate on https://emp-oauth.lgecloud.com/ ?

If you are using Axios, I guess you can bypass the validity of security certificate/date.

httpsAgent: new https.Agent({
          rejectUnauthorized: false  /

At least I had to use this nasty workaround in some other case… but true is it’s not something to be fixed by you, rather than by LG.

1 Like