About This File
Purpose
HC-WebEye is designed to enhance debugging for Fibaro smart home controllers (HC2 and HC3), especially when dealing with scenes that output HTML-formatted debug data.
Since HC3 no longer supports HTML in its debugger, this tool provides a full-screen alternative for better visibility and interaction.
5.23.1🔧 Key Features
|
Feature |
HC2 Support |
HC3 Support |
Notes |
|---|---|---|---|
|
Display scene debug info |
✅ |
✅ |
HC3 filters by tags/levels |
|
Start scene |
✅ |
✅ |
|
|
VD debug info & button press |
✅ |
❌ |
|
|
Global variable display |
✅ |
✅ |
|
|
QApp debug info |
❌ |
✅ |
Clears HC3 debugger window |
|
QApp variable display |
❌ |
✅ |
|
|
QApp toggle & button press |
❌ |
✅ |
Toggle switches ON/OFF |
5.23.2🌐 Browser Compatibility
-
Works with Firefox, Chrome, and Edge browsers
-
Requires CORS to be disabled (a separate script is provided for that)
-
Login Prompt You'll be asked to log in on first use. Credentials are not stored for security.
-
Interface Flow
-
Select controller (HC2 or HC3)
-
Choose item type (Scene, VD, Variable, QuickApp)
-
Pick specific item from list
-
Press Reload to fetch debug info
-
Optional: Check "debug" to view API commands
-
🧪 Interaction Examples
-
Scene selected → “Start” button appears
-
VD selected (HC2 only) → Button list + “Press” button
-
QuickApp selected (HC3 only) → Button list + “Press” and “Toggle” buttons
-
Variable selected → Current value displayed
If you're planning to use this with advanced scenes like the All-in-One Scene /QA or Z-wave monitor, this tool is practically essential for visibility and control.
Edited by cag014
What's New in Version 2.0 See changelog
Released
New features:
Added JSON checkbox to view json tables in readable format.
Added "Monitor" view, which shows refershStates of the controller to follow changes on line. To monitor same state check Debug checkBox. Please use JSON checkbox for better viewing.
Added "Services Status" view.
Added an option to define local and remote access links and "LOCAL IP" check box to choose.
// ============= USER CONFIGURABLE PARAMETERS ================ var hcipRmt={"HC3":"https://home.fibaro.com/newProxyLite?temp=4KYodVMaDmMn5sP5_TdhA34I7GaDeEnA6MPgYhFppVk&req=", "HC2":"https://home.fibaro.com/newProxyLite?user=11793&h SEc-d9E-NN3cJ0fYdD6U7YhejIJmAxlx6STytE&req="} var hcipLcl={"HC3":"https://hc3-00000138.local", "HC2":"http://10.0.0.69"}
Note: Remote link could be extracted from fibaro remote access
Since HC3 5.030.45 release includes debugger console for all debug information therefore scene and QuickApp devices have been deleted from HC3 list
