Wear MQTT Basic

Wear MQTT Basic

  • Latest Version
  • Anastasios Lalos

Connect to an MQTT server and publish topics from your wear os watch

About this app

Standalone mqtt client for wear os watch.
This app does not require a companion app it is standalone.

Add mqtt server settings and connect(like mosquito mqtt server in home assistant).

Add multiple buttons and publish mqtt comment to a server.

Each button has description and a custom mqtt command.

Send commands to your Home Assistant server to automate stuff from your watch.

INSTRUCTIONS:
Enter the ip address of home assistant with a semicolon and the port.
Then enter the topic name which is used to receive message the mqtt server. Also add the username and password to connect.

Then create buttons with a description and a command.

For example create a button to open a light with description OPEN LIGHT and a command OPENLIGHT.
Then you will be receiving the commands in home assistant mqtt server with the topic that was entered in the settings.
For example /WATCH/OPENLIGHT.
Then you can setup the automation based on the command mqtt server has received.

Please contact me if help is needed and i will respond to you.