question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Homebridge MyQ unconfigured parameters

See original GitHub issue

I did everything step by step, and copy pasted the config.json from this site. then when I try to add the device on the iOS app devices, it says unconfigured parameter. I spent 22 hours reading and trying please help. thank you. I am willing to pay for someone helping get this work.

"platforms": [
   {
     "platform": "MyQ",
     "name": "MyQ",
     "MyQApplicationId": "NWknvuBd7LoFHfXmKNMBcgajXtZEgKUh4V7WNzMidrpUUluDpVYVZx+xT4PCM5Kx",
     "UserAgent": "Chamberlain/2793 (iPhone; iOS 9.3; Scale/2.00)",
     "BrandId": "2",
     "culture": "en",
     "username": “********@yahoo.com”,
     "password": “******”,
     "loglevel":"0"
   }
],

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:25 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
nzhomecommented, Jul 30, 2016

your original problem was because you used the wrong kind of quote marks, I spotted it straight away… those are inverted quote marks, you need to use straight up and down quote marks. yes homebridge needs better config.json error handling, but its all we’ve got. if you don’t use proper quote marks, then the parameter is not valid, and the username and password parameter can not be found, which means its “unconfigured”, hence your error message.

“username”: “****@yahoo.com”, “password”: “**”,

0reactions
azulon1commented, Aug 3, 2016

yea, I was advised to use the lift master. so the myq is newer? Would you help us with creating a config.son. I don’t know if I have to look up IPS or anything , I am new to that. if you could tell me what the config fi

Read more comments on GitHub >

github_iconTop Results From Across the Web

homebridge-myq/FeatureOptions.md at master - GitHub
homebridge -myq is a Homebridge plugin that makes myQ-enabled devices available to Apple's HomeKit smart home platform. myQ-enabled devices include many ...
Read more >
MyQ garage w/Homebridge plugin unrequested open while ...
I'm using a Wifi-enabled Chamberlain garage door connected to MyQ and the Homebridge MyQ plugin (as in, not the "official" MyQ Homekit bridge.) ......
Read more >
homebridge-myq - npm
Start using homebridge-myq in your project by running `npm i homebridge-myq`. There are no other projects in the npm registry using ...
Read more >
Does anyone know if I can change tv stations (not hdmi input ...
Does anyone know if I can change tv stations (not hdmi input or apps) and what is the right code? Maybe someone has...
Read more >
How to Set up a myQ Home Bridge and Transfer Devices from ...
Unplug the Home Bridge and plug back in. · Go to Wi-Fi settings in your mobile device and connect the mobile device to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found