Where did you buy the different region motherboard?
hello everyone, I have a Samsung SHP-DP609 door lock, with thi wifi module: https://www.comax.com.ar/MLA-1114156657-modulo-wifi-iot-samsung-shp-dp609-_JM … I downloaded the app, but when i go to add a device the screen is blank, any suggestions or experience for the SHP-DP609 ? I want to open it remotely vua wifi, many thanks in advance
I don’t believe that lock is supported by ST.
hello, i have a I Samsung shp dp728 smart doorlock. I have downloaded SHome app to open the door automatically. Shome app does not open the Samsung smart doorlock shp dp 728 when i approach the doorlock. Shome app constantly is showing that it is “Looking for a doorklock”. The Bluetooth is connected as when i enter the property and leave a notification is displayed in the Shome app. I tried Samsung, they are useless. Can anybody help?
I can control the lock and viewing the status, battery, history by using SmartThings app and the my.smartthing.com web dashboard.
Hi all - I have one of the older ‘Digital’ spec SDS-P717 (no fingerprint) - I think I’ve had it for 8-9 years now. Love it, but would also love to get some more home automation around the house without spending a fortune replacing it (it was very expensive at the time).
I saw that there was an ADT400 module that works with a specific remote… some users have reported success with the 300 module, I can’t find that anywhere. I do have one of those Homey Bridge units that supposedly supports all connection technologies. Can’t for the life of me get it to see anything.
Also not sure if there is an initialisation technique for the P717 so that it actually registers the remote receiver - there is no included documentation and the internet is very unkind for this sort of research - it’s hidden under a rock on Mars basically haha.
Anyway, bit of a noob here, I have done substantial research but I am pretty lost and would love some direction just to get the module recognised somewhere.
Cheers!
JD
Please use “smartthings customize”
I can integrate smartlock dp-609 with home assistant
Any chance you could post the SmartThings customize yaml that made this work? I’ve installed the integration but got stuck
# https://my.smartthings.com/advanced/
# After identifying the information of the device from the above site, modify the setting file
globals:
# lock:
# - name: "Lock"
# component: main
# capability: absoluteweather46907.lockstaterelease
# state:
# attribute: lock
# command:
# "lock": "setLock"
# "unlock": "setLock"
# argument:
# "lock": ["lock"]
# "unlock": ["unlock"]
# lock_state: ["locked.en"]
# The device ID of the SmartThings to ignore. Once added here, it will not be added as a device.
# This setting does not affect individual device settings (devies:)
ignore_devices: []
# - b065a858-1927-fd98-a374-7fc1498e8c76
# You can also add settings for individual devices under the devices: entry
# (if you add them here they will be ignored in the global settings).
# parent_entity_id - Included in the same device as the specified entity ID
devices:
# Zigbang Smart Doorlock
- device_id: <<your device id here>>
lock:
- name: "Lock"
component: main
capability: absoluteweather46907.lockstaterelease
state:
attribute: lock
command:
"lock": "setLock"
"unlock": "setLock"
argument:
"lock": ["lock"]
"unlock": ["unlock"]
lock_state: ["locked.en"]
sensor:
- name: "Battery"
component: main
capability: battery
state:
attribute: battery
button:
- name: "Refresh"
component: main
capability: refresh
command: refresh
ignore_platforms:
- scene
default_entity_id_format: "st_custom_%{device_id}_%{device_type}_%{label}_%{component}_%{capability}_%{attribute}_%{command}_%{name}"
Here you are. However, several points need to be noted:
-
The “Lock” command does not work because the door lock automatically engages itself after 7 seconds once the door is closed.
-
This customized component still uses personal access tokens (PATs) for authorization. Currently, ST is restricting the time-to-live (TTL) of newly issued PATs to 24 hours, which means you will encounter 401 errors once the token expires. The original ST component has already updated its authorization logic to support OAuth to address this change.
-
Another issue related to the integration between ST and Zigbang Smart Doorlock concerns the lock/unlock events. You may notice that some events are missing in ST, which could pose a problem if you rely on lock/unlock events as triggers for automation. I’m unsure whether the developer of this integration will address the issue or if it can be fixed. This might explain why the lock is not available as an automation trigger in ST.
Thanks that was super helpful - i got it working in homeassistant. Your additional observations also help - probably not a reliable trigger for other things, but at least useful to have an unlock button.


