• Joined on 2024-05-26
VaKU pushed to master at VaKU/deyeChargeSpeed 2025-11-24 02:33:42 +02:00
7423d7c37e Added test/read_registers.py for testing
VaKU pushed to master at VaKU/deyeChargeSpeed 2025-11-22 23:29:12 +02:00
9f96a3e534 feat: Introduce PDF register extraction utility with a sample Deye Modbus manual and update README with comprehensive project details.
0b377db6c2 feat: Introduce a web interface for Deye inverter monitoring, expand Modbus data collection with new register blocks, and add supporting documentation.
e75f7222a0 feat: Enhance Deye inverter data extraction with a new web dashboard and Modbus register mapping tools.
Compare 3 commits »
VaKU pushed to master at VaKU/deyeChargeSpeed 2025-11-22 16:14:20 +02:00
a6b1010650 chore: remove inverter connection configuration file
VaKU pushed to master at VaKU/deyeChargeSpeed 2025-11-22 16:10:40 +02:00
421f2b8db3 feat: Add example configuration and ignore config.py from version control.
VaKU pushed to master at VaKU/deyeChargeSpeed 2025-11-22 15:47:55 +02:00
3468dce1b5 feat: Implement a Deye inverter monitoring web application with Flask, pysolarmanv5, and a basic HTML dashboard.
VaKU pushed to master at VaKU/deyeChargeSpeed 2025-11-20 17:46:24 +02:00
d94ef46507 Added documentation for Deye ModBus register IDs
VaKU pushed to master at VaKU/deyeChargeSpeed 2025-11-20 17:39:55 +02:00
b0fe47ab47 Update README.md
VaKU pushed to master at VaKU/deyeChargeSpeed 2025-11-20 17:39:28 +02:00
24320dab75 Update README.md
VaKU created repository VaKU/deyeChargeSpeed 2025-11-20 17:36:37 +02:00
VaKU pushed to temp/pc-transfer at VaKU/codexPySnake 2025-10-20 02:53:19 +03:00
1de5a8f3e6 Fix WebTransport server implementation and add test client
VaKU pushed to temp/pc-transfer at VaKU/codexPySnake 2025-10-19 15:20:09 +03:00
ed5cb14b30 WIP: Add input broadcasting and client-side prediction features
VaKU created branch temp/pc-transfer in VaKU/codexPySnake 2025-10-19 15:20:09 +03:00
VaKU pushed to master at VaKU/codexPySnake 2025-10-08 01:06:13 +03:00
c4a8501635 Fix: indent await send(full, peer) inside STATE_FULL if block to resolve SyntaxError
VaKU pushed to master at VaKU/codexPySnake 2025-10-08 01:00:57 +03:00
56ac74e916 Mode: implement MODE=net to run both WebTransport (HTTP/3) and QUIC datagram servers concurrently via MultiTransport; add port envs WT_PORT/QUIC_PORT
b94aac71f8 Mode: add scaffolding for combined network mode name (net) in help; introduce MultiTransport
7337c27898 Transport: add MultiTransport to run WT and QUIC concurrently and route sends
Compare 3 commits »
VaKU pushed to master at VaKU/codexPySnake 2025-10-08 00:33:18 +03:00
921cc42fd4 CLI: add --help to print usage and env-based configuration hints
VaKU pushed to master at VaKU/codexPySnake 2025-10-08 00:29:26 +03:00
99e818e0fd Fix: define _run_tasks_with_optional_timeout before use; tidy run_webtransport block
VaKU pushed to master at VaKU/codexPySnake 2025-10-08 00:27:21 +03:00
1bd4d9eac7 Fix: clean up run.py newlines and indentation; add optional RUN_SECONDS timeout helper for server tasks
VaKU pushed to master at VaKU/codexPySnake 2025-10-08 00:01:29 +03:00
eeabda725e Logging: add informative console logs for startup, ports, connections, JOIN/deny, input, and periodic events
VaKU pushed to master at VaKU/codexPySnake 2025-10-07 23:23:38 +03:00
c97c5c4723 Dev: add simple HTTPS static server (serves client/). Enabled in WT mode by default via STATIC=1; uses same cert/key as QUIC/WT
VaKU pushed to master at VaKU/codexPySnake 2025-10-07 22:50:04 +03:00
0ceea925cd Client: minimal browser WebTransport client (HTML/JS)