Scripts guardados
| Nombre | Descripcion | Contenido | Actualizado | Acciones |
|---|---|---|---|---|
| rutlimiter_v12.rc | Importado desde firmware_store/rutlimiter_v12.rc.local | # Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. # rutlimiter_v12.rc.local MQTTCLI_RETCODE=1 mkdir /tmp/shellydet cat > /tmp/reboot_check.sh << 'EOF' #!/bin/sh sleep 900 find /tmp/shellydet -mindepth 1 -maxdepth 1 && /usr/b… |
14/04/26 01:49 | Ejecutar |
| shelly-mqtt-limit-1_5_1 | Script Shelly MQTT Limit v1.5.1: publica status de Shelly Pro3EM/ProEM via MQTT | // 1.0.1
let CONFIG = {
interval: 300000,
// MQTTPublishTopic: "/status/switch:",
};
let COMPONENTS = {
"triphase": ["em:0","emdata:0", "switch:100", "temperature:0"],
"monophase": ["em1:0","em1:1","em1:2","em1data:0","em1data:1","em1data:2","switch:100", "temperature:0"],
"monophas… |
14/04/26 01:49 | Ejecutar |