SBDOBRESCU:
kraig109:
Is there a Device Type or something needed to connect Abode and ST? I did not see any code, etc.
Not possible at this time.
kraig109:
what’s that process look like?
I just moved my locks back to Abode. The process is easy, however it can only be done via web not mobile app.
Could you use the Universal Device Type to create virtual smoke, leak, motion, lock, etc sensors that can be turned on/off via IFTT. Then the virtual devices would actually control the real devices in ST. Or vice versa.
This has got to be the sickest DTH ever…
The uDTH
Ever wished you could turn on a presence sensor with a switch?, or maybe take a lock command and send a motion event?
Basically this bad boy accepts these commands:
on
off
open
close
lock
unlock
and can turn them into these attribute states:
open
closed
present
not present
active
inactive
The following capabilities are presented on the command side:
switch
door control
garage door control
lock
The following devices are presented on the attribute side:
Contact
Motion
Presence
Door
Acceleration
Illuminance
Smoke
Water
Sound
You wire up an instance of this device to two separate apps, and off you go.
Add to your repo, and select the device MikeMaxwell : uDTH
the repo is
owner: MikeMaxwell
name: dth
[image]
[image]
[image…