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"