Commit Graph

72 Commits (master)

Author SHA1 Message Date
Alexander Noack 68d2b4f488 no more fancy date calculations 2024-04-04 22:42:16 +02:00
ManuA e00a75980b
changed /tmp/ to ${TMP} in last_alexa()
If you change SET_TMP in the configuration, -lastalexa does not work due to the typo.
Hardcoded path replaced by ${TMP} variable.
2024-02-06 11:40:20 +01:00
Alexander Noack 9096fbef11 changed the output of -lastalexa back to before 2024-02-01 22:01:10 +01:00
Alexander Noack edbd146c73 hopefully fixed 'date' for good 2024-01-31 14:01:17 +01:00
Alexander Noack 7a7ae69f5e fixed lastalexa/lastcommand 2024-01-29 23:35:25 +01:00
Alexander Noack 4235eb66c2 fixed lastalexa/lastcommand 2024-01-29 23:31:21 +01:00
ImportTaste a655737305 removed call to jq's strptime function
replaced with bash function using 'date' to convert to epoch
2022-06-29 22:21:19 -05:00
Alex c9be9bc88a Minor update: check if devicelist.txt exists 2022-06-12 23:42:05 +02:00
Alex 67610c7b28 write volume to volume cache when volume is changed 2022-02-04 22:01:08 +01:00
Alexander Noack 0dcc480f1c fixed AlexaApp device selection 2021-11-16 09:46:32 +01:00
Alexander Noack c0925b3a5e Explicitly use grep -E for whitespace matching 2021-10-11 13:48:38 +02:00
Alexander Noack 60eae2eeda fixed different cookie naming for amazon.com 2021-10-07 09:05:00 +02:00
Daniel Mann 76e978f534
Add environment variable for jq
so the binary path of jq can be overwritten in a wrapper script via "export JQ='/some/path/jq"
2021-09-27 23:37:51 +02:00
Alexander Noack c4baa34b98 optimized speak commands to use less JQ 2021-09-15 16:18:10 +02:00
Alexander Noack 282a54d83b fix date creation on 32bit systems 2021-09-14 10:20:25 +02:00
Alex 8309a07a16 Implemented refresh_token cookie exchange 2021-09-13 23:14:24 +02:00
Alex d267c30fef Fixed TuneIn support 2021-09-02 15:19:46 +02:00
Alex 6a0f6e96f5 complete rework of sequence commands 2021-05-27 22:51:01 +02:00
Alex 736349e6cf simplified volume detection using new DeviceVolumes endpoint 2021-01-28 23:35:48 +01:00
Alex 8ceb743611 fixed new API endpoint for automations 2021-01-28 21:31:27 +01:00
Alex 6345f416c5 Fixed TuneIn podcasts 2020-12-12 23:00:50 +01:00
Alex 53eff3eead Added SPEAKVOL for sounds 2020-12-12 22:46:40 +01:00
Alex 3fd647846b Added textcommand which lets you send anything via CLI you would otherwise say to Alexa 2020-12-12 21:43:28 +01:00
Alex f3c3d7527b Fixed normal volume setting 2020-07-07 23:32:47 +02:00
Trinitus01 936a3f5c0d added: last voice command or last voice command of specific device
example: alexa_remote_control.sh -lastcommand
example: alexa_remote_control.sh -d Wohnzimmer -lastcommand
2020-06-20 11:06:09 +02:00
Alex 7dfd6ab6d6 added sound library 2020-02-09 20:53:03 +01:00
Alex 7b85b6dce4 SSML for TTS 2020-02-09 01:54:07 +01:00
Alex 382a3d74b4 SPEAKVOL of 0 leaves the volume setting untouched 2020-02-03 22:05:50 +01:00
Alex b23043f58e SPEAKVOL of 0 leaves the volume setting untouched 2020-02-03 21:58:45 +01:00
Christian Fenzl 04bacd4743 Added -login command
Logs in to Amazon, but executes no further commands
2020-01-22 09:41:16 +01:00
Alex de6ad4a337 Added --version 2020-01-20 20:28:05 +01:00
Alex bd7b500b26 Fixed Notifications 2020-01-08 21:34:53 +01:00
Alex 4279441dc8
Merge branch 'master' into master 2020-01-08 21:14:30 +01:00
Alex e021b723a4 Added current volume level 2020-01-03 23:42:59 +01:00
Alex fe5e8ecfdd Re-worked the TTS volume setting 2019-12-30 22:51:36 +01:00
Alex 5711a0418d
PR #77 from adn77/master
Routines can now be triggered by either name or utterance
2019-12-23 21:28:18 +01:00
Alex d4d6c608bd Routines can now be triggered by either name or utterance 2019-12-23 20:39:01 +01:00
Alex 9ab7dadd34
PR #68 from martinweu/master
Add query notifications
2019-11-18 13:50:50 +01:00
Alex 82b366b64f Increased # of routines downloaded 2019-11-18 13:39:18 +01:00
Martin Weber 22f87e8e10 extend alexa script with notification info 2019-08-25 17:18:04 +02:00
Alex b4bab22234 Added Volume setting via routine, and $SPEAKVOL 2019-08-05 21:31:11 +02:00
Alex dbc2c1e7a8 Fixed spelling 2019-07-08 23:39:09 +02:00
Alex 752cd51e8e cleaned up oathtool config 2019-07-08 22:41:22 +02:00
Alex ca7a12deb1 Made oathtool configurable 2019-07-08 21:12:09 +02:00
Alex e262d8d17a Resolved merge conflict 2019-07-08 20:58:41 +02:00
Alex 8162ab9285
Multiple tries to retrieve CSRF
Try to get CSRF on three different URLS
2019-06-28 23:14:00 +02:00
Alex 2719d795c9
Adapted changed CSRF handling 2019-06-18 20:59:17 +02:00
Richard Gepp 21f3ab20d0 Added support for Multi-Factor Authentication
Changed comment to use 'OTP' rather than 'HOTP'.
2019-03-24 21:31:48 +00:00
Richard Gepp 81ec828170 Added support for Multi-Factor Authentication
Optionally support Multi-Factor Authentication by allowing
(SET_)MFA_SECRET to be configured to contain the Amazon MFA secret.
Some general tidying up to make string literals consistent (single-
quotes) and match whitespace because I'm fussy. ;-)
2019-03-24 19:02:20 +00:00
Alex 0fa01ea2d0
reduced the number of replaced characters for TTS and automation 2019-02-14 20:52:11 +01:00