ilcato / homebridge-blynk

Homebridge plugin for the Blynk platform
MIT License
20 stars 30 forks source link

State button on PUSH mode #21

Open AdminKage opened 5 years ago

AdminKage commented 5 years ago

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" }]