ARCHIVED FORUM -- March 2012 to February 2022READ ONLY FORUM
This is the second Archived Forum which was active between 1st March 2012 and 23rd February 2022
Hello,
I try to turn on the Beovision 11 through the network with a put request and json format. I am able to put it into standby mode but I don't know the command to turn it on.
Please find the command to turn it off : self._postReq('PUT','BeoDevice/powerManagement/standby', {"standby":{"powerState":"standby"}})
But I don't know the command to turn it on. Do I need to activate a source?
Can someone help me to find the solution?
In Network settings of the TV you need to switch on WAKE ON LAN to be able to switch TV on via network.
Interestingly if you have a BV14 - there is no Wake on LAN command, only a Wake on WLAN
But as you have a BV11 i'd agree (just letting you know incase you change your TV)
Thanks for your answer. This option is already set on my TV. I tried to set a new source via the network (as I did with the remote control)to wake up the TV but it didn't work. I think there is another command but I did not find it...
I found the solution. You need to send a magic number to wake up the BV11 and then you can send another command.
send_magic_packet(MAC,ip_address='192.168.0.255',port=9) where MAC is the MAC address of the TV.
Best regards and thanks for your help.