trigger
trigger copied to clipboard
Android app to lock/unlock/ring doors. Supports generic HTTPS/SSH/Bluetooth/MQTT and Nuki Smartlock.
Operating a nuki smart lock device isn't working. I followed the guide from the documentation. When pressing to "open" button that should connect the device I always get "Device is...
I use your Trigger App from f-droid with and unfortunately the answer for the commands `lock` and `unlock` (POST method) are both simply `{}` with HTTP Status Code 200. But...
* Use Fragments instead of Preference UI classes * This would also remove some minor hacks. * translations * be able to trigger an https open command and a bluetooth...
Any willingness to support NFC tags with trigger? Would be great to open a door with a swipe of a phone with trigger setup on it.
Hi Moritz, I export a private ssh key (ED25519) created for one door and try to import it for another door (which had an RSA-2048 key before, not sure if...
Add the ability to send serial commands to devices connected via usb using https://github.com/felHR85/UsbSerial my see case: control an ir blaster without using wifi/bt
Translations update from [Toolate](https://toolate.othing.xyz) for [trigger/app](https://toolate.othing.xyz/projects/trigger/app/). It also includes following components: * [trigger/metadata](https://toolate.othing.xyz/projects/trigger/metadata/) Current translation status: 
Currently the QR code contains: ```json {"port": 22, "timeout": 5000, "require_wifi": false} ``` This fields can be omitted for the default values. It would be great to have same for...
Translations update from [Toolate](https://toolate.othing.xyz) for [trigger/app](https://toolate.othing.xyz/projects/trigger/app/). Current translation status: 
I use the app for a [Wi-Fi socket](https://github.com/yurt-page/Kankun_KK-SP3) with the command to check its state: ```sh case "`cat /sys/class/leds/tp-link:blue:relay/brightness`" in 0) echo '"state":"open"';; 1) echo '"state":"closed"' ;; esac ``` There...