Skip to content
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

'PowerON' failure #108

Closed
tygerlord opened this issue Jun 2, 2021 · 2 comments
Closed

'PowerON' failure #108

tygerlord opened this issue Jun 2, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@tygerlord
Copy link

Hello,

I have Philips 58PUS7505/12 (buy in 2020) but I can't run the 'PowerOn' command.

I can have the 'powerstate' and others command seems working (not all tested).

'PowerOff' is OK.

With Android application 'Philips TV remote', I can switch on/off. Amazing, on 'PowerOn' application show
a message to inform you that it can take a long time to power on (up to 1 min). I'm asking myself why ...

'allow_power_on' give back message forbidden.

I can make some tests to help.

Regards

@tygerlord tygerlord added the bug Something isn't working label Jun 2, 2021
@tygerlord tygerlord changed the title [BUG] 'PowerON' failure Jun 2, 2021
@tygerlord
Copy link
Author

tygerlord commented Jun 2, 2021

Wait a minut,
I will try WOL as soon as possible

in fact, this will not help, I'm in wifi and 'Philips TV remote' successfully 'PowerOn' so there are another way

@tygerlord
Copy link
Author

tygerlord commented Jun 2, 2021

Ok got it,

This work with WOL with a little tip, it use port 1925 at least for WIFI connected set (the set must not be in deep sleep mode too)

For Home assistant for exemple, I use a script :

start_tv:
  sequence:
    - service: wake_on_lan.send_magic_packet
      data:      
        mac: "XX:XX:XX:XX:XX:XX"  
        broadcast_address: 192.168.X.X
        broadcast_port: 1925

You can run command like
wakeonlan -i 192.168.X.X -p 1925 "XX:XX:XX:XX:XX:XX"

Thank to emivaljr

Next step for home assistant, customize media_player.turn_off using this for device to remove use of script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants