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"
}
]