<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with google assistan]]></title><description><![CDATA[A list of topics that have been tagged with google assistan]]></description><link>https://www.triggercmd.com/forum/tags/google assistan</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 13:55:28 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/tags/google assistan.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Feb 2023 00:22:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Error Triggercmd Smart Home with google assistant]]></title><description><![CDATA[Awesome @Valter-Santos !  Thanks for your patience, and for showing me this bug.  I'm working on the fix now.
EDIT:  It should be fixed now, so it won't error even if you do have multiple triggers with the same name on the same computer.
]]></description><link>https://www.triggercmd.com/forum/topic/2542/error-triggercmd-smart-home-with-google-assistant</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/2542/error-triggercmd-smart-home-with-google-assistant</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Thu, 16 Feb 2023 00:22:39 GMT</pubDate></item><item><title><![CDATA[Run a HomeGenie macro(script, scene)]]></title><link>https://www.triggercmd.com/forum/topic/1973/run-a-homegenie-macro-script-scene</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1973/run-a-homegenie-macro-script-scene</guid><pubDate>Sun, 16 Jan 2022 14:46:37 GMT</pubDate></item><item><title><![CDATA[Alexa Google Panic Alarm]]></title><description><![CDATA[Yesterday I did a clean up of my HomeGenie disabling things I thought I no longer needed. After this I tested my Panic Alarm and discovered there were a few things required that I had left out. These may have been set by default with the initial install of HomeGenie.

Besides the Demo-Toggle Door having to be enabled the Virtual Modules Demo program must also be enabled.
As well the Automation.Demo 2 "DoorSensor" need to have the options to "Use as security sensor" and "Also trigger when armed Home" checked.
The Automation.Demo 2 "DoorSensor" has to be in the closed condition prior to arming the security widget or you will need to send 2 panic calls

]]></description><link>https://www.triggercmd.com/forum/topic/1970/alexa-google-panic-alarm</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1970/alexa-google-panic-alarm</guid><dc:creator><![CDATA[tuicemen]]></dc:creator><pubDate>Fri, 14 Jan 2022 18:28:21 GMT</pubDate></item><item><title><![CDATA[Arm/Disarm Security system via Google/Alexa]]></title><description><![CDATA[Here's the command to arm the HG security system widget to armed home.
curl http://HGAddress/api/HomeAutomation.HomeGenie.Automation/90/Control.ArmHome

]]></description><link>https://www.triggercmd.com/forum/topic/1969/arm-disarm-security-system-via-google-alexa</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1969/arm-disarm-security-system-via-google-alexa</guid><dc:creator><![CDATA[tuicemen]]></dc:creator><pubDate>Fri, 14 Jan 2022 18:27:49 GMT</pubDate></item><item><title><![CDATA[Check DuckDNS connection status/update]]></title><link>https://www.triggercmd.com/forum/topic/1967/check-duckdns-connection-status-update</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1967/check-duckdns-connection-status-update</guid><pubDate>Thu, 13 Jan 2022 20:05:31 GMT</pubDate></item><item><title><![CDATA[Say room temperature and humidity]]></title><description><![CDATA[If your like me and find the decimal point in the return a bit confusing you can change the line
 os.system('~/.TRIGGERcmdData/sendresult.sh ' + 'Temp={0:0.1f}  Humidity={1:0.1f}'.format(t,h))

to
os.system('~/.TRIGGERcmdData/sendresult.sh ' + 'Temp={0:0.0f}  Humidity={1:0.0f}'.format(t,h))

if you wish the return to send a Fahrenheit value instead of Celsius you can add the line
t = (t* 1.8) + 32

just after the  line
#Print Temperature and Humidity on Shell window

]]></description><link>https://www.triggercmd.com/forum/topic/1962/say-room-temperature-and-humidity</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1962/say-room-temperature-and-humidity</guid><dc:creator><![CDATA[tuicemen]]></dc:creator><pubDate>Tue, 11 Jan 2022 21:50:19 GMT</pubDate></item><item><title><![CDATA[Add quick link to TRIGGERcmd navigation]]></title><description><![CDATA[@russ  Perfect! Thanks.
]]></description><link>https://www.triggercmd.com/forum/topic/1960/add-quick-link-to-triggercmd-navigation</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1960/add-quick-link-to-triggercmd-navigation</guid><dc:creator><![CDATA[tuicemen]]></dc:creator><pubDate>Tue, 11 Jan 2022 13:46:32 GMT</pubDate></item><item><title><![CDATA[Different word options for Alexa/ Google on/off commands]]></title><link>https://www.triggercmd.com/forum/topic/1958/different-word-options-for-alexa-google-on-off-commands</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1958/different-word-options-for-alexa-google-on-off-commands</guid><pubDate>Mon, 10 Jan 2022 19:13:08 GMT</pubDate></item><item><title><![CDATA[Feature request: Add ability to Dim with Alexa & Google]]></title><description><![CDATA[@tuicemen,
This is actually wrong ^. "deviceType":"light" is not a thing.
If adding that made it work, it's because when you change a command, TRIGGERcmd deletes and re-creates the Alexa smart home device. That needed to happen for the Alexa device associated with your command to have the new brightness feature.
Sorry I didn't tell you that sooner.  Any newly created commands will have the new brightness and color features.  Old commands just need to be changed so they get re-created.  Or you can delete and re-discover them at https://alexa.amazon.com.
Also btw, only Alexa supports brightness and color so far.  I'll look into Google Assistant soon.
EDIT 3/21/22:  The "TRIGGERcmd Smart Home" action on Google Assistant supports color and brightness now too.
]]></description><link>https://www.triggercmd.com/forum/topic/1955/feature-request-add-ability-to-dim-with-alexa-google</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1955/feature-request-add-ability-to-dim-with-alexa-google</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Mon, 10 Jan 2022 15:15:12 GMT</pubDate></item><item><title><![CDATA[HomeGenie X10 control with single bash script]]></title><description><![CDATA[@russ thanks, I removed the deviceType from my json file and  had Alexa rediscover and they do still dim.  I edited my previous post.
It should be noted that using dim turns the device to that value. So if you turn a light on (100%) then say dim 20% it doesn't set the light level to 80 but instead sets the light level to 20.
At least that's the way it works for HG.
]]></description><link>https://www.triggercmd.com/forum/topic/1941/homegenie-x10-control-with-single-bash-script</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1941/homegenie-x10-control-with-single-bash-script</guid><dc:creator><![CDATA[tuicemen]]></dc:creator><pubDate>Fri, 07 Jan 2022 18:59:15 GMT</pubDate></item><item><title><![CDATA[YOUR Alexa/Google Assistant account to YOUR TRIGGERcmd account]]></title><description><![CDATA[@tuicemen, good questions.

You can link 1 Google account AND 1 Amazon account simultaneously to 1 TRIGGERcmd account.
Yes, if you use 2 Amazon accounts you'll need 2 TRIGGERcmd accounts.

]]></description><link>https://www.triggercmd.com/forum/topic/1100/your-alexa-google-assistant-account-to-your-triggercmd-account</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1100/your-alexa-google-assistant-account-to-your-triggercmd-account</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sat, 19 Dec 2020 02:50:20 GMT</pubDate></item></channel></rss>