Skip to content

Instantly share code, notes, and snippets.

View denpamusic's full-sized avatar

Denis Paavilainen denpamusic

View GitHub Profile
@denpamusic
denpamusic / diagnostics.py
Last active May 24, 2025 23:40
Collects ecoMAX device data and dumps it to the json file for diagnostics.
"""Collects device data and dumps it to the JSON file.
pyplumio version: >=0.5.44
"""
from __future__ import annotations
import asyncio
from dataclasses import replace
import json