From 40764118789f79f79e943a95b805db4e929ec5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 12 Sep 2018 17:18:42 +0200 Subject: Tweak bigclown packages --- bigclown-gateway/files/config | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bigclown-gateway/files/config (limited to 'bigclown-gateway/files/config') diff --git a/bigclown-gateway/files/config b/bigclown-gateway/files/config new file mode 100644 index 0000000..7fa3977 --- /dev/null +++ b/bigclown-gateway/files/config @@ -0,0 +1,9 @@ + +config config 'gateway' + option name 'usb-dongle' + option device '/dev/ttyUSB0' + option automatic_rename_kit_nodes '1' + +config config 'mqtt' + option host 'localhost' + option port '1883' -- cgit v1.2.3 From ba6eb4bfe3ab05685ae1289b10b04c9bf8112e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 12 Sep 2018 22:09:25 +0200 Subject: bigclown-gateway: Try to fix udev rule and change path --- bigclown-gateway/files/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bigclown-gateway/files/config') diff --git a/bigclown-gateway/files/config b/bigclown-gateway/files/config index 7fa3977..d880476 100644 --- a/bigclown-gateway/files/config +++ b/bigclown-gateway/files/config @@ -1,7 +1,7 @@ config config 'gateway' option name 'usb-dongle' - option device '/dev/ttyUSB0' + option device '/dev/bcUD0' option automatic_rename_kit_nodes '1' config config 'mqtt' -- cgit v1.2.3 From f92e15fbe52427e51260f60fe902da18ae85fd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 13 Sep 2018 00:17:08 +0200 Subject: bigclown-gateway: ok no device link It seems to not work so just drop it. --- bigclown-gateway/files/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bigclown-gateway/files/config') diff --git a/bigclown-gateway/files/config b/bigclown-gateway/files/config index d880476..7fa3977 100644 --- a/bigclown-gateway/files/config +++ b/bigclown-gateway/files/config @@ -1,7 +1,7 @@ config config 'gateway' option name 'usb-dongle' - option device '/dev/bcUD0' + option device '/dev/ttyUSB0' option automatic_rename_kit_nodes '1' config config 'mqtt' -- cgit v1.2.3 From 90a56b0f739de9d49e4f2470d5326508e69c85c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 13 Sep 2018 17:05:54 +0200 Subject: bigclown-gateway: change default configuration --- bigclown-gateway/files/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bigclown-gateway/files/config') diff --git a/bigclown-gateway/files/config b/bigclown-gateway/files/config index 7fa3977..c16e31b 100644 --- a/bigclown-gateway/files/config +++ b/bigclown-gateway/files/config @@ -1,9 +1,9 @@ -config config 'gateway' +config gateway 'gateway' option name 'usb-dongle' option device '/dev/ttyUSB0' option automatic_rename_kit_nodes '1' -config config 'mqtt' +config mqtt 'mqtt' option host 'localhost' option port '1883' -- cgit v1.2.3