-
-
Notifications
You must be signed in to change notification settings - Fork 27
Troubleshooting
Thomas Kluge edited this page Jul 21, 2021
·
4 revisions
- Log into your CCU via SSH
- stop the service using this command:
/usr/local/etc/config/rc.d/hap-homematic stop
- Start hap via the commandline:
node /usr/local/addons/hap-homematic/node_modules/hap-homematic/index.js
You may add the -D parameter to start hap in debug mode
node /usr/local/addons/hap-homematic/node_modules/hap-homematic/index.js -D
Hap will start with a lot of output. So you may be able to see any errors at the console
You can exit this mode by CTRL-C. The hap process will be terminated when you detach the console. Back to normal mode:
/usr/local/etc/config/rc.d/hap-homematic start
You can simply switch into debug mode via the WebUI. Just go to Internals and activate the debug mode. Running in debug means a lot of output into the log so please make sure u've turned debug off again.
A restart of the daemon will disable debug mode, but also purge the log.