Wake up your android device with MQTT message!
1.8K
Wake up your Android device with MQTT!
What does it do? It subscribes to mqtt topic and listens for messages, which it translates to adb commands.
https://github.com/sorccu/docker-adb is tested and workingBROKER_HOST mqtt address localhostBROKER_PORT mqtt port 1883ADB_SERVER_HOST Adb server address localhostADB_SERVER_PORT Adb server port 5037ADB_DEVICE_HOST ip address of device localhostADB_DEVICE_PORT port of device 5555MQTT_TOPIC topic on which listen for commands dash_controlHA_TOPIC topic topic for Home Assistant autodiscovery homeassistantdocker run -e BROKER_HOST=192.168.1.5 -e ADB_SERVER_HOST=192.168.1.5 -e ADB_DEVICE_HOST=192.168.1.75 thebiftek/mqtt2adb
Topic: dash_control/screen/state
Payload: on
Topic: dash_control/screen/state
Payload: off
Device will be discovered by Home Assistant automatically when used with mqtt
Content type
Image
Digest
Size
28.6 MB
Last updated
over 6 years ago
docker pull thebiftek/mqtt2adb