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

Registering a press every 2 mins #65

Closed
johnsethwatkins opened this issue Nov 30, 2018 · 0 comments
Closed

Registering a press every 2 mins #65

johnsethwatkins opened this issue Nov 30, 2018 · 0 comments

Comments

@johnsethwatkins
Copy link

I have done two things at the same time so am slightly lost which might be causing a problem based on the rest of you having a happy experience.

I updated HassIO to .83.1 and I added a brand new, and my first, dash button to my set-up. Dashio is 0.3.1
Supervisor v140

According to my log files, presses are being detected regularly. This matches with my house going dark as the config is mapped to a test scene that turns everything off.

Has anyone else seen this behaviour please? The thing that really jumps out from the HASSIO log is it exactly every 2 mins, although I don't know if this is an Amazon thing or something at our end?

{
  "timeout": 15,
  "buttons": [
    {
      "name": "Lights Dash Button",
      "address": "7C:5C:F8:2F:3D:2F",
      "domain": "scene",
      "service": "turn_on",
      "service_data": "{\"entity_id\": \"scene.test\"}"
    }
  ]
}

ADD-ON LOG:
2018-11-30 10:14:35,618 | INFO | Reading config file: /data/options.json
2018-11-30 10:14:35,623 | INFO | Starting sniffing...
2018-11-30 10:15:09,105 | INFO | Lights Dash Button button pressed!
2018-11-30 10:15:09,106 | INFO | Request: http://hassio/homeassistant/api/services/scene/turn_on
2018-11-30 10:15:09,669 | INFO | Status Code: 200
2018-11-30 10:15:09,670 | INFO | Successful request
2018-11-30 10:15:09,707 | INFO | Packet captured, waiting 15s ...
2018-11-30 10:15:24,723 | INFO | Starting sniffing...
2018-11-30 10:17:09,106 | INFO | Lights Dash Button button pressed!
2018-11-30 10:17:09,107 | INFO | Request: http://hassio/homeassistant/api/services/scene/turn_on
2018-11-30 10:17:09,585 | INFO | Status Code: 200
2018-11-30 10:17:09,586 | INFO | Successful request
2018-11-30 10:17:09,627 | INFO | Packet captured, waiting 15s ...
2018-11-30 10:17:24,637 | INFO | Starting sniffing...

HassIO LOG:
18-11-30 08:17:09 INFO (MainThread) [hassio.api.proxy] /homeassistant/api/services/scene/turn_on access from 03d23610_dasshio
18-11-30 08:19:09 INFO (MainThread) [hassio.api.proxy] /homeassistant/api/services/scene/turn_on access from 03d23610_dasshio
18-11-30 08:21:09 INFO (MainThread) [hassio.api.proxy] /homeassistant/api/services/scene/turn_on access from 03d23610_dasshio
18-11-30 08:23:09 INFO (MainThread) [hassio.api.proxy] /homeassistant/api/services/scene/turn_on access from 03d23610_dasshio
18-11-30 08:25:09 INFO (MainThread) [hassio.api.proxy] /homeassistant/api/services/scene/turn_on access from 03d23610_dasshio
18-11-30 08:27:09 INFO (MainThread) [hassio.api.proxy] /homeassistant/api/services/scene/turn_on access from 03d23610_dasshio
18-11-30 08:29:09 INFO (MainThread) [hassio.api.proxy] /homeassistant/api/services/scene/turn_on access from 03d23610_dasshio
18-11-30 08:31:09 INFO (MainThread) [hassio.api.proxy] /homeassistant/api/services/scene/turn_on access from 03d23610_dasshio

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

1 participant