-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdoor Smartcam SNH-E6440BN #3
Comments
Hmm, unfortunately the logs aren't super helpful. Let's try some command-line HTTP requests and see what the result is. I'm using (and recommend) httpie. Please post the responses you get from the following queries (replace First, let's check firmware version (feel free to redact serial number, MAC, etc):
Then we'll check the
Then we can try a simple
|
Thanks for the action plan! Sorry for the delay, holiday travel. Here's what I got back. Firmware version:
videoanalysis endpoint:
PUT attempt: not much here unfortunately.
|
The http method for the last request should be a If the result of a You may also want to try changing a different setting, to see if other routes are affected. Perhaps try turning the status LED off:
|
Sorry, yes, that last one I ran as a PUT but typed POST by accident. I just updated the comment above to correctly say PUT. I just ran the Status LED PUT command and that worked fine!
Unfortunately there's no firmware update available = Is it possible that the path is just different for this model? Is there something we can run against it to list all the available routes? |
I don't think the path is different - if the route you're testing with was incorrect, you'd receive a I am curious if turning detection
|
No luck there either, 500 again.
What if I wired this thing through my PC and fired up wireshark, is there anything you can think of that would be useful there to help reverse-engineer this? Or does it really just boil down to them not having the route configured properly in the firmware? |
We're seeing everything useful. Unfortunately, it really does appear that the route is broken in the firmware. There is always the (very slight!) chance that the request parameters are different for this particular firmware, but that would be bad API design on their part, and it wouldn't line up with what has been reported for other devices so far. Plus, using the wrong parameters should result in a I'm sorry I don't have any better news for you - I'm out of ideas. You could try to contact Samsung (Techwin, really) and file a bug report, but I can't imagine that would have any appreciable effect. |
No worries!! I appreciate all the help you've given! I did try to contact Samsung about a year ago, and they told me the API is not supported. So that went nowhere, as expected. I'll try this all again and report back if they ever release a new firmware version. Thanks again! |
Hi,
Trying to use this device handler with my outdoor Smartcam SNH-E6440BN. I'm able to add the device and configure the IP/port, but see the following when I press "Done" to save the settings:
These settings don't seem to match the current settings on the camera (i.e. detection is currently on not off).
Then, here's the error message when I try to turn motion on via the SmartThings device:
The text was updated successfully, but these errors were encountered: