Door Sensor + Google Home + IFTTT

Using the above integration, you can have it say anything you want. At least the last time I tried it (it’s been awhile).

Are you wanting this announcement when a door is open after a certain amount of time?

I am using Raspberi Pi Zero w and VLCThing. This and RemindR does all my announcmentrs. I think you can brodcast to the Bluetooth on the GH. Not certain if you can brodcast via Bluetooth from the Raspberi Pie Zero W to GH.

I want to GH told me when the door was open and if the still open for X minutes.

I’m trying to set this up for a Xiaomi Mi Door/Window sensor.
It seems tho as if st_attr_value = open is not being triggered.
Is there anywhere I can see which parameters ARE actually triggered by the Xiaomi device so I can call them correctly in AutoCast ?

When I go to my SmartThings IDE I do get this line in the logfile for the sensor:
dc77da1f-d5f2-46fb-b8f9-97b0da6131b4 4:19:00 AM: debug Front door: Parse returned [name:contact, value:open, descriptionText:Front door was opened]

So it does seem to be getting “value: open” …

(I have subscribed to everything for the Thing, so that can’t be the issue.)