<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Trigger &quot;System Wakes from Sleep&quot; only works with a display connected</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=019a40f0-15c6-76b7-bf95-27929609c2b3" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=019a40f0-15c6-76b7-bf95-27929609c2b3</link>
<description>DisplayFusion RSS: Trigger &quot;System Wakes from Sleep&quot; only works with a display connected</description>
<lastBuildDate>Mon, 06 Apr 2026 15:30:35 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=019a40f0-15c6-76b7-bf95-27929609c2b3</generator>
<item>
<title>RE: Trigger &quot;System Wakes from Sleep&quot; only works with a display connected</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-system-wakes-from-sleep-only-works-with-a-display-connected/?ID=019a40f0-15c6-76b7-bf95-27929609c2b3#3</link>
<pubDate>Wed, 12 Nov 2025 19:00:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-system-wakes-from-sleep-only-works-with-a-display-connected/?ID=019a40f0-15c6-76b7-bf95-27929609c2b3#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[What does your script outside of DisplayFusion do differently than the script inside? Is it the same idea just triggered by an iOT event? Or does your external script interface with the TV more directly? Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
What does your script outside of DisplayFusion do differently than the script inside? Is it the same idea just triggered by an iOT event? Or does your external script interface with the TV more directly? Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Trigger &quot;System Wakes from Sleep&quot; only works with a display connected</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-system-wakes-from-sleep-only-works-with-a-display-connected/?ID=019a40f0-15c6-76b7-bf95-27929609c2b3#2</link>
<pubDate>Sat, 08 Nov 2025 15:24:35 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-system-wakes-from-sleep-only-works-with-a-display-connected/?ID=019a40f0-15c6-76b7-bf95-27929609c2b3#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
I have my computer connected to my TV, and since unlike a monitor it stays on even without an active input, I have a Python script to turn it on and off remotely. The plan is calling this script before the PC goes to sleep and after it comes back up.
For the latter, I tried a DF trigger ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>I have my computer connected to my TV, and since unlike a monitor it stays on even without an active input, I have a Python script to turn it on and off remotely. The plan is calling this script before the PC goes to sleep and after it comes back up.<br/>
<br/>
For the latter, I tried a DF trigger with the event "System Wakes from Sleep" but it only works if the TV is already on. I can tell by waiting a few seconds then turning the TV on manually, only then I can see the result of the trigger firing.</div></div><br/>
<br/>
i went down this rabbit hole of turning the tv on and off on windows 11 on wake and shutdown two weeks ago. I think in my case the issue was that if the tv was off it was not registering as a device at all so the script would not do anything<br/>
<br/>
Also, display fusion triggers are not the best way for the "turn off" script as a side note. you should look into adding it in group policy editor<br/>
<br/>
the way i solved the issue of turning off and on was writing custom ps1 scripts and utilizing my TV's iot APIs. <br/>
<br/>
I have a samsung TV. And for all their faults around ads and stuff one thing that is weirdly well documented are their APIs. You can basically do everything on your TV with their iot APIs. <br/>
<br/>
If you dont have a samsung TV, check your manufacturer/model documentation and see if you can utilize their iot APIs. I believe sony has decent iot APIs as well.
</div>
]]></content:encoded>
</item>
<item>
<title>Trigger &quot;System Wakes from Sleep&quot; only works with a display connected</title>
<link>https://www.displayfusion.com/Discussions/View/trigger-system-wakes-from-sleep-only-works-with-a-display-connected/?ID=019a40f0-15c6-76b7-bf95-27929609c2b3</link>
<pubDate>Sat, 01 Nov 2025 19:41:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/trigger-system-wakes-from-sleep-only-works-with-a-display-connected/?ID=019a40f0-15c6-76b7-bf95-27929609c2b3</guid>
<category>DisplayFusion</category>
<description><![CDATA[I have my computer connected to my TV, and since unlike a monitor it stays on even without an active input, I have a Python script to turn it on and off remotely. The plan is calling this script before the PC goes to sleep and after it comes back up.
For the latter, I tried a DF trigger with the...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have my computer connected to my TV, and since unlike a monitor it stays on even without an active input, I have a Python script to turn it on and off remotely. The plan is calling this script before the PC goes to sleep and after it comes back up.<br/>
<br/>
For the latter, I tried a DF trigger with the event "System Wakes from Sleep" but it only works if the TV is already on. I can tell by waiting a few seconds then turning the TV on manually, only then I can see the result of the trigger firing.
</div>
]]></content:encoded>
</item>
</channel>
</rss>