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 November 23, 2025 13:45
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.6.0
"""
from __future__ import annotations
import asyncio
from dataclasses import replace
import json