Closed fynnit closed 8 years ago
and the config.json part:
}, {
"accessory": "RCSwitch",
"name": "Switch A",
"onCode": 5359777,
"offCode": 5353887,
"pulseLength": 329,
"bitLength": 24,
"repeats": 10
},{
"accessory": "RCSwitch",
"name": "Switch B",
"onCode": 5352849,
"offCode": 5352852,
"pulseLength": 329,
"bitLength": 24,
"repeats": 10
},{
"accessory": "RCSwitch",
"name": "Switch C",
"onCode": 5353617,
"offCode": 5353620,
"pulseLength": 329,
"bitLength": 24,
"repeats": 10
},{
"accessory": "RCSwitch",
"name": "Switch D",
"onCode": 5353809,
"offCode": 5353812,
"pulseLength": 329,
"bitLength": 24,
"repeats": 10
},{
Huh. Sorry for the slow reply. What version of homebridge and homebridge-rcswitch-gpiomem are you running? I'll see if I can replicate. Also are you sure about the pulse length of 329?
Nate
On Tue, Nov 1, 2016 at 4:09 PM, fynn notifications@github.com wrote:
and the config.json part: }, { "accessory": "RCSwitch", "name": "Switch A", "onCode": 5359777, "offCode": 5353887, "pulseLength": 329, "bitLength": 24, "repeats": 10 },{ "accessory": "RCSwitch", "name": "Switch B", "onCode": 5352849, "offCode": 5352852, "pulseLength": 329, "bitLength": 24, "repeats": 10 },{ "accessory": "RCSwitch", "name": "Switch C", "onCode": 5353617, "offCode": 5353620, "pulseLength": 329, "bitLength": 24, "repeats": 10 },{ "accessory": "RCSwitch", "name": "Switch D", "onCode": 5353809, "offCode": 5353812, "pulseLength": 329, "bitLength": 24, "repeats": 10 },{
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/n8henrie/homebridge-rcswitch-gpiomem/issues/7#issuecomment-257714233, or mute the thread https://github.com/notifications/unsubscribe-auth/ABLYDLGB8iutgcNorR3FSTq0iDvd7_G9ks5q57iygaJpZM4Kmo_0 .
thanks nate for your reply. the original error was due to a misconfig. i take it has to be the exact puls length? what if i have a different length on the out frequence?
fynn
ur right. the puls length was incorrect. extraordinary work nate! you made my year!
Sweet! Glad you got it working. If there's nothing else, would you mind closing the issue?
dear henrie, big props to this amazing plugin. i almost got it to work, even sniffed out the codes, but after adding them to my config.json, and reloading homebrige, i got this error.
do you know how to fix it? im a rookie in the pi business!
cheers and thank you!
fynn