recallfx / node-red-contrib-eufy-security

Eufy security node for Node RED
MIT License
6 stars 6 forks source link

Connection and configuration problems #16

Closed boomvalt closed 11 months ago

boomvalt commented 2 years ago

I'm having problems connecting to eufy security. It seems to be related to repeated emails with a one-time authentication codes I keep getting. Configuration is a problem too as the only device I have is the 2k pan-tilt camera. I can put in the Cam SN, but what should I do with the Station SN as I have no station? Leave it blank?

recallfx commented 11 months ago

You would need to use connect command with login options like this:

{
    "command": "connect",
    "loginOptions": {
        "verifyCode": "123"
    }
}