Skip to content
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

[CT200] SyntaxError encountered while sending request! Double-check login details! #22

Closed
Barclay2k opened this issue Jan 2, 2022 · 2 comments
Labels
question Further information is requested

Comments

@Barclay2k
Copy link

Describe Your Problem:
I've checked, and double checked the details on the config. The account password matches what I use to login to the Bosch account.
The access key is correct... but in the Bosch App it's called 'Access code' - I removed the spaces when entering it in the config.
Serial key is correct... but in the Bosch App it's called 'Serial number'.

All I keep getting in HomeBridge is the following:

[CT200] SyntaxError encountered while sending request! Double-check login details!

Logs:
[CT200] SyntaxError encountered while sending request! Double-check login details!

Plugin Config:

{
    "bridge": {
        "name": "Homebridge 4442",
        "username": "0E:BC:22:31:44:42",
        "port": 51920,
        "pin": "440-36-562"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "access": "zFjBAV9ywfZyXPpV",
            "serial": "101205381",
            "password": "XXXXXX-XXXXXX-XXXXXX",
            "away": true,
            "zoneInterval": 2,
            "auxInterval": 5,
            "zones": [
                {
                    "index": 1,
                    "name": "Thermostat"
                }
            ],
            "platform": "CT200"
        }
    ]
}

Screenshots:

Environment:

  • Plugin Version:v2.2.0
  • Homebridge Version:
  • Node.js Version:
  • NPM Version:
  • Operating System:
@Barclay2k Barclay2k added the question Further information is requested label Jan 2, 2022
@Barclay2k
Copy link
Author

I've worked out the password for your BOSCH ID account is the WRONG one to use. You need to go to 'Settings' > 'Personal' > 'Change Password' and set a password here.

With the current EasyControl - you only use the BOSCH ID to authenticate.

@lynxcs
Copy link
Owner

lynxcs commented Jan 5, 2022

Great that you figured it out yourself! I'll add these instructions to the README so that other people with the same problem can see the solution. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants