Normal install script includes HA. Just follow the instruction above to remove itLumberjack wrote:How can I do that? I did not explicitly install home automation, just ran the normal install shell script.

Normal install script includes HA. Just follow the instruction above to remove itLumberjack wrote:How can I do that? I did not explicitly install home automation, just ran the normal install shell script.
Completely overlooked it. Sorry about that. Thanks anyway for the quick reply.pofs wrote:Normal install script includes HA. Just follow the instruction above to remove itLumberjack wrote:How can I do that? I did not explicitly install home automation, just ran the normal install shell script.
Code: Select all
http://localhost:8083/ZWaveAPI/InspectQueue
Code: Select all
2014-08-10 00:21:14,836 - ERROR - Unable to invoke webservice. Exception: HTTPConnectionPool(host='localhost', port=8083): Read timed out. (read timeout=10)
Code: Select all
2014-08-10 08:54:08,736 - ERROR - Unable to invoke webservice. Exception: HTTPConnectionPool(host='localhost', port=8083): Read timed out. (read timeout=10)
2014-08-10 09:10:46,879 - ERROR - Unable to invoke webservice. Exception: HTTPConnectionPool(host='localhost', port=8083): Read timed out. (read timeout=10)
2014-08-10 09:11:06,998 - ERROR - Unable to invoke webservice. Exception: HTTPConnectionPool(host='localhost', port=8083): Read timed out. (read timeout=10)
2014-08-10 09:11:27,119 - ERROR - Unable to invoke webservice. Exception: HTTPConnectionPool(host='localhost', port=8083): Read timed out. (read timeout=10)
2014-08-10 09:23:50,391 - ERROR - Unable to invoke webservice. Exception: HTTPConnectionPool(host='localhost', port=8083): Read timed out. (read timeout=10)
Code: Select all
cd /opt/z-way-server
sudo /etc/init.d/z-way-server stop
mkdir automationbackup
mv automation/* automationbackup/
sudo mv automation/* automationbackup/
cd automation
touch main.js
sudo /etc/init.d/z-way-server start
My setup of 18 devices takes from 3.9-5.5% with only battery polling active. (No calls from OpenRemote)pofs wrote:Actually even 5% is quite high for a standby
Code: Select all
3306 root 20 0 527M 67044 9084 S 15.0 15.0 2h22:00 z-way-server
3364 root 20 0 527M 67044 9084 S 11.0 15.0 2h07:40 z-way-server
3308 root 20 0 527M 67044 9084 S 3.0 15.0 9:40.64 z-way-server
3365 root 20 0 527M 67044 9084 S 1.0 15.0 2:39.96 z-way-server
3313 root 20 0 527M 67044 9084 S 0.0 15.0 0:07.15 z-way-server
3312 root 20 0 527M 67044 9084 S 0.0 15.0 0:18.78 z-way-server
3316 root 20 0 527M 67044 9084 S 0.0 15.0 1:28.92 z-way-server
Code: Select all
gettimeofday({1413749642, 282848}, NULL) = 0
gettimeofday({1413749642, 286211}, NULL) = 0
open("automation/storage/configjson-06b2d3b23dce96e1619d2b53d6c947ec.json", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11
fstat64(11, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6800000
write(11, "{\"controller\":{},\"vdevInfo\":{\"ZW"..., 12288) = 12288
write(11, "le\":\"Lux\",\"level\":499.0000128,\"i"..., 2793) = 2793
close(11) = 0
munmap(0xb6800000, 4096) = 0
open("automation/storage/schemasjson-161515635bf81aaee9a368d9f07cfc85.json", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11
fstat64(11, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6800000
write(11, "[]", 2) = 2
close(11) = 0
munmap(0xb6800000, 4096) = 0
open("automation/storage/configjson-06b2d3b23dce96e1619d2b53d6c947ec.json", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11
fstat64(11, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6800000
write(11, "{\"controller\":{},\"vdevInfo\":{\"ZW"..., 12288) = 12288
write(11, "le\":\"Lux\",\"level\":499.0000128,\"i"..., 2793) = 2793
close(11) = 0
munmap(0xb6800000, 4096) = 0
open("automation/storage/schemasjson-161515635bf81aaee9a368d9f07cfc85.json", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 11
fstat64(11, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6800000
write(11, "[]", 2) = 2
close(11) = 0
munmap(0xb6800000, 4096) = 0