This file contains 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
2015-05-25 14:43:28.990 Always, OpenZwave Version 1.3.194 Starting Up | |
2015-05-25 14:43:28.991 Info, mgr, Added driver for controller /dev/ttyUSB0 | |
2015-05-25 14:43:29.004 Info, Opening controller /dev/ttyUSB0 | |
2015-05-25 14:43:29.004 Info, Trying to open serial port /dev/ttyUSB0 (attempt 1) | |
2015-05-25 14:43:29.031 Info, Serial port /dev/ttyUSB0 opened (attempt 1) | |
2015-05-25 14:43:29.034 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9 | |
2015-05-25 14:43:29.034 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc | |
2015-05-25 14:43:29.035 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9 | |
2015-05-25 14:43:29.035 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb | |
2015-05-25 14:43:29.035 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa |
This file contains 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
2015-05-23 23:08:53.809 Always, OpenZwave Version 1.3.194 Starting Up | |
2015-05-23 23:08:53.819 Info, mgr, Added driver for controller /dev/ttyUSB0 | |
2015-05-23 23:08:53.834 Info, Opening controller /dev/ttyUSB0 | |
2015-05-23 23:08:53.835 Info, Trying to open serial port /dev/ttyUSB0 (attempt 1) | |
2015-05-23 23:08:53.839 Info, Serial port /dev/ttyUSB0 opened (attempt 1) | |
2015-05-23 23:08:53.847 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9 | |
2015-05-23 23:08:53.847 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc | |
2015-05-23 23:08:53.848 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9 | |
2015-05-23 23:08:53.848 Detail, contrlr, Queuing (Command) FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb | |
2015-05-23 23:08:53.848 Detail, contrlr, Queuing (Command) FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa |
This file contains 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
/* | |
Hue_W5100_HT6P20B | |
http://youtu.be/BRcG0C0mo08 | |
Philips Hue wireless physical switch with brightness and hue control | |
Uses HT6P20B based remote controls, 433.92MHz receiver and Arduino + W5100 ethernet shield | |
Gilson Oguime | |
oguime (at) gmail.com | |