rvdbreemen/OTGW-firmware
A ESP8266 devkit firmware for the Nodoshop version of the Opentherm Gateway (OTGW)
185Stars
39Forks
13Claude Commits
C++Language
esp8266home-assistanthome-automationhomeassistantmqttopentherm-firmwareopentherm-gatewayotgwotgw-firmware
First Claude commit: Feb 15, 2026Last Claude commit: 18d agoDiscovered: Apr 13, 2026
Recent Claude Commits
Add handler timing to REST API debug log
2ae8fa918d agoauthor_emailAdd GET /api/v2/sensors/status endpoint for current sensor readings
583dd5918d agoauthor_emailClean up sensor debug: consistent format, fix broken address log
2add00d18d agoauthor_emailAdd response status code to REST API debug access log
27e52a718d agoauthor_emailClean up REST API debug: one-line access log, remove noise
ad09ca218d agoauthor_emailOptimize logging: cache OT timestamp, gate WebSocket, throttle flush
34e55dc18d agoauthor_emailMerge branch 'claude/limit-message-count-rUMEb' into dev
bc578b518d agoauthor_emailEliminate O(n²) strlen scanning in AddLog macros
af45a2c18d agoauthor_emailCache per-second work in _debugBOL() to reduce debug output overhead
9b922ff18d agoauthor_emailSplit MQTT debug into communication (key 3) and gating (key 5) flags
ec5f54018d agoauthor_emailSuppress noisy MQTT gate "skip" debug lines to reduce telnet volume
50c948918d agoauthor_emailfix: use local buffer for file delete path to prevent cMsg clobbering
a328d5d1mo agoauthor_emailAdd comprehensive codebase review with 40 findings
a2050812mo agoauthor_email