Amazon Dash button binding

  • Platform information:
    • Hardware: pi3+
    • OS: raspbian stretch
    • Java Runtime Environment: zulu
    • openHAB version: 2
  • Issue of the topic:

I can’t find my Amazon dash button how do I need configure the java Zulu the correct way???

I followed the instruction Everything is running

Hi Milo

There’s a great setup guide here:

Then check the openhab log & watch when you press the button for something like

2018-11-12 23:13:35.341 [vent.ChannelTriggeredEvent] - amazondashbutton:dashbutton:68-37-xx-xx-xx-xx:press triggered

It doesn’t seem to have added it as a “thing” in the things directory, but it’s on the paper UI “things” page <?>

I got that far!
My trouble is that I’m trying to use the example rule:
rule “dogfood button pressed”
when
Channel “amazondashbutton:dashbutton:68-37-xx-xx-xx-xx:press” triggered
then
logInfo(“dogfood”, “My Dash Button has been pressed”)
end

But it doesn’t work, even though it’s called “dogfood.rules” and in the rules directory…
Bit stuck now myself!

Any thoughts anyone??