Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiFi does not work #103

Open
ConorMatthews opened this issue Oct 30, 2017 · 3 comments
Open

WiFi does not work #103

ConorMatthews opened this issue Oct 30, 2017 · 3 comments

Comments

@ConorMatthews
Copy link

WiFi will find the button while running the finder script but when you run the actual dasher script it will not trigger the reaction however it does work over ethernet.
Is there any way to get this working over WiFi?
Thanks

@semaf
Copy link

semaf commented Nov 19, 2017

Have the same problem. The finder gets the MAC but it will not trigger it. I tested it with Pcap4J (OpenHAB2) and that can trigger it. NPM error log does not have any entries.

16:56:27.909 [INFO ] [b.core.service.AbstractActiveService] - HTTP Refresh Service has been started
16:56:29.422 [WARN ] [org.pcap4j.util.PropertiesLoader    ] - [org/pcap4j/pcap4j.properties] Could not get value by org.pcap4j.af.inet, use default value: null
16:56:29.424 [WARN ] [org.pcap4j.util.PropertiesLoader    ] - [org/pcap4j/pcap4j.properties] Could not get value by org.pcap4j.af.inet6, use default value: null
16:56:29.425 [WARN ] [org.pcap4j.util.PropertiesLoader    ] - [org/pcap4j/pcap4j.properties] Could not get value by org.pcap4j.af.packet, use default value: null
16:56:29.426 [WARN ] [org.pcap4j.util.PropertiesLoader    ] - [org/pcap4j/pcap4j.properties] Could not get value by org.pcap4j.af.link, use default value: null
16:56:29.499 [INFO ] [me.event.ThingStatusInfoChangedEvent] - 'amazondashbutton:dashbutton:0c-47-cc-0e-dd-d3' changed from INITIALIZING to ONLINE
16:56:29.593 [WARN ] [org.pcap4j.util.PropertiesLoader    ] - [org/pcap4j/pcap4j.properties] Could not get value by org.pcap4j.dlt.raw, use default value: null
16:56:45.190 [INFO ] [marthome.event.ChannelTriggeredEvent] - amazondashbutton:dashbutton:0c-47-cc-0e-dd-d3:press triggered

@nwithan8
Copy link

nwithan8 commented Jan 4, 2018

Same issue here. Any solution?

@nwithan8
Copy link

nwithan8 commented Jan 4, 2018

I believe I just solved it. Dash button is likely using the udp protocol.
"If your Dash button is using udp, specify it in the button config."
Include "protocol": "udp",
and it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants