QVANTUM
QWiki Β· Demo

Ask the wiki

Type a question in plain language β€” about the QG / QH heat pumps, Modbus, hot water, the heating curve β€” and get a cited answer from the wiki.

← back to the QWiki handover
Demo mode. Answers come from a small built-in snapshot of the real wiki (a handful of topics), with the source page cited. It's wired so the same box can later point at the live wiki β€” your single source of truth β€” without changing the interface. Verify against the current manual before answering a customer.
Try: What refrigerant does the QG use? Hur fungerar bortalΓ€get? What is the heating curve? Vad betyder +2 i huset? How do I bleed the system? What is SmartControl?

How this connects to the live wiki later

In demo mode the page first calls askLiveWiki(question), which returns null, so it falls back to the built-in snapshot. To go live, replace that one function with a fetch() to your retrieval endpoint over wiki/ (or an LLM given the wiki as context). Return { answer, source } and the UI renders it exactly the same β€” just with a green Live badge.

The whole hook is one commented function near the top of this file's script. Nothing else has to change.