Nailik / rhasspy_mobile

Rhasspy is a voice assistant software. This repository implements the functionality of a Rhasspy satellite, with local wake word recognition.
55 stars 4 forks source link

Secondary Host option #274

Closed Nailik closed 9 months ago

Nailik commented 1 year ago

Add secondary host and port option to use in home network/ remote

https://community.rhasspy.org/t/new-rhasspy-mobile-app-beta/4263/11

add settings option where a user can write an optional ipadress/dns name for multiple ips, items must be movable add class "dns resolver" that checks (in order) if address can be reached and then uses next address. Use this dns resolver for mqtt, http etc etc

Nailik commented 1 year ago

This feature is pushed back to V_0.6 because maybe the way how the settings in the app are stored is reworked. It also requires being able to migrate settings from an older to a newer configuration

Nailik commented 9 months ago

will be done with https://github.com/Nailik/rhasspy_mobile/issues/464