Dewayne

Results 9 comments of Dewayne

I would love to have "hey google, let the dogs in". What would it take to get the ability to lock and unlock the door via api?

I don't yet know python, but here is an allegedly working example of changing the door lock configuration in PHP: https://github.com/alextoft/sureflap

Here is how it's being done by alextoft in PHP: it's an HTTP PUT to ``` $endpoint/api/device/PET_FLAP_ID/control ``` containing the following json: ``` $json = { locking: $lock } ```...

I'm getting a build error with the cmake build: make [ 33%] Built target cminpack [ 47%] Built target imagelib [ 49%] Built target matrix [ 58%] Built target zlib...

Resolved by adding -lblas to the end of: src/CMakeFiles/Bundle2PMVS.dir/link.txt src/CMakeFiles/Bundler.dir/link.txt src/CMakeFiles/RadialUndistort.dir/link.txt

Create a free public certificate in the region us-east-1 using the AWS service ACM. **YES THE REGION MUST BE "us-east-1"** This is due to limitations within API Gateway. After doing...

I am encountering the same issue. Even after successful execution of "pressless setup" and "pressless deploy", when I go to https://wordpress.mydomain.com/wp-admin/ or http://wordpress.mydomain.com/ I receive the following error in my...

[29 seconds](https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html) is the maximum integration time. > Integration Timeout: 50 milliseconds - 29 seconds for all integration types, including Lambda, Lambda proxy, HTTP, HTTP proxy, and AWS integrations.

Could you please upload the needed file(s). Currently this project does not compile.