-
-
Save fffonion/d4960503ff6782640286163d47a30080 to your computer and use it in GitHub Desktop.
Keep in mind that this only works for buttons that have been set up before, or are really old (rev1 hardware circa 2015). If you bought your button off of ebay, it probably has been set up before. Most resellers bought the button for the $5 credit.
If you have old firmware, you can still run through the full setup. Instructions here:
https://blog.christophermullins.com/2019/12/20/rescue-your-amazon-dash-buttons/
how can i see if i have an old firmware?
just try the setup process. if it works, you do.
i don’t know what to do after the the first step
Wrote up the instructions in the link to my blog above. If these aren't detailed enough, I'm probably not going to be able to be of much help. Good luck!
but i can’t play the wav file
Try VLC.
ok thank you i try this tomorrow
hey it does' work for any of mine dash button. is there another way?
I used the method from the writeup now. It worked with the sound exploit for one of two buttons (firmware 3-something). For the other button (firmware 6-something) it did not work. As I read here, the exploit was fixed there. So there is currently no way to use this one, right?
I read that the buttons delete everything incl. the customer secret when the battery is low, so opening it up, inserting a very low battery and letting it delete the secret could help?
Thanks so far to everyone! Having one of the two buttons working and be usable in my FHEM home automation is already really great!! :) :)
hey so what i can do with my dash buttons? i want to connect them to hassio for switch on or off a light. can someone help me?
@mattia2007, if the exploit didn't work, I'm not aware of another way to recover your buttons. Sorry. :(
I read that the buttons delete everything incl. the customer secret when the battery is low, so opening it up, inserting a very low battery and letting it delete the secret could help?
Unfortunately it only clears user data when low battery is detected. It'll stay on the same firmware version.
so i can’t use them anymore?
so i can’t use them anymore?
Unfortunely if your button does not work with this script and/or the audio exploit you are out of luck. (see @ALL below for further info if not already done)
hey so what i can do with my dash buttons? i want to connect them to hassio for switch on or off a light. can someone help me?
For your automation purposes you could buy some zigbee button (konke, xiaomi aquara, ...) and a usb/wifi/... zigbee bridge (like zigate, ...) see zha module compatibility list in the home assistant site (https://www.home-assistant.io/integrations/zha). It will probably be more expensive but reliable.
@ALL
If the script hangs :
- Replace r.content by r.content.decode('utf-8')
- If still doesn't work see sidoh's blog post for further reference on setting https://blog.christophermullins.com/2019/12/20/rescue-your-amazon-dash-buttons/
- If it still won't work : welcome to planned obsolecence !
hey, i've retested and for one works but i forgot to blacklist it is there a way to resolve?
bonjour je n'arrive pas a détermine ou je dois rentre le ssid et le pass dans le script merci
bonjour je n'arrive pas a détermine ou je dois rentre le ssid et le pass dans le script merci
-1. Pense a récupérer l'adresse MAC du bouton cf. messages précédent et/ou le post sur le blog de sidoh (connexion au wifi amazon configure me et consulter le site 192.168.0.1 avec ton navigateur).
0. Blacklist l'accès à internet de ton bouton en utilisant son adresse MAC dans ton routeur
- Installe Python3.xx
- Modifie les lignes contenant r.content cf. messages précédents
- Ouvre le python shell
- Navigue dans le dossier de ton script
- Tappe setup.py "Ton SSID" "Ton pass" après les 3 chevrons (les " sont particulièrement important si ton SSID et/ou ton PASS contiennent des espaces)
Hi,
my Dash button (Firmware 60019520_EU) suddenly doesn't work anymore, from one day to the next it only lights up a blue light for about 10 seconds, and then flashes red. I doubt it was bricked by Amazon, because I use this button in the local intranet only to control some smart home devices, my Router does not allow the device to communicate with the internet. So I am not sure what actually bricked it.
The audio-hack didn't work, and also trying to access http://192.168.0.1/?amzn_ssid=SSID&amzn_pw=PASSWORD does not do anything at all, in fact, nothing happens in the browser when I call that URL.
When I access only http://192.168.0.1/, i can at least get the firmware version and MAC, serial, battery status, but that's all.
So my questions are:
1.) How could the device have become bricked? It has no internet access
2.) Is there any chance to unbrick?
Thanks!
Hi,
my Dash button (Firmware 60019520_EU) suddenly doesn't work anymore, from one day to the next it only lights up a blue light for about 10 seconds, and then flashes red. I doubt it was bricked by Amazon, because I use this button in the local intranet only to control some smart home devices, my Router does not allow the device to communicate with the internet. So I am not sure what actually bricked it.
The audio-hack didn't work, and also trying to access http://192.168.0.1/?amzn_ssid=SSID&amzn_pw=PASSWORD does not do anything at all, in fact, nothing happens in the browser when I call that URL.
When I access only http://192.168.0.1/, i can at least get the firmware version and MAC, serial, battery status, but that's all.
So my questions are:
1.) How could the device have become bricked? It has no internet access
2.) Is there any chance to unbrick?Thanks!
Hello.
My best bet is low battery.
Check the battery percentage in the webUI. The firmware erases the customer secret when the battery becomes to low (don't know the exact value). As the device is suposed to be trashed when it runs out if battery this is probably a safety feature to preserve your amazon account and wifi credential. From there if the audio hack doesn't work : there is no known recovery ...
To avoid this issue you have to swap the battery before it reaches the threshold -> that isnt causing a reset because the device isn't powered between press to save power.
I am a total noob with Python and faced similar issues as others here but finally it worked!
Firmware Version: 60019520_EU
On a windows machine I did the following:
- Install Python
Then open a Windows cmd line and go to the path of your python installation. Example:
C:\Users\user\AppData\Local\Programs\Python\Python38-32\
- install "requests" there:
python -m pip install requests or py -m pip install requests
Save the script from above as py file at this path under the name "setup.py". In the script replace the
r.content with r.content.decode('utf-8') in line 18 and line 25.
I´ve installed old amazon app apk version 18.4.0.100 wich has still the function to add new dash buttons.
I just tried the mentioned App version in the German region but no Dash menus or settings are visible to add a new button.
- Long press the dash button until LED light blinks in blue
- Connect to Wifi with SSID "Amazon ConfigureMe"
- Waiting for connection...
- Connected!
Traceback (most recent call last):
File "D:\setup-dashbutton.py", line 60, in
wait_for_device()
File "D:\setup-dashbutton.py", line 26, in wait_for_device
serial = re.findall('Serial Number[^/]+>([A-Z0-9_]+)</td', content, re.DOTALL)[0]
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2800.0_x64__qbz5n2kfra8p0\lib\re.py", line 240, in findall
return _compile(pattern, flags).findall(string)
TypeError: cannot use a string pattern on a bytes-like object
File "D:\setup-dashbutton.py", line 26, in wait_for_device
You may need to append .decode('utf-8')
to line 25.
I am on FW version 60019520_EU
and it worked.
The problem in my case was that I had to url encode the SSID and password because it contained spaces and special characters.
Note: Don't forget to block internet access for your dash buttons otherwise they will get an OTA update and brick themselves.
Seems like my button is connection to the wireless network but isn't able to acquire a DHCP lease - odd.
and then what i do?