Skip to content

A set of scripts allowing you to run wyoming-satellite on Android with Termux

Notifications You must be signed in to change notification settings

T-vK/wyoming-satellite-termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wyoming Satellite on Android

This project provides a simple way of setting up Wyoming Satellite and OpenWakeWord on Android.

Prerequisites

How to install

Open Termux and run:

(command -v wget > /dev/null 2>&1 || (echo "Installing wget..." && pkg install -y wget)) && bash <(wget -qO- https://raw.githubusercontent.com/T-vK/wyoming-satellite-termux/refs/heads/main/install.sh)

How to uninstall

Open Termux and run:

wget -qO- https://raw.githubusercontent.com/T-vK/wyoming-satellite-termux/refs/heads/main/uninstall.sh | bash

Integrate into HomeAssistant

  • Open Home Assistant go to Settings → Integrations → Add Integration → Wyoming Protocol
  • It should ask you for a host and a port now. Enter the IP address of your Android device into the host-field (if unsure what you IP is, run ifconfig in Termux and check the output, it will most likely start with 192.) and enter 10700 in the port-field.

About

A set of scripts allowing you to run wyoming-satellite on Android with Termux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages