Aller au contenu

speedoxx007

Membres confirmés
  • Compteur de contenus

    276
  • Inscription

  • Dernière visite

  • Jours gagnés

    1

Messages posté(e)s par speedoxx007

  1. J'ai un souci avec une ligne:

     

    GEA.add({{"Time", "06:00", "06:05"},{"Time", "Sunset-30", "Sunset-35"}}, 1*60, "déco enclenché",{"turnOn", {604,608}})

     

    Mes deux prises s'enclenchent bien env. 30min. avant le coucher du soleil, mais le matin à 6:00 il ne se passe rien. Pourquoi?

     

    La ligne suivante pour le TurnOff fonctionne bien:

    GEA.add({{"Time", "Sunrise+40", "Sunrise+45"},{"Time", "01:00", "01:05"}}, 1*60, "déco déclenché",{"turnOff", {604,608}})

  2. Version 4.520

     

    New improvements:

    • Possibility of giving access to managing heating zones and heating schedules to non-admin users.
    • Added the popup notification while trying to disable Remote Access with active installer access.
    • Added the button for rebooting in recovery mode.
    • Improved communication security of plugins.
    • Some HTTP requests which use https may require disabling certificate validation by adding 'checkCertificate = false' command in the Lua scene code.
    • Added support for Fakro ZWS12.
    • Added support for Remotec ZXT-600.
    • Added support for Heiman/Zipato HS1CG Gas Sensor.

     

    Resolved issues:

    • Five second delay when requesting non-existing variable, mobile, or trying to arm breached sensor.
    • No connection with the Netatmo plugin.
    • Raised memory usage after creating the backup.
    • Specified version of Fakro ZWS12 is not fully supported.
    • System hangs on starting services.
    • Unable to reboot or turn off the gateway using a scene.
    • Unable to transfer configuration via id.cloud.fibaro.com between gateways linked to Fibaro ID account.
    • Gateway does not start after restoring cloud backup.
    • 'API: Host not found' error.
    • Incorrect icon for Roller Shutter which controls a garage gateway.
    • Alarm events disappear after refreshing the page.
    • No data in LAN Settings after rebooting.
    • Lists of scenes and rooms do not update correctly.
    • Scenes based on weather do not start.
    • Removed dashboard.
    • Other minor fixes.
  3. il y a une heure, pepite a dit :

    Ca c'est vraiment sympa ;-) :13:

    C'est juste pour la visualisation de la LED sur la prise AEON. LED ON = Alarme désactive, LED OFF = Alarme activé. Vu que mon épouse oublie des fois d'éteindre le fer a repasser... voilà double fonction :-)

    • Like 1
  4. J'ai quand même un souci avec cette ligne:

     

    GEA.add({{"Global", "PresentState", "Home"}, {"Days", "Weekday"}, {"Time", "06:00"},{"Armed", id["MOTION_SALON"]}}, 60, "Alarme Rez désactivé à 6:00", {{"Portable", {phone["phone_nathalie"], phone["phone_thomas"]}, {"setDisarmed", {id["PORTE_ENTREE"], id["PORTE_GARAGE"], id["MOTION_SALON"]}}, {"Scenario", 76}, {"turnOn", id["FER_EA_REPASSER"]}}})

     

    [DEBUG] 06:01:11:    [Started] #42 [Global, ["PresentState","Home"]][Days, ["Weekday"]][Armed, [536]][Time, ["06:00"]][Portable, [[596,597],["setDisarmed",[335,254,536]],["Scenario",76],["turnOn",472]]]
    [DEBUG] 06:01:11: Error, check : [Portable, [[596,597],["setDisarmed",[335,254,536]],["Scenario",76],["turnOn",472]]]

     

    Que est-ce qu'il me jouerai pas?

  5. J'ai un souci...surement une faute de Syntax

     

    J'ai ce Code:

     

    GEA.add({{"Global", "PresentState", "Home"}, {"Days", "Weekday"}, {"Time", "06:00"},{"Armed", 536}}, 60, "Alarme Rez désactivé à 6:00", {{"Portable", {phone["phone_nathalie"], phone["phone_thomas"]}}, {"setDisarmed", {254, 335, 536}, {"Scenario", 76}, {"turnOn", 472}}})
    GEA.add({{"Global", "PresentState", "Home"}, {"Days", "Weekend"}, {"Time", "07:00"},{"Armed", 536}}, 60, "Alarme Rez désactivé à 7:00", {{"Portable", {phone["phone_nathalie"], phone["phone_thomas"]}}, {"setDisarmed", {254, 335, 536}, {"Scenario", 76}, {"turnOn", 472}}})

     

    J'aimerai désarmer les ID 254, 335, 536 que si le module 536 est armé et en semaine à 6h et nous envoyer un msg ainsi lance une Scène et enclencher un module. 

    J'ai l'erreur suivante:

    [DEBUG] 08:59:38: 2018-11-11 08:59:38.177681 [ fatal] Unknown exception: /opt/fibaro/scenes/97.lua:1340: wrong number of arguments to 'insert'

     

    Variable "Phone" est déclaré

     

    Ou est l'erreur?

    Merci pour vos aide :-)

     

  6. Moi aussi j'ai des problèmes avec une scène Netatmo depuis V4.511

    [DEBUG] 22:01:03: MANUAL START - Netatmo Weather station Integration scene version: 2.0.1.

     

    [DEBUG] 21:43:03: Global table data for station: 70:ee:50:1b:0e:ee read sucessfuly
    [DEBUG] 21:43:03: Get token
    [DEBUG] 21:43:04: 2018-10-11 21:43:04.051078 [ error] Handshake error: certificate verify failed
    [DEBUG] 21:43:04: 2018-10-11 21:43:04.052146 [ error] Handshake error: bad message type

     

    Je pense que c'est du au:

    Improved communication security of plugins. :-(

    [

  7. Version 4.511 BETA

     

    New improvements:

    • Added support for Fakro ZWS12.
    • Added support for Remotec ZXT-600.
    • Added support for Heiman/Zipato HS1CG Gas Sensor.
    • Added the popup notification while trying to disable Remote Access with active installer access.
    • Added the button for rebooting in recovery mode.
    • Improved communication security of plugins.

     

    Resolved issues:

    • System hangs on starting services.
    • Unable to reboot or turn off the gateway using a scene.
    • Unable to transfer configuration via id.cloud.fibaro.com between gateways linked to Fibaro ID account.
    • Gateway does not start after restoring cloud backup.
    • 'API: Host not found' error.
    • Incorrect icon for Roller Shutter which controls a garage gateway.
    • Alarm events disappear after refreshing the page.
    • No data in LAN Settings after rebooting.
    • Lists of scenes and rooms do not update correctly.
    • Scene based on weather does not start.
    • Removed dashboard.
    • Other minor fixes.
  8. @Steven

    Je viens de vérifier chez Netatmo et mon pluviomètre est bien connecté à ma station Netatmo et aussi dans le VD Rain sensor 2.0:

     

    image.png.7c5fce8d6a8d5cdd3b8784b491ec7bda.png

     

    J'ai toujours l'erreur: [1;31m2018-09-08 07:09:44.206529 [ fatal] LUA error: /opt/fibaro/scenes/88.lua:221: bad argument #1 to 'pairs' (table expected, got nil) :(

     

     

     

  9. Hello j'ai aussi cette erreur:

     

    [DEBUG] 13:07:25: Last request : 09/10/18 - 13:07:25
    [DEBUG] 13:07:25: 570cbcb3acb39bfb230212ce|8724fa5200da3e2011df2f6c2c7fda0a
    [DEBUG] 13:07:26: ----------========== D e v i c e s =========----------
    [DEBUG] 13:07:26: 05:00:00:03:c2:c6
    [DEBUG] 13:07:26: ----------========== Module extérieur ==========----------
    [DEBUG] 13:07:26: temperature_exterieure = 24.5
    [DEBUG] 13:07:26: humidite_externe = 51
    [DEBUG] 13:07:26: ----------========== Pluie histo ==========----------
    [DEBUG] 13:07:26: [1;31m2018-09-10 13:07:26.663855 [ fatal] LUA error: /opt/fibaro/scenes/88.lua:223: bad argument #1 to 'pairs' (table expected, got nil)

     

    Comment on peu résoudre ce problème?

     

     

  10. J'ai malheureusement la même erreur:

     

    [DEBUG] 07:09:44: ----------========== Pluie histo ==========----------
    [DEBUG] 07:09:44: [1;31m2018-09-08 07:09:44.206529 [ fatal] LUA error: /opt/fibaro/scenes/88.lua:221: bad argument #1 to 'pairs' (table expected, got nil)

     

    @Steven Tu peu nous aider?

  11. Hello,

     

    J'aimerai ajouter à ce code, que il est vrai uniquement 30 minutes avant le coucher de soleil jusqu’à 30 min après le lever du soleil. La lumière de la cage d'escalier fonctionne sur détecteur uniquement 30min avant le coucher de soleil toute la nuit jusqu'a 30min après le lever de soleil.

     

    -- Escalier
    -- Exctinction automatique après 3 min
    local extinction = GEA.add( id["ECL__ESCALIER"], 3*60,"",{{"turnOff", id["ECL__ESCALIER"]}})
    -- Allumage automatique lampe sur detection --
    local detection = GEA.add( {id["MOTION_ESCALIER"],{"Value-", id["DETECTEUR_LUX_ESCALIER"], 30}}, -1,"", {{"turnOn", id["ECL__ESCALIER"]}, {"RestartTask", extinction}}) 
    -- Allumage manuel lampe --
    GEA.add(id["ECL__ESCALIER"], -1, "", {{"StopTask", extinction}, {"StopTask", detection}})
    -- Exctinction de la lampe
    GEA.add(id["ECL__ESCALIER"], -1, "", {{"Inverse"}, {"RestartTask", detection}})

     

    J'ai un blanc...:(

     

  12. @pepite J'ai exclu des conditions d'une ligne et il y a un souci avec {"Dates", "06/04", "15/10"} -> dans le Debug il me sort "Dates", ["06\/04, "15\/10"] -> c'est normale?

     

    GEA.add({{"Global", "PresentState", "Home"}, {"Weather", "#r#clear|cloudy"}, {"Days", "Weekday"}, {"Time", "sunset+15", "sunset+18"}, {"Dates", "06/04", "15/10"}}, 120, "", {"Value",{id["SPOT_PISCINE"], id["LIGNE_SPOTS_PISCINE"]},40})

  13. @pepite

    Il y a 2 heures, pepite a dit :

     

    @speedoxx007

    La syntaxe est bonne en tout cas. je ne vois pas non plus ;-)

    Repars de condition simple vers complexe pour identifier celle qui bugue.

     

    Tes 2 lignes font la même chose en SEMAINE et WEEKEND, 1 seule ligne suffirait non ?

     

    Je vais tester ce soir avec des simple conditions. Ouais t'as raison je pourrais faire en 1 seule ligne...

  14. Hello,

     

    J'ai un souci avec 2 lignes qui fonctionnait avec V4.52 et plus dans V6.07

     

    Ces deux lignes ne réagisent pas:

     

    La Variable Global "Presenstate" et bien sur "Home" et les ID des deux Dimmers sont correcte.

     

    -- enclencher spot dans piscine et spots au bord de la piscine entre 6.4 et 15.10 apres coucher du soleil entre (+15,+18) si Wheater et clear|cloudy avec les deux Dimmer à 40%
    GEA.add({{"Global", "PresentState", "Home"}, {"Weather", "#r#clear|cloudy"}, {"Days", "Weekday"}, {"Time", "sunset+15", "sunset+18"}, {"Dates", "06/04", "15/10"}}, 120, "", {"Value",{id["SPOT_PISCINE"], id["LIGNE_SPOTS_PISCINE"]},40})
    GEA.add({{"Global", "PresentState", "Home"}, {"Weather", "#r#clear|cloudy"}, {"Days", "Weekend"}, {"Time", "sunset+15", "sunset+18"}, {"Dates", "06/04", "15/10"}}, 120, "", {"Value",{id["SPOT_PISCINE"], id["LIGNE_SPOTS_PISCINE"]},40})

     

    Je ne vois pas le problème -_-

     

    Le Debug me donne ceci:

     

    image.png.7a0e3a7632b5a05270792830ec2c44e1.png

×
×
  • Créer...