Skip to content

Instantly share code, notes, and snippets.

View neubi4's full-sized avatar

Martin Neubert neubi4

View GitHub Profile
@neubi4
neubi4 / senec_app_api_aiohttp.py
Created September 2, 2023 08:26
a POC with aiohttp using senec app api
'''
Logs in to Senec app api and reads all specified information from SENEC APP API
'''
import json
import logging
import aiohttp
import asyncio
logging.basicConfig(level=logging.DEBUG)