Hello everyone. Having an issue with button events from Smartthings connected buttons (Aqara single button and Aeotec 4 buttons) not seen by Home Assistant. I have an integration with Smartthings defined, and it was working for more than a year without any problems. I can see those events in Smartthings, however even listening for all events in HA i don’t see events for buttons being fired in HA.
This happened after the latest upgrade of HA. After the upgrade, HA asked me to re-login to Smartthings and since then it stopped working. I tried to remove integration/restart/add it back - same result.
Same here. I have an Ikea Button paired to Smartthings and Home Assistant is not receiving the events anymore since the last update.
In the logs of HA I see this every time I press the button :
2025-03-07 08:19:32.689 INFO (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook
followed by a long hex chain and an IP in the 3.x.x.x and 18.x.x.x ranges
So the Button event are received, there is just something missing in the integration to parse them properly.
@joostlek can you have a look - looks like something is missing in the button domain from the new Smartthings integration - let us know if and where we should open a bug.
You are right, i followed your advice and checked the logs - it looks like HA receives events, its just the new integration doesnt process them somewhere. Here is what i see in the log:
2025-03-07 08:39:48.053 DEBUG (MainThread) [pysmartthings] Received event: {“eventTime”:1741354788012,“eventType”:“DEVICE_EVENT”,“deviceEvent”:{“eventId”:“a32dbf0f-fb59-11ef-b8c4-83adc8a12c72”,“locationId”:“0e25009f-c560-43e3-96ea-78d8b3a576bc”,“ownerId”:“0e25009f-c560-43e3-96ea-78d8b3a576bc”,“ownerType”:“LOCATION”,“deviceId”:“31352b63-7ed7-4cae-a239-c5ba60666f29”,“componentId”:“button4”,“capability”:“button”,“attribute”:“button”,“value”:“pushed”,“valueType”:“string”,“stateChange”:true,“data”:{},“subscriptionName”:“My Home Assistant sub”,“commandId”:“”,“sensitive”:false}}
2025-03-07 08:39:48.082 DEBUG (MainThread) [pysmartthings] Received event: {“eventTime”:1741354788036,“eventType”:“DEVICE_EVENT”,“deviceEvent”:{“eventId”:“a3316917-fb59-11ef-80d5-1f441c042189”,“locationId”:“0e25009f-c560-43e3-96ea-78d8b3a576bc”,“ownerId”:“0e25009f-c560-43e3-96ea-78d8b3a576bc”,“ownerType”:“LOCATION”,“deviceId”:“31352b63-7ed7-4cae-a239-c5ba60666f29”,“componentId”:“main”,“capability”:“button”,“attribute”:“button”,“value”:“pushed”,“valueType”:“string”,“stateChange”:true,“data”:{},“subscriptionName”:“My Home Assistant sub”,“commandId”:“”,“sensitive”:false}}