-
Notifications
You must be signed in to change notification settings - Fork 21
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
Subscribe to power states? #7
Comments
The |
And will the node issue that when the connection is closed (I assume that will be when it goes on standby) even if I never issued a command?
|
yes, it should |
Well, I’ve had to resort to polling the TV on port 3000 and generating my own event from when it goes away or comes back - the control output isn’t flexible enough, because I need to send out a command to the TV to get an updated result back...
|
My tv (C8) it will almost always return true. I get no message when I hit the power button on the remote :( Any way to detect these power states? |
I confirm that the node sends only the "true" status, "false" does not receive. Please fix this so that both statuses work. |
+1 |
Hello, I also use contrib-lgtv and have the problem that after switching off the TV with the IR remote control and then switching the house to sleep, the device comes on again. This is done with the "turnOff" command in alternation ... on / off / on / off ... it works for a few minutes, then the TV falls into deep sleep. Thank you in advance! |
hello again, I recognized the problem and was able to find a solution for myself. New TV's have a setting in the menu that allows the TV to be switched on via an app. In the original LG app, there is only one button called "Switch off TV". This button toggles the on / off state if the setting in the TV's menu allows it to be switched on via apps. The TV remains permanently accessible via ping, as soon as the setting has been switched off, the node or ping is disconnected after approx. 30 seconds. Problem solved. |
Bit of a late response, but for whomever is interested: I noticed this issue too. Turns out, there TV broadcasts an empty You can use my package by running |
I can’t seem to be able to be notified when the TV is turned off. The homebridge webOS plugin seems to do that by poking at the port, but it would be nice to have an event made available to Node-Red.
The text was updated successfully, but these errors were encountered: