John Baxendale
John Baxendale
You perhaps don't have the necessary opencl drivers installed for NBMiner to find, try this: `sudo apt-get install opencl-*amdgpu*`
Same issue as @mifraburneo and @3N37, running 3.7.6 firmware the curl always times out when trying to unlock. I can see it's trying to contact apid.coolkit.cn/v2/d/otaflash (changed URL from earlier...
Thanks for sharing it @3N37, unfortunately it no longer works - the call to the unlock server is happening but the response seems to be ignored, the curl eventually times...
Rewrite module is working great: ``` siftah@fozzie sonoff-ota-flash-cli-devid-fix % curl -v -X POST http://apid.coolkit.cn/v2/d/otaflash --data-raw '{"deviceid":"10009be24e","data":{} }' Note: Unnecessary use of -X or --request, POST is already inferred. * Trying...
Times out when calling the ota_unlock :( ``` siftah@fozzie sonoff-ota-flash-cli-devid-fix % curl http://192.168.1.90:8081/zeroconf/ota_unlock -XPOST --data-raw '{"deviceid":"10009be24e","data":{} }' -v Note: Unnecessary use of -X or --request, POST is already inferred. *...
@3N37 Yes, both of those things are proven in the dumps I've pasted above; 1. This is the Sonoff (192.168.1.90) on my local network making the POST to my server...
I was not able to unlock it, because the curl times out and never completes. I did use the manual procedure as explained in your .pdf, the logs I've pasted...
@3N37 Exactly the same error. ``` siftah@fozzie ~ % curl -XPOST --header "Content-Type: application/json" --data-raw '{"data": {}}' 192.168.1.90:8081/zeroconf/ota_unlock curl: (52) Empty reply from server ```