Has anyone found a way to automate the daily authenticating?

I use the Alexa Routine Node, and it is great, but the daily authentication of my amazon account at “192.168.1.56:3456” in my browser is getting tedious.

Has anyone found a way to automate this? I thought about Auto Hot Key on my PC, but learning that is a whole new challenge to someone who barely understands YAML.

If it can run on another Windows machine then AutoIt is incredible simple to learn.

i cant take the credit for this but here is what i am using:

[
    {
        "id": "7172e7a7076a0713",
        "type": "group",
        "z": "7471f7c6faab5a73",
        "name": "Used To Auto Update Alexa App - Do Not DELETE",
        "style": {
            "stroke": "#92d04f",
            "fill": "#ff0000",
            "label": true,
            "label-position": "n",
            "color": "#ffffff"
        },
        "nodes": [
            "e63c03b3.745b48",
            "89e02d64.da77c8",
            "fc0183e2.5e7c2"
        ],
        "x": 34,
        "y": 19,
        "w": 602,
        "h": 82
    },
    {
        "id": "e63c03b3.745b48",
        "type": "inject",
        "z": "7471f7c6faab5a73",
        "g": "7172e7a7076a0713",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "86400",
        "crontab": "",
        "once": true,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "alexa",
        "payloadType": "flow",
        "x": 150,
        "y": 60,
        "wires": [
            [
                "89e02d64.da77c8"
            ]
        ]
    },
    {
        "id": "89e02d64.da77c8",
        "type": "alexa-remote-init",
        "z": "7471f7c6faab5a73",
        "g": "7172e7a7076a0713",
        "name": "",
        "account": "c8738129.d902c",
        "option": "initialise",
        "x": 340,
        "y": 60,
        "wires": [
            [
                "fc0183e2.5e7c2"
            ]
        ]
    },
    {
        "id": "fc0183e2.5e7c2",
        "type": "change",
        "z": "7471f7c6faab5a73",
        "g": "7172e7a7076a0713",
        "name": "",
        "rules": [
            {
                "t": "set",
                "p": "alexa",
                "pt": "flow",
                "to": "payload",
                "tot": "msg"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 540,
        "y": 60,
        "wires": [
            []
        ]
    },
    {
        "id": "c8738129.d902c",
        "type": "alexa-remote-account",
        "name": "alexa remote 2",
        "authMethod": "proxy",
        "proxyOwnIp": "192.168.1.129",
        "proxyPort": "8007",
        "cookieFile": "",
        "refreshInterval": "14",
        "alexaServiceHost": "pitangui.amazon.com",
        "amazonPage": "amazon.com",
        "acceptLanguage": "en-US",
        "userAgent": "",
        "useWsMqtt": "on",
        "autoInit": "off"
    }
]

Rebel, that code seemed to do the trick! Thank you!

Is that an .au3 file?

rebel102285’s post seems to be a Node Red flow.

OK. I am not used to seeing Node Red flows prettified.

It is node red “code”. You go to the import window in NR - paste all that text in - and poof - it creates 3 nodes around a red banner. Really kool - and it works. I’ve rebooted my intel server - restarted HA couple times since I installed it - and so far the ssl session stays active.