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

State button on PUSH mode #21

Open
AdminKage opened this issue Oct 23, 2018 · 0 comments
Open

State button on PUSH mode #21

AdminKage opened this issue Oct 23, 2018 · 0 comments
Labels

Comments

@AdminKage
Copy link

AdminKage commented Oct 23, 2018

Hi, I set the bridge and everything works perfectly except the PUSH method, after having activated it goes Off and then returns to On. Tested different configurations and also increased the time from 100ms to 3000ms in index.js, but keep giving me the same error.

Here the config.json

"platform": "Blynk",
"name": "Blynk",
"serverurl": "xxxxxxxxxxx",
"token": "xxxxxxxxxxxxxxxxxxxxxx",
"pollerperiod": "1",
"accessories": [{
"name": "Cancello Pedonale",
"widget": "Switch",
"mode": "PUSH",
"caption": "Cancello Pedonale",
"pin": "D13"
},
{
"name": "Cancello Auto",
"widget": "Switch",
"mode": "PUSH",
"caption": "Cancello",
"pin": "D4"
}]

@ilcato ilcato added the bug label Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants