From 093b1e54da2e76b2f65f87ce345d1b9bae297947 Mon Sep 17 00:00:00 2001 From: Christian Zufferey Date: Mon, 28 Sep 2020 11:13:42 +0200 Subject: [PATCH] =?UTF-8?q?Pass=C3=A9=20=C3=A0=20une=20mesure=20toutes=20l?= =?UTF-8?q?es=20minutes=20au=20lieu=20de=20toutes=2010=20secondes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mesures/energy/transfo_courant_clip_1p_ruru_1/0_cron.lua | 4 ++-- .../energy/transfo_courant_clip_1p_ruru_1/_zremote_cmd.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mesures/energy/transfo_courant_clip_1p_ruru_1/0_cron.lua b/Mesures/energy/transfo_courant_clip_1p_ruru_1/0_cron.lua index a01b696..60b633f 100644 --- a/Mesures/energy/transfo_courant_clip_1p_ruru_1/0_cron.lua +++ b/Mesures/energy/transfo_courant_clip_1p_ruru_1/0_cron.lua @@ -1,8 +1,8 @@ -- Petit script pour faire office de crontab pour les mesures -print("\n 0_cron.lua zf200621.1936 \n") +print("\n 0_cron.lua zf200928.1112 \n") cron1=tmr.create() -cron1:alarm(10*1000, tmr.ALARM_AUTO, function() +cron1:alarm(60*1000, tmr.ALARM_AUTO, function() -- if verbose then print("cron1........................") end -- if verbose then gpio.write(zLED, gpio.LOW) tmr.delay(10000) gpio.write(zLED, gpio.HIGH) end diff --git a/Mesures/energy/transfo_courant_clip_1p_ruru_1/_zremote_cmd.txt b/Mesures/energy/transfo_courant_clip_1p_ruru_1/_zremote_cmd.txt index 4e6cab1..12a1635 100644 --- a/Mesures/energy/transfo_courant_clip_1p_ruru_1/_zremote_cmd.txt +++ b/Mesures/energy/transfo_courant_clip_1p_ruru_1/_zremote_cmd.txt @@ -1,5 +1,5 @@ # Quelques commandes remote (luatool) à envoyer avec le plugin Atom-IDE-terminal de l'éditeur Atom -# zf200621.2312 +# zf200928.1111 Todo à faire pour ce projet ! @@ -50,7 +50,7 @@ ssh ubuntu@www.zuzu-test.ml socat TCP-LISTEN:23064,reuseaddr,fork TCP-LISTEN:230 watch -n 1 'ssh ubuntu@www.zuzu-test.ml netstat -nat |grep 230' -# ALT+CMD+F CTRL+C ALT+CMD+F +# ATTENTION il faut faire un: ALT+CMD+F CTRL+C ALT+CMD+F export zIP="localhost" export zport="23000"