Hi SimonF, First off, thanks a lot for all the work on this plugin — and especially the recent i915 + qmassa backend additions. The NVIDIA side of my setup works beautifully. I'm running into one stubborn little thing and was hoping you could point me in the right direction. I have a mixed setup (an NVIDIA RTX PRO 6000 plus an Intel Arc A310), and while the NVIDIA panel renders perfectly, the A310 panel just won't appear on the dashboard — even with an active Plex transcode on the Arc. I've done a fair bit of digging before posting, so here's everything I've found: Setup: - Unraid 7.3.1, gpustat 2026.05.19 - Intel Backend (i915) = "intel_gpu_top + qmassa"; qmassa is present at /usr/local/sbin/qmassa - GPUs: NVIDIA RTX PRO 6000 (renders fine) + Intel Arc A310 (DG2, 8086:56a6), i915, /dev/dri/card2, renderD129, PCI 0000:91:00.0. Both are selected in "Unit ID for Dashboard (Multiple)". What I've checked so far: - intel_gpu_top -L and -J both give correct output. - qmassa reads the A310 fine. Idle sample (key fields): "pci_id":"8086:56A6", "drv_name":"i915", "dev_nodes":"card2, renderD129", vram_total ~4GB, freq cur 2450, power ~14.7W, temp 36C, fan ~2900 RPM — but "eng_names":[], "eng_usage":{} and "clis_stats":[] are empty while idle. - /tmp has A310 cache files (gpustat_power_reading_cache_0000_91_00.0.json and gpustat_fan_cache_0000_91_00.0.json), so the plugin does seem to be gathering the A310 data. - DEBUGLOG = 1 in gpustat.cfg, but I can't find a debug log anywhere (no /var/log/gpustats.debug, nothing matching gpustat in /var/log). - php .../gpustatusmulti.php from the CLI returns []. So the data is clearly being collected, but the panel never renders. Two questions: where should the debug log live in 2026.05.19 (so I can grab something useful for you), and is there a known fix or an updated Intel.php for A310/DG2 cards not appearing next to an NVIDIA card? Happy to run any tests or pull whatever logs would help — just let me know. Thanks again for maintaining this, it's much appreciated!