Commit Graph

167 Commits (0bf4292cdbd87d075a5dc06f28010bd6f00f6695)

Author SHA1 Message Date
Alex 68cc917915
Changed jq command arg for jq 1.4 compatibility
the notion "-rc" has been rewritten to "-r -c"
2019-01-23 11:14:43 +01:00
Alex e4697bd1f7
Merge PR #34 from adn77/master
Changed customerId retrieval
2019-01-23 01:01:47 +01:00
Alex f05854f123
Changed customerId retrieval
CustomerId is now retrieved from the logged in user.
The customerId in the device list is always from the user registering the device initially
2019-01-23 01:00:37 +01:00
Alex 20d94ac579
Merge PR #33 from adn77/master
repeat command and environment variable parsing
2019-01-23 00:13:34 +01:00
Alex 236bc722d1
Delete alexa-pandora.sh 2019-01-23 00:09:03 +01:00
Alex 17697ab561
Update README.md 2019-01-23 00:08:29 +01:00
Alex 7ec60e720d
repeat command and environment variable parsing
* added repeat command
* added environment variable parsing
2019-01-23 00:07:58 +01:00
Alex e27a684516
Merge pull request #15 from adn77/master
Adds Alexa routines execution
2018-06-18 20:32:47 +02:00
Alex c5975dae43
Added Alexa routines execution 2018-06-18 20:31:09 +02:00
Alex a087579c3c
Escaped spaces in JSON 2018-06-18 20:29:30 +02:00
Alex b8a082b64c
Added Alexa routines execution 2018-06-18 20:27:31 +02:00
Alex da697c39d1
Update README.md 2018-06-18 20:26:09 +02:00
Alex cd2e08a09a
Merge pull request #14 from adn77/master
Added TTS and Album play
2018-06-18 17:59:20 +02:00
Alex 435fb1d124
Added TTS and Album play
* 2018-06-12: v0.10 introducing TTS and more
		(thanks to Michael Geramb and his openHAB2 Amazon Echo Control binding)
		https://github.com/openhab/openhab2-addons/tree/master/addons/binding/org.openhab.binding.amazonechocontrol
		(thanks to Ralf Otto for implementing this feature in this script)

* 2018-06-13: v0.10a added album play of imported library
2018-06-18 17:56:30 +02:00
Alex f671ba247b
Update README.md 2018-06-18 17:48:47 +02:00
Alex 791db15f18
Merge pull request #13 from adn77/master
update browser string and accept language
2018-05-17 09:41:37 +02:00
Alex 4f00c80756
update browser string and accept language 2018-05-17 09:39:17 +02:00
Alex 01f72e58a2
PR#9 Defaults to HTTP/1.1 for cURL 2018-03-09 18:57:41 +01:00
Alex eb9a0bc3ed
Merge branch 'master' into master 2018-03-09 18:56:59 +01:00
Alex 18ddb0d882
Defaults to HTTP/1.1 for cURL 2018-03-09 18:53:33 +01:00
Alex c6492bfaa8
Defaults to HTTP/1.1 for cURL 2018-03-09 18:52:51 +01:00
Alex ab4970fb48
Defaults to HTTP/1.1 for cURL 2018-03-09 18:49:40 +01:00
Alex 184181b83f
Defaults to HTTP/1.1 for cURL 2018-03-09 18:48:10 +01:00
Alex fcde3559fc
Defaults to HTTP/1.1 for cURL 2018-03-09 18:47:27 +01:00
Alex cafc2a28b7
Merge pull request #8 from dbrekau/patch-1
Defaults to HTTP/1.1 for cURL
2018-03-09 18:43:27 +01:00
Dominic Brekau 5a7b395559
Update alexa_remote_control.sh
I'm having login problems since 4(?) days, forcing curl to use http1.1 solves this problem.

This is verbose output of curl when using http2:
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
} [5 bytes data]
* We are completely uploaded and fine
{ [5 bytes data]
* HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
* Curl_http_done: called premature == 1
* Closing connection 0

In my view this is related to the submitted Referer. But don't know how to fix this at the moment.
2018-03-09 14:05:44 +01:00
thorsten-gehrig 6076978f9a
Merge pull request #6 from adn77/master
v0.9 incl. UserAgent and verbose login error loging
2018-03-02 15:15:48 +00:00
Alex 12c7dd97fc
Merge branch 'master' into master 2018-03-01 22:44:29 +01:00
Alex 124f299993
Update README.md 2018-03-01 22:37:14 +01:00
Alex 98258e49c2
debug message for unsuccessful logins
- added "lastalexa" option for HA-Bridge to send its command to a specific device
   (Markus Wennesheimer: https://wennez.wordpress.com/light-on-with-alexa-for-each-room/)
 - unsuccessful logins will now give a short info how to debug the login
2018-03-01 22:35:22 +01:00
Alex 71cbdad09d
Merge pull request #1 from adn77/adn77-cookie-automation
new script (cookie and data extraction automated)
2018-02-26 22:34:08 +01:00
Alex d34ca189ff
Merge branch 'master' into adn77-cookie-automation 2018-02-26 22:33:11 +01:00
Alex ae6c142513
browser string now configurable
seems like real browsers get the captcha request a lot less
2018-01-28 18:33:16 +01:00
Alex 353698db94
added Echo Spot 2018-01-25 10:38:42 +01:00
thorsten-gehrig 47668ff338
Merge pull request #3 from michael1/master
Added error handling for failed logins
2018-01-20 08:53:15 +00:00
Alex 79547c6b74
Update README.md 2018-01-10 08:25:35 +01:00
Alex 29bccefec4
added Bluetooth device list
- added echo-show to ALL group, TuneIn station can now be up to 6 digits
- added bluetooth list function
2018-01-10 08:24:36 +01:00
Alex 2b4dd9564f
Merge pull request #2 from michael1/patch-1
added error handling for failed login
2018-01-10 08:11:11 +01:00
michael1 7be3ef83e6
added error handling for failed login 2018-01-09 23:58:52 +01:00
michael1 4b4c467eba
Added error handling for failed logins
Added error handling for failed logins
Moved the get_devlist after the re-login section
2018-01-09 23:38:19 +01:00
Alex c02b13d40d
moved get_devlist after check_status 2017-12-20 19:17:22 +01:00
Alex 0c34dce502
language 2017-12-20 18:58:03 +01:00
Alex a09bda3457
updated missing switches for plain version 2017-12-20 18:57:21 +01:00
Alex aa34df6f1e
moved get_devlist after check_status 2017-12-20 18:55:59 +01:00
Alex 4036885185
fixed AWK csrf extraction
on some systems the cURL cookie is written a bit different so AWK did not match the line containing the CSRF
2017-12-19 09:43:52 +01:00
Alex 8c7bf9a671
fixed US version
- fixed US version (replaced amazon.de in AWK by AMAZON variable)
- removed non-existent command line parameters in "plain" version
2017-12-18 09:51:10 +01:00
thorsten-gehrig 20d94b6b1a
Update alexa-pandora.sh 2017-12-08 09:35:15 +00:00
thorsten-gehrig 1b058147bc
Merge pull request #1 from adn77/adn77-cookie-automation
new script (cookie and data extraction automated)
2017-12-08 09:33:15 +00:00
Alex 537d043723
minor change on usage 2017-12-08 10:27:42 +01:00
Alex 6dcdbdd297
Update README.md 2017-12-08 10:25:30 +01:00