This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
top - 18:57:54 up 2:23, 2 users, load average: 1,96, 1,27, 1,52 | |
Tasks: 106 total, 1 running, 105 sleeping, 0 stopped, 0 zombie | |
%Cpu(s): 2,2 us, 1,1 sy, 0,0 ni, 86,7 id, 10,0 wa, 0,0 hi, 0,0 si, 0,0 st | |
KiB Mem: 883160 total, 870000 used, 13160 free, 59032 buffers | |
KiB Swap: 102396 total, 0 used, 102396 free. 453300 cached Mem | |
top - 18:58:40 up 2:24, 2 users, load average: 1,03, 1,12, 1,46 | |
Tasks: 107 total, 1 running, 106 sleeping, 0 stopped, 0 zombie | |
%Cpu(s): 2,1 us, 0,6 sy, 0,0 ni, 97,1 id, 0,0 wa, 0,0 hi, 0,2 si, 0,0 st | |
KiB Mem: 883160 total, 870164 used, 12996 free, 59084 buffers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@domogikpi2 ~ $ df -h | |
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur | |
/dev/root 3,9G 3,5G 219M 95% / | |
devtmpfs 428M 0 428M 0% /dev | |
tmpfs 432M 0 432M 0% /dev/shm | |
tmpfs 432M 5,9M 426M 2% /run | |
tmpfs 5,0M 4,0K 5,0M 1% /run/lock | |
tmpfs 432M 0 432M 0% /sys/fs/cgroup | |
/dev/mmcblk0p1 56M 20M 37M 36% /boot | |
tmpfs 87M 0 87M 0% /run/user/1000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#sudo make install | |
sed -i '253s/.*//' openzwave/cpp/src/value_classes/ValueID.h | |
cd openzwave && make | |
make[1]: Entering directory '/home/pi/python-openzwave/openzwave' | |
make -C /home/pi/python-openzwave/openzwave/cpp/build/ -w | |
make[2]: Entering directory '/home/pi/python-openzwave/openzwave/cpp/build' | |
Building OpenZWave Version 1.3-518-ga0a8537-dirty | |
Building SensorAlarm.o | |
Building SensorBinary.o | |
Building Language.o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@domogikpi2 ~ $ cat /var/log/domogik/xplplugin_ozwave.log | |
2015-10-24 11:12:01,028 domogik-ozwave INFO Looking for launched instances of 'ozwave' | |
2015-10-24 11:12:01,146 domogik-ozwave INFO No existing process. | |
2015-10-24 11:12:01,161 domogik-ozwave INFO Starting the plugin in background... | |
2015-10-24 11:12:03,667 domogik-ozwave INFO Daemonize plugin ozwave | |
2015-10-24 11:12:03,673 domogik-ozwave DEBUG watcher fork | |
2015-10-24 11:12:03,676 domogik-ozwave INFO ---------------------------------- | |
2015-10-24 11:12:03,679 domogik-ozwave INFO Starting client 'ozwave' (new manager instance) | |
2015-10-24 11:12:03,681 domogik-ozwave INFO Python version is sys.version_info(major=2, minor=7, micro=9, releaselevel='final', serial=0) | |
2015-10-24 11:12:03,700 domogik-ozwave DEBUG Send client status : starting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Upgrading | |
INFO [alembic.migration] Context impl MySQLImpl. | |
INFO [alembic.migration] Will assume non-transactional DDL. | |
INFO [alembic.migration] Running upgrade None -> 43e639a62c8b | |
========= TRACEBACK ============= | |
Traceback (most recent call last): | |
File "./install.py", line 505, in install | |
dbi.install_or_upgrade_db(args.skip_database_backup) | |
File "/home/pi/domogik/src/domogik/install/db_install.py", line 149, in install_or_upgrade_db | |
command.upgrade(self.alembic_cfg, "head") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@domogik0:/var/lib/domogik/domogik_packages/plugin_ozwave# sudo -u domogik sh start.sh | |
is manager | |
2015-11-04 21:56:08,129 domogik-ozwave INFO Looking for launched instances of 'ozwave' | |
2015-11-04 21:56:08,145 domogik-ozwave INFO No existing process. | |
2015-11-04 21:56:08,150 domogik-ozwave DEBUG watcher fork | |
2015-11-04 21:56:08,150 domogik-ozwave INFO ---------------------------------- | |
2015-11-04 21:56:08,151 domogik-ozwave INFO Starting client 'ozwave' (new manager instance) | |
2015-11-04 21:56:08,152 domogik-ozwave INFO Python version is sys.version_info(major=2, minor=7, micro=3, releaselevel='final', serial=0) | |
2015-11-04 21:56:08,155 domogik-ozwave DEBUG Send client status : starting | |
2015-11-04 21:56:08,157 domogik-ozwave DEBUG Send client status : starting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -u domogik /usr/bin/python /var/lib/domogik//domogik_packages/plugin_ozwave/bin/ozwave.py -f | |
Error: Plugin Starting failed to import module (No module named domogik_packages.plugin_ozwave.lib.ozwave) | |
is manager | |
2015-11-04 22:08:28,222 domogik-ozwave INFO Looking for launched instances of 'ozwave' | |
2015-11-04 22:08:28,238 domogik-ozwave INFO No existing process. | |
2015-11-04 22:08:28,242 domogik-ozwave DEBUG watcher fork | |
2015-11-04 22:08:28,243 domogik-ozwave INFO ---------------------------------- | |
2015-11-04 22:08:28,245 domogik-ozwave INFO Starting client 'ozwave' (new manager instance) | |
2015-11-04 22:08:28,245 domogik-ozwave INFO Python version is sys.version_info(major=2, minor=7, micro=3, releaselevel='final', serial=0) | |
2015-11-04 22:08:28,248 domogik-ozwave DEBUG Send client status : starting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: Plugin Starting failed to import module (No module named domogik_packages.plugin_ozwave.lib.ozwave) | |
is manager | |
2016-01-10 15:51:04,536 domogik-ozwave INFO Looking for launched instances of 'ozwave' | |
2016-01-10 15:51:04,549 domogik-ozwave INFO No existing process. | |
2016-01-10 15:51:04,552 domogik-ozwave DEBUG watcher fork | |
2016-01-10 15:51:04,553 domogik-ozwave INFO ---------------------------------- | |
2016-01-10 15:51:04,554 domogik-ozwave INFO Starting client 'ozwave' (new manager instance) | |
2016-01-10 15:51:04,555 domogik-ozwave INFO Python version is sys.version_info(major=2, minor=7, micro=3, releaselevel='final', serial=0) | |
2016-01-10 15:51:04,557 domogik-ozwave DEBUG Send client status : starting | |
2016-01-10 15:51:04,558 domogik-ozwave DEBUG Send client status : starting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-01-10 18:37:02,384 domogik-onewired INFO ==> Reading sensor '/uncached/28.56262C030000/temperature' | |
2016-01-10 18:37:02,385 domogik-onewired DEBUG Get parameter 'interval' | |
Exception in thread dev_54: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner | |
self.run() | |
File "/usr/lib/python2.7/threading.py", line 505, in run | |
self.__target(*self.__args, **self.__kwargs) | |
File "/var/lib/domogik/domogik_packages/plugin_onewired/lib/onewired.py", line 117, in __init__ | |
self.start_read_sensor() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"products" : [ | |
{ | |
"name" : "Z-Stick S2", | |
"id" : "ctrl_aeon_stick2", | |
"documentation" : "http://aeotec.com/z-wave-usb-stick", | |
"type": "primary.controller" | |
}, { | |
"name" : "FGS211 Relay 3kW", | |
"id" : "FGS211_Relay", |