<?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 raspberry pi]]></title><description><![CDATA[A list of topics that have been tagged with raspberry pi]]></description><link>https://www.triggercmd.com/forum/tags/raspberry pi</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 03:46:28 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/tags/raspberry pi.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Dec 2022 15:52:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Raspberry Pi image with TRIGGERcmd pre-loaded]]></title><link>https://www.triggercmd.com/forum/topic/2474/raspberry-pi-image-with-triggercmd-pre-loaded</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/2474/raspberry-pi-image-with-triggercmd-pre-loaded</guid><pubDate>Fri, 23 Dec 2022 15:52:52 GMT</pubDate></item><item><title><![CDATA[Orange Pi Zero 2 image with TRIGGERcmd agent pre-installed and programmed for IR remote control]]></title><link>https://www.triggercmd.com/forum/topic/2394/orange-pi-zero-2-image-with-triggercmd-agent-pre-installed-and-programmed-for-ir-remote-control</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/2394/orange-pi-zero-2-image-with-triggercmd-agent-pre-installed-and-programmed-for-ir-remote-control</guid><pubDate>Sat, 29 Oct 2022 23:29:21 GMT</pubDate></item><item><title><![CDATA[Raspberry Pi network install beta]]></title><link>https://www.triggercmd.com/forum/topic/2064/raspberry-pi-network-install-beta</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/2064/raspberry-pi-network-install-beta</guid><pubDate>Fri, 25 Feb 2022 23:26:16 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[Windows 11 on Raspberry Pi?]]></title><description><![CDATA[@russ I've been researching this some what. As my current PC doesn't support Windows 11 (or so it says).
There are still some things that need work arounds but hopefully they get worked out for when your 8 gig Pi arrives.
]]></description><link>https://www.triggercmd.com/forum/topic/1943/windows-11-on-raspberry-pi</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1943/windows-11-on-raspberry-pi</guid><dc:creator><![CDATA[tuicemen]]></dc:creator><pubDate>Fri, 07 Jan 2022 22:08:03 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[Control RGB LED bike lights with Raspberry Pi]]></title><link>https://www.triggercmd.com/forum/topic/1739/control-rgb-led-bike-lights-with-raspberry-pi</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1739/control-rgb-led-bike-lights-with-raspberry-pi</guid><pubDate>Sat, 23 Oct 2021 21:28:01 GMT</pubDate></item><item><title><![CDATA[433Mhz remote gate opener with Raspberry Pi]]></title><description><![CDATA[@russ Interesting idea... make auto billing possible for registered customers etc...
]]></description><link>https://www.triggercmd.com/forum/topic/1616/433mhz-remote-gate-opener-with-raspberry-pi</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/1616/433mhz-remote-gate-opener-with-raspberry-pi</guid><dc:creator><![CDATA[Wholepunch]]></dc:creator><pubDate>Fri, 17 Sep 2021 12:41:28 GMT</pubDate></item><item><title><![CDATA[Raspberry Pi relay wiring photos]]></title><link>https://www.triggercmd.com/forum/topic/608/raspberry-pi-relay-wiring-photos</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/608/raspberry-pi-relay-wiring-photos</guid><pubDate>Thu, 30 Jan 2020 18:03:56 GMT</pubDate></item><item><title><![CDATA[Windows script to prep SD card for Raspberry Pi with TRIGGERcmd agent]]></title><description><![CDATA[@Russ
I think the batch file wrote info to the card, but can't remember for sure.  I'm hesitant to repeat the experiment right now because the SSD card is configured and running Raspberry Pi OS.
As far as I'm concerned, this is not an active issue for me anymore because I installed it a different way; I should have followed up to let you know.  Thank you for looking into it and responding though!
]]></description><link>https://www.triggercmd.com/forum/topic/606/windows-script-to-prep-sd-card-for-raspberry-pi-with-triggercmd-agent</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/606/windows-script-to-prep-sd-card-for-raspberry-pi-with-triggercmd-agent</guid><dc:creator><![CDATA[Dean McNaughton]]></dc:creator><pubDate>Thu, 30 Jan 2020 03:08:07 GMT</pubDate></item><item><title><![CDATA[Rpi VLC]]></title><description><![CDATA[@russ Thanks I'm away for a week or more, I'll have a crack when I get back.
]]></description><link>https://www.triggercmd.com/forum/topic/348/rpi-vlc</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/348/rpi-vlc</guid><dc:creator><![CDATA[Belleye]]></dc:creator><pubDate>Mon, 31 Dec 2018 05:53:58 GMT</pubDate></item><item><title><![CDATA[Turn on a computer]]></title><description><![CDATA[@Wesley-Correa, if you share your computer with another TRIGGERcmd user, all of the commands on that computer are shared.
Are you seeing the commands you created in commands.json on the website?
]]></description><link>https://www.triggercmd.com/forum/topic/49/turn-on-a-computer</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/49/turn-on-a-computer</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 30 Jul 2017 21:36:41 GMT</pubDate></item><item><title><![CDATA[Raspberry Pi setup]]></title><description><![CDATA[That's brilliant, thank you for the information.
]]></description><link>https://www.triggercmd.com/forum/topic/12/raspberry-pi-setup</link><guid isPermaLink="true">https://www.triggercmd.com/forum/topic/12/raspberry-pi-setup</guid><dc:creator><![CDATA[Jorge Fuentes]]></dc:creator><pubDate>Thu, 06 Apr 2017 00:32:53 GMT</pubDate></item></channel></rss>