Sometimes the official app behaves that way. Try the app that @Peter_Kawa suggested.
Yeah, I installed the âplusâ app. It was a bit tricki, it didnât want to find my tv, but it finally did and it is working. Much more responsive, flow starts quicker. Overall - better app. But to make it run, it looks like you need to go deep inside the dark net xD haha
Is the app supported by the hp 23 model? I dont understand what you install in github?
The community LG Webos app by Max vd Laar.
Search the forum
for âhow to cliâ for how to install it.
https://github.com/MaxvandeLaar/homey-webos-plus
You can download the app with this link:
https://github.com/MaxvandeLaar/homey-webos-plus/archive/refs/heads/master.zip
The other LG app, by Athom, is available from homey.app
As mentioned already:
Thank you for the answer. I tried to follow this guideline to download with node.js, but I dont understand what âDownload the release file webos-plus-v*.zip for the latest release and unzip.â mean. Could you explain?
EDIT: Seems this was fixed with âhomey loginâ
SoâŚI wanted to try this again. Had a look at it on my old homey, but now Iâm having some problems installing it.
I install Node.js, unpack the zip, open a command line as admin, installing homey (npm i -g homey), getting some nagging about versions, then when I try to install the app I get the following. Any ideas how to fix it?
I am sorry I dont know. How do you specify that the starting text in node is the app folder location? If that makes any sense.
I finally managed to download the app and it shows homey, but when I try to search for devices, nothing is there⌠Any suggestions?
Update: It found the tv but now I cant turn it on using homey
If youâre able to turn it off (with the Homey LG app), when itâs on, you have to dig into your TV energy settings. Due to energy saving stuff, it doesnât listen to network commands when itâs off/standby.
When you find something like âturn the tv on with the mobile appâ, enable it.
Connecting the TV to LAN instead of wifi might help as well.
I lost the ability to also turn off the tv and therefore tried to remove the device. When I then tried to add the tv back again, the app didnât find the tv. Any ideas ?
Hi HĂĽkon,
Why would removing the device solve anything?
Anyways, I really think it should be somewhere in the TV settings, as I tried to point out.
One other possibility, your LG got an other IP address, so Homey possibly canât find it (looking up IP adresses is not Homeyâs best skill).
Check the DHCP table in your (probably) router, or use Android Fing or Ning to discover itâs IP.
Make sure to reserve IP adresses for both Homey and the TV, so they always get same IP.
To compare, these are my settings, works great for almost 4 years now:
Did you try this setting? Might help:
Thank you! I will take a look at this when I get the time and come back to you
Does that mean I have to specify an ip adress on the homey and tv? If thats the case, how do I do that?
Edit: would the ethernet cable for homey be a smart buy to help with this later on?
Yes, it works more reliable. It should be done with your DHCP server, usually a part of your modem or router.
You can use this search phrase, enter the brand (+ type) of your modem/router
https://duckduckgo.com/?q=How+do+I+reserve+an+IP+address+on+my+my_router_brand_here+router
.
I think itâs always a smart move. But, if you donât experience signal dropouts now, it wonât differ with connecting to the TV
I see. So i have to choose a specific ip on my router?
Does this mean I have to connect the mac adress to both tv and homey to the same ip?
Edit: should i do this through the router settings or is there a place in homey app and lg tv to change ip?
Joining the thread even though it has been sometime since last post.
Trying to make a flow that turns off light in a specific room when TV is turned off (also the opposite turning specific lights on when TV is activated).
My simple flow as now is
âWHENâ LG TV is inactivated âANDâ the time is 23.00 âTHENâ turn off Hue lights in room.
The opposite also includes when lux is below a value (Fibaro-sensor) turn on the light.
In the off command I have tried both inactive and stopped playing.
Doing a test in the flow window it works but in real life it doesn´t - that is if TV is on and the time is after 23.00 and i turn off the TV the lights doesn´t turn off.
It seems like a simple flow that should work but for some reason it doesn´t.
Would appreciate some suggestions
There is no âAND the time is 23.00â card, only a âWHEN the time is âŚâ or âAND the time is earlier/later than âŚâ
If youâre using the correct card and it still doesnât work, simplify your flow to find out where itâs going wrong.
For example:
- WHEN the TV is turned off THEN send a notification to myself
That will tell you if the WHEN card is actually working or not.