added debug info about user

full_example
mcotton 2023-05-29 23:05:38 -05:00
parent 7dcd417fe6
commit 8e7255a308
1 changed files with 107 additions and 15 deletions

View File

@ -7,20 +7,22 @@
"source": [ "source": [
"# EagleEyev3 Playground #\n", "# EagleEyev3 Playground #\n",
"\n", "\n",
"To make this playground work, it is easier to read the `access_token` off the filesystem but you can always run the example server 'python server.py` to go thorugh the Oauth2 flow. By default it will save the `access_token` into a file named `.lazy_login`. The module looks for that file and tries reading t" "To make this playground work, it is easier to read the `access_token` off the filesystem but you can always run the example server `python server.py` to go thorugh the Oauth2 flow. By default it will save the `access_token` into a file named `.lazy_login`. The module looks for that file and tries reading t"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "51b8b66e", "id": "51b8b66e",
"metadata": {}, "metadata": {
"jp-MarkdownHeadingCollapsed": true
},
"source": [ "source": [
"## Adjust Log Level" "## Adjust Log Level"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 17, "execution_count": 8,
"id": "06d91db2", "id": "06d91db2",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -40,7 +42,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 23, "execution_count": 9,
"id": "1394471a", "id": "1394471a",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -50,7 +52,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 19, "execution_count": 10,
"id": "486a2537", "id": "486a2537",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -58,6 +60,63 @@
"een = EagleEyev3()" "een = EagleEyev3()"
] ]
}, },
{
"cell_type": "markdown",
"id": "0311109c-869c-4190-97c1-a6e717a8eeba",
"metadata": {
"jp-MarkdownHeadingCollapsed": true
},
"source": [
"## Who am I and what is my access_token"
]
},
{
"cell_type": "code",
"execution_count": 20,
"id": "e14e2be5-a5f9-4b8c-ae60-76c61cb61b8b",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'Mark Cotton - mcotton@mcottondesign.com'"
]
},
"execution_count": 20,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"f\"{een.current_user['firstName']} {een.current_user['lastName']} - {een.current_user['email']}\""
]
},
{
"cell_type": "code",
"execution_count": 21,
"id": "4ef47ae2-a010-4b7e-87f6-3dbf0a047e16",
"metadata": {
"collapsed": true,
"jupyter": {
"outputs_hidden": true
}
},
"outputs": [
{
"data": {
"text/plain": [
"'eyJraWQiOiI2ODYxYjBjYS0wZjI2LTExZWQtODYxZC0wMjQyYWMxMjAwMDIiLCJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJjYWZlZGVmMiIsImF1ZCI6InZtcy5hcGkiLCJpc3MiOiJ2bXMuYXV0aC52MSIsInZtc19hY2NvdW50IjoiMDAwMjgyMDEiLCJleHAiOjE2ODYwMTQ0NjUsImlhdCI6MTY4NTQwOTY2NiwianRpIjoiNDBkMThmZTA0YTZlNWE5NDI0OWE4NmVjNmE5NDA0YzYiLCJjbGllbnRfaWQiOiJQUkVWSUVXLU1BUkstV0VCIiwidm1zX2NsdXN0ZXIiOiJjMDEyIn0.RAVxuQtnb9WSv4jp4hNqEyPaVzlpK6GqodFAUybzrnGiPR9tHE5OIanCZf2aX5IGAyOk9Kn5UYD4h96iIt8cpCXIyrFPKGE3WtspAxYNBwczjAWTuZQ6lOxH2eIeo3QjoTeOZaL8JEfCmc5-NyK4xaTrnb0nuhUnWzB4Vo9xtqzn2mupYUEyOvkgM0nOaTxPlrJLRNjNKDWKwMtuE2wo94HbjeOi8lSvQcMPvm07qvS1nFEaTjzpHCdwENcK6ghEUv5wzbUsDm5FYZFi29MyGLLiwv6csGD8lY0C3FFsG5EbMFzNAqS-v-CriPgA-3X9rpgLiWNIjSFG8vj7ZzCtsg'"
]
},
"execution_count": 21,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"een.access_token"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "a22ff6c2", "id": "a22ff6c2",
@ -68,7 +127,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 20, "execution_count": 11,
"id": "bb457850", "id": "bb457850",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@ -78,7 +137,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 21, "execution_count": 14,
"id": "c43f1db1", "id": "c43f1db1",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@ -91,7 +150,7 @@
" ✅ [1002584c] - Safe]" " ✅ [1002584c] - Safe]"
] ]
}, },
"execution_count": 21, "execution_count": 14,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -102,21 +161,21 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 22, "execution_count": 23,
"id": "f4c6fe67", "id": "ad33bf2a-ea36-4ec1-8335-8a44089f5f7e",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"[ [10090759] - Benny Camera,\n", "[ [10090759] - Benny Camera,\n",
" [1003e10b] - Driveway,\n", " [1003e10b] - Driveway,\n",
" [100ba388] - Front Door,\n", " [100ba388] - Front Door,\n",
" [100b7b3b] - Max Camera,\n", " [100b7b3b] - Max Camera,\n",
" [1009ae55] - Office]" " [1009ae55] - Office]"
] ]
}, },
"execution_count": 22, "execution_count": 23,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -124,6 +183,39 @@
"source": [ "source": [
"[i for i in een.cameras if not i.is_online()]" "[i for i in een.cameras if not i.is_online()]"
] ]
},
{
"cell_type": "code",
"execution_count": 15,
"id": "f4c6fe67",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[ [10090759] - Benny Camera,\n",
" [1003e10b] - Driveway,\n",
" [100ba388] - Front Door,\n",
" [100b7b3b] - Max Camera,\n",
" [1009ae55] - Office]"
]
},
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"[i for i in een.cameras if not i.is_online()]"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b0ec786b-ed07-4486-a4d7-a7483e5a02ce",
"metadata": {},
"outputs": [],
"source": []
} }
], ],
"metadata": { "metadata": {
@ -142,7 +234,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.3" "version": "3.8.10"
} }
}, },
"nbformat": 4, "nbformat": 4,