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 .log
I 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.