I got it working by adding the device handler from this topic.
Purchased an IKEA tunable white bulb packaged with a 5 button switch. Have paired both with the ST hub. Got the bulb to work very easily, couldn’t find a DH for the button though. Figured this was my cue to wade into programming for ST. Did some reading, muddled through the documentation and community posts. “Borrowed” a4refillpad code for the Xiaomi Zigbee Button to try and view the messages sent to the hub.
Here is the code I’m using
/**
*/
metadata {
definition (name: “Tradfri Button Test”, namespace: “jamiethegoalie”, author: “jamiethegoalie”) {
capability “Battery”
capability “Button”
capability “Holdable Button”
capability “Actuator”
capability “Switch”
capability “Momentary”
capability “Configuration”
capability “Sensor”
capability “Refresh”
attribute "lastPres…
The dimmer is not a thing anymore and now I can pair it with the hub first and then with the bulbs. Now I can manage my lights both with the remote and the smartthings app.
2 Likes