Aller au contenu

Plap3014

Membres confirmés
  • Compteur de contenus

    272
  • Inscription

  • Dernière visite

Tout ce qui a été posté par Plap3014

  1. Plap3014

    Support Gea

    @Pepite Sa fonctionne: GEA.add(true, 30, "", {{"turnOn", id["VMC"]}}) et le turnOff aussi...
  2. Plap3014

    Support Gea

    Merci Pepite! j'ai quand meme une petite erreur avec le code modifier: -- Gestion de l'humidité dans la maison -- local VMCOn = {"Global", "Timer", "0"} GEA.add({"Sensor+", 282, 25}, 30, "", {{"turnOn", id["VMC"]}}) GEA.add({{"Sensor-", 282, 23}, VMCOn}, 30, "", {{"turnOff", id["VMC"]}}) Erreur: [DEBUG] 09:11:51: [ Sensor [282|Humidité] > 25 ] !!! ERREUR !!! : vérification (ID:29) [turnOn,351] [DEBUG] 09:11:51: [ Sensor [282|Humidité] < 23 ] !!! ERREUR !!! : vérification (ID:30) [turnOff,351] [If.. je veux juste tester le code. normalement la VMC déclenche a 45% d'humidté et plus et éteint a 40% et moins.. pour voir si sa fonctionne j'ai mis 25 et 23. Dans la maison le % humidité est a 26 présentement. Merci,
  3. Plap3014

    Support Gea

    Bonjour: j'ai essayer d'adapter mon code de value+ et value- avec un capteur d'humidité et un relais fibaro 2 x 1.5: -- Gestion de l'humidité dans la maison -- local VMCOn = {"Global", "Timer", "0"} GEA.add({"Sensor+", 282, 25}, 30, "", {{"turnOn", id["VMC"]}}) GEA.add({"Sensor-", 282, 23, VMCOn}, 30, "", {{"turnOff", id["VMC"]}}) j'ai cette erreur: [DEBUG] 07:42:24: [ Sensor [282|Humidité] > 25 ] !!! ERREUR !!! : vérification (ID:29) [turnOn,351] [DEBUG] 07:42:24: [ Sensor [282|Humidité] < 23 ] !!! ERREUR !!! : vérification (ID:30) [turnOff,351] peut-on utiliser value pour un capteur d'humidité? Merci
  4. Reboot completer... semble stable...
  5. Version 4.080 was just released. Full list of changes is presented below. Version 4.080 This update features changed migration process from version 3.600, reconfiguring every device, adjusting it for changes which took place in the system. This will assure possibly smooth transition and continuous operation, allowing each device to work with old settings until reconfiguration is done. Please refer to message that appears in interface and Notification Center after finishing upgrade for further instructions. Important! Updating from version 3.600 may take longer than usual, up to 30 minutes, please do not restart controller during update process. Resolved issues: - #0002290 #0003353 Devices with sceneActivation are not available in Block and Magic scenes - No user icons in Remote Access - Gateway Connection - devices with polling interface are not being imported - 503 error when including blind controller from some manufacturers - Delays in Z-wave network after setting RGBW Controller to desired level - Lua scenes: inappropriate line number in error debug New devices support: - FIBARO SWIPE - Z-Wave.Me ZMR WCS 6 v1.4 - Z-Wave.Me On Off Switch - Z-Wave.Me FB10 v1.1 - Z-Wave.Me Wall Controller v1.1 - Z-Wave.Me TZ68 g v1.0 - NodOn Octan Remote v2.3 - Philio PSM02 4 in 1 Sensor v1.0 - EMINENT EM6570 - EMINENT EM6550 - TKB Home Wall Plug v1.1 - TKBHome TZ67 v1.12 - Reitz Group ZW ESJ v1.0 - Reitz Group ZS 3500 v1.0 - Reitz Group IP44 On Off Switch v1.0 - FortrezZ LLC-SSA03 v2.5 - GreenWave Powernode v4.27 - Qees Remote Controller v0.5 - Jasco Products Wall Outlet v1.16 - Jasco Products ZW3003 - Jasco Products ZW4101 - Everspring HAC01 v2.0 - BeNext-Dimmer - BeNext-Forest Curtain rail with motor - wiDom-Universal Power Meter v1.30 - Popp Dimmer v1.0 - Popp On Off Socket v1.0 - CBCC Sarl-Swiidinter - Aeon Labs SES G2 - Aeon Labs Aeotec Smart Energy Power Strip (DSC11-ZWUS) - Aeon Labs Micro Smart Energy Switch - Aeon Labs Recessed Door Sensor - Aeon Labs DSC26103 - Vision ZR1202 v1.74 - Vision Security ZS5101 v1.65 - Kwikset-Smart Code 916 v3.37 - Yale-T1L v18.128 - Yale Door Lock v80.32 - RTC-CT100 Thermostat v9.1 Plug-ins: - Russound - source change now available. In order to utilize this feature delete and re-install Russound plug-in. Other improvements: - PIN dfor new user is now set to '1111' by default - In case of empty user PIN, it is set to default value - '1111' - Improved stability - Minor UX fixes - New actions in Lua scenes: - fibaro:call(ID, 'startLevelIncrease', x, y) - fibaro:call(ID, 'startLevelDecrease', x, y) - fibaro:call(ID, 'stopLevelChange') These calls can be used to start increasing or decreasing Multilevel Switches (like Dimmer 2, RGBW or Roller Shutter 2 modules) value. 'x' and 'y' are optional parameters, used to set respectively time frame in which change should be applied and starting level. 'stopLevelChange' stops previously send action. - fibaro:getDevicesId(x) Call used to get table with IDs of devices that meet requirement specified by 'x'. Examples: print('All devices with parameter visible equal to "true" and enabled equal to "true":') ids = fibaro:getDevicesId({visible = true, enabled = true}) print(json.encode(ids)) print('ALl devices with energy interface:') ids = fibaro:getDevicesId({interfaces ={"energy"}}) print(json.encode(ids)) print('All devices with "unit" property (no matter its value):') ids = fibaro:getDevicesId({properties = {unit="nil"}}) print(json.encode(ids)) - filters in /api/devices that allows for filtering out devices that meet some requirements, examples: HC IP/api/devices?visible=true returns devices with visible equal to 'true' HC IP/api/devices?property=[batteryLevel,100] returns devices with property batteryLevel equal to 100 HC IP/api/devices?interface=light returns devices with light interface Multiple filters can be used together, for example: HC IP/api/devices?visible=true&interface=light returns devices with visible equal to 'true' and with 'light' interface CHANGES INTRODUCED IN VERSION 4.X: - Drag & Drop for devices and scenes - available on home, devices and rooms screens. Assigning devices to rooms and changing its order is now much easier and faster. - Temperature Panel - allows to see history of temperature changes in rooms and on each device. - Diagnostic Panel - general information about HC working condition like CPU & RAM usage, free space on hard drive. Will be extended in future versions. - Soft Device Reconfiguration - option allows to save settings, parameters and device ID. Thanks to that scenes with reconfigurable device will not require editing. Full reconfiguration will remove and add the device to the Z-Wave network, resulting in the loss of its settings, parameters and change the device ID.. - Mesh Network Reconfiguration - available on Configuration -> Z-Wave Network - New Z-Wave engine - redesigned and rewritten from the scratch. Now is faster and has better support for devices. - Z-Wave Door Locks support - controlling and PIN settings. - Thermostats - extended controlling for thermostats from manufacturers like: Honeywell, Trane Corporation. - Extended tamper for sensors - exclusive information for motion detection and violation of sensors. - Fibaro Smoke Sensor extended support - level of smoke and gap to alarm level is reported and visible on charts. Sensitivity level is now easier to set. - Fibro Motion Sensor new device - when seismometer mode is turned on new device reporting tremors is available. Charts for temperature and illuminance. Additionally information about sensor violation. - Device hiding - device that is not in use can be hide without removing it. - Device deactivation - deactivated device is visible in UI but can't be controlled. - Multithreading added for HC (server and z-wave) - now engines work much faster. - Event panel moved - for better usability now is available in menu on right side of screen. - Pre-Update Confirmation - installing update will prompt user additional confirmation. - Added support for American English (EN-US) - User rights management - moved to Configuration. - Recovery Memory Health - can be checked on Backup & Recovery - Backups has information about compatibility with current HC version - Block scenes improvements - for device only available actions are visible, scene activation block added and logical conditions grouping using brackets. - Lua Scenes - updated tool-tips for devices. - Rest API Active Documentation - documentation and ability to test REST API requests, access at HOME_CENTER_IP/docs Plugins: - Plugins are grouped in categories: Safety, Cameras, Climate, Multimedia, Others - Plugins search - Network devices search via ARP Plugins category Safety: - DSC Alarm - for DSC Alarms, - Helios Basic - integration using Basic license, - Helios Gold - integration using Gold license - Mobotix - for Mobotix videophone, - Satel Alarm - for SATEL - Modular Alarm Plugins category Cameras - more than 130 devices from various manufacturers Plugin category Climate - Carrier Furance - WS Davis Vantage - Nest - plugin for well-known thermostat - Netatmo - plugin for thermostat and weather station from netatmo Plugins category Multimedia - LG Bluray - LG TV* - NC + mediabox, compatible devices: mediaBOX+ (ITI-3740SX, ADB-3740SX) and turboBOX+ (ITI-5720SX, ADB-5720SX) - XBMC Remote Control - Denon Amplifier - LG Bluray - Onkyo Amplifier - Philips Bluray - Pioneer Amplifier - Samsung TV* - Sonos - Sony Bluray - Sony TV* - Logitech Harmony * some TV Sets firmware version may not be supported Plugins category Other - Philips Hue - Wake on LAN - Planika Fireplace Other changes, many other improvements to the system
  6. Plap3014

    Support Gea

    @pepite: Merci je test ce soir... @jmg38: pour le turnOff, tu avais mis quoi comme ligne de commande? Sa fonctionne j'ai mis 95W a la place... GEA.add({"Power-", 409, 95}, 30, "", {{"turnOff", id["RGB_RED_ORDI"]}}) Merci,
  7. Plap3014

    Support Gea

    @Pepite Pour la déclaration des varibales je suis pas sur leuel je dois mettre: --[[ %% autostart %% properties 20 value 49 value 130 value 381 value 383 value %% globals Phone_PL_Present Phone_CM_Present Phone_JL_Present Phone_BL_Present --]] Ou --[[ %% autostart %% properties 49 value 381 value 383 value %% globals Phone_PL_Present Phone_CM_Present Phone_JL_Present Phone_BL_Present DP_SS_1 DP_SS_2 --]] Pour mon Wallplug j'ai ceci comme paramètre: Paramètre 91Minimum change in wattage (in terms of wattage) for a REPORT to be sent0Watt 60000Watt Défaut 50 Watt Paramètre 92Minimum change in wattage percent (in terms of percentage) for a REPORT to be sent0% 100% Défaut 10% Merci
  8. Plap3014

    Support Gea

    @pepite: Erreur de Syntax pour mon DP_SS2, changer pour DP_SS_2 je test j'ai l'erreur suivante: [DEBUG] 06:43:56: line 66: Assertion failed: Expected number Portant j'ai rien a la ligne 66: --[[ %% autostart %% properties 20 value 49 value 130 value 381 value 383 value %% globals Phone_PL_Present Phone_CM_Present Phone_JL_Present Phone_BL_Present --]] -- v 5.40 -- Optimisation possible, cf : GEA.optimize = GEA.typeOptimize["IMEDIATE_ONLY"] -- ================================================== -- GEA : Gestionnaire d'Evénements Automatique -- ================================================== -- [FR] Scénario permettant de contrôler si une périphérique est -- activé depuis trop longtemps ou lancer un push d'avertissement -- Ce scénario permet une annotation plus simple que le code LUA -- il nécessite néanmoins quelques connaissances -- -- [EN] This scene allow you to check every X second the status -- of a module and send actions if the module is activated since too long. -- This scene allow you a more simple annotation than LUA -- it requires some knowledge -- -- Auteur : Steven P. with modification of Hansolo and Shyrka973 -- Version : 5.40 -- Special Thanks to : -- jompa68, Fredric, Diuck, Domodial, moicphil, lolomail, byackee, -- JossAlf, Did, sebcbien, chris6783 and all other guy from Domotique-fibaro.fr -- ------------------------------------------------------------ -- Historique / History -- ------------------------------------------------------------ -- L'historique complet est diponible ici : -- http://www.domotique-fibaro.fr/index.php/topic/1082-gea-gestionnaire-dévénements-automatique/?p=12428 function yourcode() -- ================================================== -- [FR] A VOUS DE JOUER -- [EN] YOUR TIME TO PLAY -- ================================================== GEA.isVersionFour = true --- On est en version 4.017 Beta ou suppérieur -- [FR] Votre langue : FR (default) -- [EN] Your language : EN GEA.language = "FR"; -- [FR] On vérifie toutes les X secondes (default : 30) -- [EN] Check every X seconds GEA.checkEvery = 30 -- [FR] Liste des portables devant recevoir une notification {70, 71} -- [EN] Smarphones you want to be notified {XX, XX} for more than one GEA.portables = {154,366} -- [FR] Affichage des traces dans la console (default : false) -- [EN] Show trace in the debug window GEA.debug = false --GEA.catchError=false -- option : GEA.typeOptimize["NONE"], GEA.typeOptimize["IMEDIATE_ONLY"], GEA.typeOptimize["ALL"] -- permet d'optimiser les soucis liés au getName et getRoom de fibaro mais n'affiche plus le nom des modules concernés. GEA.optimize = GEA.typeOptimize["IMEDIATE_ONLY"] Merci
  9. Plap3014

    Support Gea

    @Pepite: GEA.add(true, 1, "", {{"Time","Sunset-30","Sunset-15"}, {"turnOn", id["ON_OFF_COTE"]}, {"turnOn", id["ON_OFF_SOFFITE"]}, {"turnOn", id["ON_OFF_PORTE"]}}) GEA.add(true, 1, "", {{"Time","22:30", "22:31"}, {"turnOff", id["ON_OFF_COTE"]}, {"turnOff", id["ON_OFF_SOFFITE"]}, {"turnOff", id["ON_OFF_PORTE"]}}) Ton code fonctionne tres bien! Merci j'ai un autre petit problème et je ne suis pas sur de bien le comprendre: j'aimerais pouvoir allumé les lumière de ma salle de séjour sur detection de mouvement du DPSS1 ou le DPSS2 et si visite a non: -- Allumage des lumières salle de séjour local DP_SS = {id["DP_SS_1"], id["DP_SS_2"]} local VisiteSS = {"Global", "Visite", "non"} local ActiviteSS = {"Global", "ActiviteSS", "non"} GEA.add({DP_SS, VisiteSS}, -1, "", {{"Time", "Sunset-30", "Sunrise+15"}, {"turnOn", id["ON_OFF_SS"]}}) -- Éteindre lumière salle de séjour si plus de detection depuis 5 mins GEA.add({DP_SS, ActiviteSS}, 5*60, "", {{"Inverse"},{"turnOff",id["ON_OFF_SS"]}}) j'ai sa dans le débug: [DEBUG] 21:51:36: GEA Version 5.40 : en exécution... [DEBUG] 21:51:36: En cours : aucun traitement a effectuer pour l'ID:20 [DEBUG] 21:51:37: GEA Version 5.40 : en exécution... [DEBUG] 21:51:37: En cours : aucun traitement a effectuer pour l'ID:130 @Lazer: ton code allume bien le RGB mais quand j'éteint mon PC le turnOff semble ne pas fonctionner: GEA.add({"Power+", 409, 150}, 30, "", {{"turnOn", id["RGB_RED_ORDI"]}}) GEA.add({"Power-", 409, 149}, 30, "", {{"turnOff", id["RGB_RED_ORDI"]}}) Merci pour votre aide. j'essaie d'enlever le plus de scene possible.... Patrick
  10. Plap3014

    Support Gea

    Bonsoir, j'aimerais pouvoir allumé les LED de mon ordinateur quand la consomation de mon wallplug est de plus de 150W et les fermer quand moins de 149W voici ce que j'écris mais j'ai une erreur: -- Allumage des LED Ordi dans salle de séjour GEA.add({"Power+", 409, 150}, 30, {"turnOn", id["RGB_RED_ORDI"]}) GEA.add({"Power-", 409, 149}, 30, {"turnOff", id["RGB_RED_ORDI"]}) [DEBUG] 12:28:12: !!! ERREUR !!! : vérification (ID:33) mon module est un FGRGBW de Fibaro il me manque quelque chose mais pas sur... Merci,
  11. Plap3014

    Support Gea

    @pepite: je test ce soir et je vous le confirme. Merci!
  12. Plap3014

    Support Gea

    Bonsoir, pouvons nous simplifier a 1 ligne de code? allumage auto sunset - 30 min et extinction a 22:30: GEA.add(true, 1, "", {{"Time","Sunset - 30",}, {"turnOn", id["ON_OFF_COTE"],id["ON_OFF_SOFFITE"],id["ON_OFF_PORTE"]}}) GEA.add(true, 1, "", {{"Time","22:30"}, {"turnOff", id["ON_OFF_COTE"],id["ON_OFF_SOFFITE"],id["ON_OFF_PORTE"]}}) j'ai une erreur: [DEBUG] 19:58:49: [ Toujours ] !!! ERREUR !!! : vérification (ID:26) [Time,Sunset - 30] [turnOn,251,44,59] [DEBUG] 19:58:49: [ Toujours ] !!! ERREUR !!! : vérification (ID:27) [Time,22:30] [turnOff,251,44,59] Le Time est de trop? Merci,
  13. Plap3014

    Coupatan

    Parfait!
  14. Bonjour, si je veux utiliser GEA pour refaire avec le reboot automatiquement la nuit si RAM a moins de 10%. je edevrais inscrire quoi comme commande vu le double click? Merci,
  15. Plap3014

    Support Gea

    Merci Did!
  16. Plap3014

    Support Gea

    Bonsoir, question simple, que devons nous mettre dans le début entre %% properties et %% globals %%properties %% globals Merci,
  17. Plap3014

    Support Gea

    @flechg Je l'ai déjà, je reçois pourtant les push des portes mais pas celui de la présence .... Merci Envoyé de mon SM-G900W8 en utilisant Tapatalk
  18. Plap3014

    Support Gea

    Bonjour, j'essai d'intégrer la fonction push avec le VD presence, mais je ne reçois pas de push: --[[ %% autostart %% properties 5 value 68 value 58 value 56 value 25 value 112 value 120 value 39 value %% globals Phone_PL_Present Phone_CM_Present --]] -- v 5.40 -- Optimisation possible, cf : GEA.optimize = GEA.typeOptimize["IMEDIATE_ONLY"] -- ================================================== -- GEA : Gestionnaire d'Evénements Automatique -- ================================================== -- [FR] Scénario permettant de contrôler si une périphérique est -- activé depuis trop longtemps ou lancer un push d'avertissement -- Ce scénario permet une annotation plus simple que le code LUA -- il nécessite néanmoins quelques connaissances -- -- [EN] This scene allow you to check every X second the status -- of a module and send actions if the module is activated since too long. -- This scene allow you a more simple annotation than LUA -- it requires some knowledge -- -- Auteur : Steven P. with modification of Hansolo and Shyrka973 -- Version : 5.40 -- Special Thanks to : -- jompa68, Fredric, Diuck, Domodial, moicphil, lolomail, byackee, -- JossAlf, Did, sebcbien, chris6783 and all other guy from Domotique-fibaro.fr -- ------------------------------------------------------------ -- Historique / History -- ------------------------------------------------------------ -- L'historique complet est diponible ici : -- http://www.domotique-fibaro.fr/index.php/topic/1082-gea-gestionnaire-dévénements-automatique/?p=12428 function yourcode() -- ================================================== -- [FR] A VOUS DE JOUER -- [EN] YOUR TIME TO PLAY -- ================================================== GEA.isVersionFour = true --- On est en version 4.017 Beta ou suppérieur -- [FR] Votre langue : FR (default) -- [EN] Your language : EN GEA.language = "FR"; -- [FR] On vérifie toutes les X secondes (default : 30) -- [EN] Check every X seconds GEA.checkEvery = 30 -- [FR] Liste des portables devant recevoir une notification {70, 71} -- [EN] Smarphones you want to be notified {XX, XX} for more than one GEA.portables = {154} -- [FR] Affichage des traces dans la console (default : false) -- [EN] Show trace in the debug window GEA.debug = false --GEA.catchError=false -- option : GEA.typeOptimize["NONE"], GEA.typeOptimize["IMEDIATE_ONLY"], GEA.typeOptimize["ALL"] -- permet d'optimiser les soucis liés au getName et getRoom de fibaro mais n'affiche plus le nom des modules concernés. GEA.optimize = GEA.typeOptimize["IMEDIATE_ONLY"] -- [FR] Tableau d'identifiant (facultatif) -- [EN] ID table (optional) -- IDs générés le : 10/02/16 à 17:22:19 local id = { --inconnu RGBW_BULD = 320, --Salle Machine SPARE_2 = 353, SYNOSBACKOS_MONITORING = 318, VMC = 351, D413_TEMPERATURE = 120, D211J_TEMPERATURE = 121, ON_OFF_SM2 = 347, TEMP_SM = 255, PORTE_SM = 253, ON_OFF_SM = 294, SYNOSDYPOS_MONITORING = 317, --Salle de sejour TEMP_INONDATION_SS = 324, DETECTEUR = 322, LUX_DP_SS2 = 132, DP_SS2 = 130, ON_OFF_SS = 249, DP_SS_1 = 20, TEMP_DP_SS2 = 131, LUX_DP_SS1 = 22, TEMP_DP_SS1 = 21, ACTIVITE_SS = 97, VISITE = 94, --Salle de cinema PATPC = 85, DIMMER = 144, MARANTZ_REMOTE = 240, --Garage TEMP_GARAGE = 51, PORTE_COTE = 49, SIREN = 292, ACTIVITE_GARAGE = 239, LOCK = 274, PORTE_GARAGE = 381, ON_OFF_COTE = 251, SW_ON_OFF = 146, ON_OFF_AMP = 358, SW_ON_OFF_VOLT = 357, --Chambre des maitres DIMMER_CHAMBRE_DES_MAITRES = 143, --Halle entrée ON_OFF_ENTREE = 268, PORTE_ENTREE = 383, ON_OFF_PORTE = 59, ON_OFF_SOFFITE = 44, --Salon HUMIDITE = 282, SET_TEMP = 303, VENT_ = 306, TEMP_HUMIDITE_ = 281, DSC5020L = 356, SONOS_REMOTE_V1_0_0 = 355, SW_ON_OFF_USB = 361, TEMP_SALON = 304, SW_ON_OFF_USB_SALON = 363, MODE = 305, --Cuisine PORTE_PATIO = 264, TEMP_PP = 266, --Cabanon ACTIVITE_COURS = 118, ON_OFF_CABANON = 299, TEMP_CABANON = 27, PORTE_CABANON = 25, --Technique MY_BATTERIES = 365, UPDATE_NOTIFIER_1_0_8 = 60, TTS = 100, VISIONNEUSE_V01B = 373, IOS_INFO_V1_00 = 374, PLAYFILESONOS = 101, PRESENCE_PL = 379, PRESENCE_CM = 387, YAMS_WU = 378, TTS_TEMP = 384, PUSHOVER_CONFIG = 107, CLOCK_SYNC = 112, CALCUL_ARROSAGE = 161, DOMOCHARTS = 319, DEADNODESANALYSIS = 247, EVENEMENTS = 111, COUCHER_LEVER_JOUR = 148, TOUTES_LUMIERES = 342, HC2_DIAGNOSTICS = 345, --Salle Lavage DETECTEUR_SALLE_LAVAGE = 75, TEMP_SL = 77, --Gazebo ARROSAGE__2 = 313, SW_ON_OFF_GAZEBO = 128, ARROSAGE__1 = 311, } -- ------------------------------------------------------------ -- [FR] Variable Globale optionnel pour autorisé GEA de s'exécuté -- [FR] Usage : GEA.getGlobalForActivation = {"<globalvar>", "<value pour autoriser l'execution>"} -- [EN] Optional Global Variable to allow GEA to run -- [EN] Usage : GEA.getGlobalForActivation = {"<globalvar>", "<value for activation>"} -- ------------------------------------------------------------ --GEA.getGlobalForActivation = {"SuspendreGEA", "non"} -- ---------------------------------------------------------------- -- [FR] A partir d'ici vous trouverez ma propre configuration -- [FR] vous permettant ainsi d'avoir une série d'exemple -- [EN] From here are ma own configuration -- [EN] just to allow you to see some examples -- ---------------------------------------------------------------- -- === GESTION DES PORTES OUVERTES == -- -- Le scénario enverra un push toutes les 10mn tant que la porte sera ouverte -- === GARAGE == -- local ActiviteGarage = {"Global", "Activite_garage", "non"} GEA.add(49, 10*60, "La porte de cote est ouverte depuis plus de #duration# à #time#", {{"Repeat"}}) local ActiviteGarage = {"Global", "Activite_garage", "non"} GEA.add(381, 10*60, "La porte de garage est ouverte depuis plus de #duration# à #time#", {{"Repeat"}}) -- === COURS == -- local ActiviteCours = {"Global", "Activite_cours", "non"} GEA.add({25, ActiviteCours}, 10*60, "La porte du CABANON est ouverte depuis plus de #duration# à #time#", {{"Repeat"}}) -- === DIVERS === -- -- parcours les 350 premiers modules à la recherche de pile inférieur ou égal à 40% GEA.add({"Batteries", 20}, 24*60*60, "Pile faible #value# - #name# ", {{"Repeat"}}) --DETECTION PRESENCE-- -- Signale Push CM at Home GEA peux se déclencher sur un changement de valeur d'une variable global -- Signale Push PL at Home GEA peux se déclencher sur un changement de valeur d'une variable global GEA.add({"Global", "Phone_PL_Present", "1"}, -1, "Patrick est arrivée à #time#",{"Time", "00:01", "23:59"}) GEA.add({"Global", "Phone_PL_Present", "0"}, -1, "Patrick est partie à #time#", {"Time", "00:01", "23:59"}) GEA.add({"Global", "Phone_CM_Present", "1"}, -1, "Cindy est arrivé à #time#", {"Time", "00:01", "23:59"}) GEA.add({"Global", "Phone_CM_Present", "0"}, -1, "Cindy est parti à #time#", {"Time", "00:01", "23:59"})
  19. Did: tu partage tes code? J'aimerais moi aussi pouvoir faire ce que tu fais ... je pourrais l'adapter. .. Merci Envoyé de mon SM-G900W8 en utilisant Tapatalk
  20. Oups! j'avais mal fait ma recherche! Merci Did
  21. j'aimerais bien avoir les icons que l'on retrouve en page 1, j'ai chercher dans le forum et j'ai pas trouver... Merci,
  22. Bonsoir, un petit retour pour vous dire que sa fonctionne bien depuis la version 4.070 avec un exclusion et une inclusion et tout fonctionne bien! il reste a trouver les paramètres a ajouter manuellement. Merci,
  23. Bonjour, si jeux veux utiliser le libre pour afficher les changement d'état de mon thermostat? j'utilise quoi comme code? comme celui afficher des le Vd Événements: Set TEMP | 19->22 | 05:45:05 Merci,
  24. Ok, merci Envoyé de mon SM-G900W8 en utilisant Tapatalk
  25. Donc je change rien pour l'instant?
×
×
  • Créer...