Dashio addon repeating commands 5 times in a row - issue

Hi everyone! I’ve just started using Dashio to capture some button presses from unused amazon dash buttons I have lying around. I was able to set it all up to run a script (at this point it just sends me a message to test functionality), however whenever I press the button the script is called by dashio 5 tiiems is a row before it stops… Has anyone else see this or know how to fix? I only want it to call the command ONCE and then stop. thanks!!

I have a ubiquity wifi/router setup, I wonder if it is keeping the MAC as “active”, or similar, for too long? and I don’t really have any ideas beyond that, my network knowledge is not all that great.

log output for a SINGLE button press:

root@hassio:~# docker logs -f e812940f6587
starting version 3.2.2
WARNING: No route found for IPv6 destination :: (no default route?). This affects only IPv6
2017-10-31 19:25:02,269 | INFO | Reading config file: /data/options.json
2017-10-31 19:25:02,270 | INFO | Starting sniffing...
2017-10-31 19:25:42,547 | INFO | finish button pressed!
2017-10-31 19:25:42,548 | INFO | Request: http://10.x.x.x:8123/api/services/script/dash_finish
2017-10-31 19:25:43,024 | INFO | Status Code: 200
2017-10-31 19:25:43,025 | INFO | Successful request
2017-10-31 19:26:03,057 | INFO | finish button pressed!
2017-10-31 19:26:03,057 | INFO | Request: http://10.x.x.x:8123/api/services/script/dash_finish
2017-10-31 19:26:03,497 | INFO | Status Code: 200
2017-10-31 19:26:03,497 | INFO | Successful request
2017-10-31 19:26:23,528 | INFO | finish button pressed!
2017-10-31 19:26:23,529 | INFO | Request: http://10.x.x.x:8123/api/services/script/dash_finish
2017-10-31 19:26:23,980 | INFO | Status Code: 200
2017-10-31 19:26:23,980 | INFO | Successful request
2017-10-31 19:26:44,011 | INFO | finish button pressed!
2017-10-31 19:26:44,012 | INFO | Request: http://10.x.x.x:8123/api/services/script/dash_finish
2017-10-31 19:26:44,495 | INFO | Status Code: 200
2017-10-31 19:26:44,496 | INFO | Successful request
2017-10-31 19:27:04,527 | INFO | finish button pressed!
2017-10-31 19:27:04,527 | INFO | Request: http://10.x.x.x:8123/api/services/script/dash_finish
2017-10-31 19:27:04,987 | INFO | Status Code: 200
2017-10-31 19:27:04,987 | INFO | Successful request

For anyone who cares, this issue was addressed by the author of the addon and is now fixed :slight_smile: