Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🔹 PowerShell-Driven Google Nest Management. Manage Google Nest devices effortlessly from PowerShell — for when speaking out loud is not an option.

License

NotificationsYou must be signed in to change notification settings

franckferman/PowerNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContributorsForksStargazersLicense

PowerNest Logo

🔹 PowerNest

PowerShell-Driven Google Nest Management.
Manage Google Nest devices effortlessly from PowerShell — for when speaking out loud is not an option.

📜 Table of Contents

Click to collapse/expand
  1. 📖 About
  2. 🛠️ Installation
  3. 🎮 Usage
  4. 🤝 Contributing
  5. 🌠 Star Evolution
  6. 📜 License
  7. 📞 Contact

📖 About

PowerNest started as a fun personal experiment — an alternative way to control my Google Nest without having to say "Hey Google" out loud every time.

As an IT and cybersecurity professional, I’m always looking for ways to make life easier and faster (yes, a good sysadmin is a bit lazy — but smart lazy!).

At first, it was just a tool to save time on simple tasks:

"Instead of saying 'Hey Google, set an alarm for tomorrow at 7 AM', I can just run a PowerShell script that prompts me for the time and date, and sends the command automatically."

But over time, I realized PowerNest could be useful for others, and even go beyond that. It could become a command hub to preconfigure and automate recurring Google Nest tasks, making interactions even faster and more efficient — without needing to speak a word.

Today, PowerNest can help:

  • People who can't (or don’t want to) use voice commands (accessibility, disabilities, privacy).
  • IT pros, geeks, and automation lovers who want to streamline their smart home usage.
  • IT experts for demos on smart assistant behaviors.And... Easter egg hunters, because PowerNest also includes a lot of hidden funny commands.

Key features of PowerNest:

  • Send custom commands directly to Google Nest.
  • Say "Hey Google" and trigger follow-up commands — from PowerShell.
  • Schedule alarms quickly without voice.
  • Change Google Assistant’s voice on the fly.
  • Launch random funny commands (Easter eggs).
  • And in the future: automate and chain multiple tasks (routine-style commands, pre-configured scenarios, etc.).

All of this entirely in PowerShell, without third-party tools — just leveraging Windows' built-in speech synthesis engine.

(🔼 Back to top)

🚀 Installation

Prerequisites

  • Windows OS (Tested onWindows 10 & 11 — may work on older versions but not officially supported).
  • PowerShell 5.1 or higher (pre-installed on modern Windows).

⚠️Note: 100%pure PowerShell,no external software required.

Getting PowerNest

Option 1: One-liner withInvoke-WebRequest (Recommended)

Invoke-WebRequest https://raw.githubusercontent.com/franckferman/PowerNest/stable/PowerNest.ps1-OutFile PowerNest.ps1

Option 2: Clone via Git

git clone https://github.com/franckferman/PowerNest.git

Option 3:Direct Download from GitHub

  1. Go to GitHub repo.
  2. Click<> CodeDownload ZIP.
  3. Extract the archive to your desired location.

(🔼 Back to top)

🎮 Usage

Getting started

  1. Temporarily allow script execution:
Set-ExecutionPolicy-ExecutionPolicy Unrestricted-ScopeProcess

🛑 Important: This command temporarily adjusts the execution policy to allow script execution for the current process only, minimizing security risks.Always examine scripts before executing them to ensure safety.

  1. Run the script:
.\PowerNest.ps1

Alternatively, for a streamlined approach, combine the execution policy adjustment with script launch in a single line:

Set-ExecutionPolicy-ExecutionPolicy Unrestricted-ScopeProcess; .\PowerNest.ps1

This command executes the script.The script provides a user-friendly graphical interface, facilitating navigation through various tasks and options with ease.

(🔼 Back to top)

🤝 Contributing

We truly appreciate and welcome community involvement. Your contributions, feedback, and suggestions play a crucial role in improving the project for everyone. If you're interested in contributing or have ideas for enhancements, please feel free to open an issue or submit a pull request on our GitHub repository. Every contribution, no matter how big or small, is highly valued and greatly appreciated!

(🔼 Back to top)

🌠 Star Evolution

Explore the star history of this project and see how it has evolved over time:

Star History Chart

Your support is greatly appreciated. We're grateful for every star! Your backing fuels our passion. ✨

📚 License

This project is licensed under the GNU Affero General Public License, Version 3.0. For more details, please refer to the LICENSE file in the repository:Read the license on GitHub

(🔼 Back to top)

📞 Contact

ProtonMailLinkedInTwitter

(🔼 Back to top)


[8]ページ先頭

©2009-2025 Movatter.jp