How do you get this device to show vibration instead of open/closed?
Acceleration is what you want.
Great! How do i get it to show that?
It should be part of the device type. If you go into the IDE what device type is listed for the device?
Go to https://graph.api.smartthings.com/. Once logged in Click âMy Devicesâ Under the âTypeâ column the device should be listed as âSmartSense Multi Sensorâ. If it is then acceleration is part of the device type. When building your rule you will need to select âaccelerationâ for the capability. It is possible that the SmartApp you are using doesnât support that capability. What SmartApp are you using? What are you trying to do?
Heh
Well. The sensor is attached to a $200,000 cosmetic laser. Iâd like to use it to detect movement and incorporate it into an alarm system to receive notifications if itâs moved.
LOL. I would probably use a more stable system if you have anything of value you want to protect. The multi-sensor will tell you if someone moves it. Theoretically it should work for what you want. I would use Rule Machine to build the logic.
Hi @Arlo_Miller. When ST moved to app 2.x, that ability to choose things like that got âaccidentallyâ removed.
Your only options are to create your own device type modeled after STâs and tweak what the default is, OR install version 1.7.6 of the app that still letâs you make those changes which show up in app 2.x. Thatâs what I do.