-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error: value
required in setHeader("SecurityToken", value).
#13
Comments
I was wondering what the solution is because I have the exact same error/issue and can't find a resolution. Thank you in advance. |
Do you have a firewall that inspects the https connections? I had the same issue and i had to disable the inspect for the mac address of the rapsberry pi |
Thank you for responding! I do not have anything like that in place. I'm using an Apple AirPort Extreme router, my main machine is an iMac. I can easily connect to my Pi via VNC or Remote Desktop. |
Out of curiosity what happens if you remove the description line from your |
I don't have a description line in my config.json. I installed: sudo npm install -g homebridge-liftmaster Does that not grab the latest version? And if there is a different way to install it, what's the easiest way to remove the old version (I'm still new to this) Thanks again |
That should be pulling the newest version.. Have you tried uninstalling the |
Yes, a brand new one I just got this morning RPi2 Model B http://www.amazon.com/gp/product/B008XVAVAW I haven't figured out how to uninstall yet. One more thing. This is a Craftsman Assurelink garage door opener, which is made by LiftMaster. Is there anything I need to do differently to make it work with Assurelink? |
Hang on a for a couple minutes. Let me switch over to my computer. So I |
I'm afraid I'm not, but I'm more than happy to go there if you give me a link! |
I'm there now |
@toolman1, sorry i am late but have you looked at assurelink plugin for your assurelink device yet? Its a modified version for assurelink |
The one I installed was: npm install homebridge-assurelink Are you saying there's a newer version? On Mon, Mar 7, 2016 at 1:58 PM, Tek Nepal notifications@github.com wrote:
|
No there is not a updated version, is is working for you with that plugin? |
Definitely! Although now I'm using Wink app with the Homebridge Wink plugin On Mon, Mar 7, 2016 at 2:23 PM, Tek Nepal notifications@github.com wrote:
|
Using node v4.0 on a pi v3:
|
I have my lift master setup in home bridge. When I issue a command to open the door, ("Hey Siri, open the Garage Door" I get:
Error:
valuerequired in setHeader("SecurityToken", value).
In the .err log, and[Garage Door] Logged in with user ID undefined
in the .logI have defined the Garage Door in config.json as follows:
{
"accessory": "LiftMaster",
"name": "Garage Door",
"description": "Chamberlain garage door opener",
"username": "user+extension@example.com",
"password": "password"
}
The user+extension@example.com is the email address I have registered with Chamberlain, of course.
The text was updated successfully, but these errors were encountered: