<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Schedule to switch between Heat pump and alternate heat in Home Automation</title>
    <link>https://www.googlenestcommunity.com/t5/Home-Automation/Schedule-to-switch-between-Heat-pump-and-alternate-heat/m-p/493685#M23112</link>
    <description>&lt;P&gt;I will start with the presumption that both heat pump and gas furnace are controlled by Google Home App. The automation you can make via google home web editor, in YAML . (&lt;A href="https://home.google.com" target="_blank"&gt;https://home.google.com&lt;/A&gt;) . It should sound like that :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;metadata:
  name: Scheduled Heating
  description: Switch between heat sources at specific times
automations:
  - starters:
      - type: time.schedule
        at: 1:00 PM 
    actions:
      - type: device.command.OnOff
        devices: Heat pump - Basement ( just and example, put your device name)
        on: true
  - starters:
      - type: time.schedule
        at: 1:05 PM
    actions:
      - type: device.command.OnOff
        devices: Heat pump - Basement
        on: false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Thats a sample for heating pump. Do the same for gas furnace.&amp;nbsp;&lt;/P&gt;&lt;P&gt;on : true means start the pump&lt;/P&gt;&lt;P&gt;on : false means stop the pump&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Oct 2023 15:46:37 GMT</pubDate>
    <dc:creator>Johnnyg_ro</dc:creator>
    <dc:date>2023-10-20T15:46:37Z</dc:date>
    <item>
      <title>Schedule to switch between Heat pump and alternate heat</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Schedule-to-switch-between-Heat-pump-and-alternate-heat/m-p/493374#M23090</link>
      <description>&lt;P&gt;I have a dual fuel system with heat pump and gas furnace. Since this is California, depending upon the time of day, one of them will be cheaper than the other. This may vary from month to month as gas price goes up during winter. I want to create automation so as to switch the heat source from heat pump to gas (alternate heat) and back depending upon time of the day. For eg: I want to run heat pump till 2pm on a weekend, but switch to gas from 2pm onwards to avoid peak electricity pricing. Is this possible? If not, can nest add this feature?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 17:26:07 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Schedule-to-switch-between-Heat-pump-and-alternate-heat/m-p/493374#M23090</guid>
      <dc:creator>Saj119</dc:creator>
      <dc:date>2023-10-19T17:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule to switch between Heat pump and alternate heat</title>
      <link>https://www.googlenestcommunity.com/t5/Home-Automation/Schedule-to-switch-between-Heat-pump-and-alternate-heat/m-p/493685#M23112</link>
      <description>&lt;P&gt;I will start with the presumption that both heat pump and gas furnace are controlled by Google Home App. The automation you can make via google home web editor, in YAML . (&lt;A href="https://home.google.com" target="_blank"&gt;https://home.google.com&lt;/A&gt;) . It should sound like that :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;metadata:
  name: Scheduled Heating
  description: Switch between heat sources at specific times
automations:
  - starters:
      - type: time.schedule
        at: 1:00 PM 
    actions:
      - type: device.command.OnOff
        devices: Heat pump - Basement ( just and example, put your device name)
        on: true
  - starters:
      - type: time.schedule
        at: 1:05 PM
    actions:
      - type: device.command.OnOff
        devices: Heat pump - Basement
        on: false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Thats a sample for heating pump. Do the same for gas furnace.&amp;nbsp;&lt;/P&gt;&lt;P&gt;on : true means start the pump&lt;/P&gt;&lt;P&gt;on : false means stop the pump&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 15:46:37 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Home-Automation/Schedule-to-switch-between-Heat-pump-and-alternate-heat/m-p/493685#M23112</guid>
      <dc:creator>Johnnyg_ro</dc:creator>
      <dc:date>2023-10-20T15:46:37Z</dc:date>
    </item>
  </channel>
</rss>

