Aller au contenu

speedoxx007

Membres confirmés
  • Compteur de contenus

    276
  • Inscription

  • Dernière visite

Messages posté(e)s par speedoxx007


  1. HC2 & HCL - 4.151 - BETA - 07/12/2017

     

    Beta software changes list 4.151:

     

    Version 4.151 Beta

    New improvements:
    - Improved Fibaro Heat Controller support
    - Improved secure communication
    - Improved PIN synchronization stability for Z- Wave locks
    - Added default temperature sets to heating panel
    - Update of devices' states after Home Center start
    - Protection against incorrect Power and Energy values for Fibaro devices
    - Improved notification center for users without admin privilege
    - Improved installed plugins view
    - Possibility to change size of edit window in LUA scenes
    - Updated Wall Plug US icons
    - Frequency information when adding new devices to Home Center

    Resolved issues:
    - Problem with generating Magic scenes for alarm conditions
    - Problem with saving Blocks scenes
    - Problem with refreshing interactive push scenes
    - Inability to set association in Home Center added as Secondary controller
    - Problem with displaying devices' parameters
    - Problem with controlling temperature sets in heat schedules after time passes 00:00
    - Problem with displaying rooms when Hikvision camera plugin was added to system in Edge browser
    - Problem with displaying grouped devices
    - Problem with refreshing Slider value for Sonos plugin
    - Wrong notification about incorrect mesh network reconfiguration
    - Problem with low battery level notification
    - Problem with not disappearing notification about energy measurement in dashboard
    - Deleted wrong resources from Fibaro Docs
    - Minor graphic fixes


  2. J'ai un petit souci avec ce Code pour envoi d'un message quand le lave linge a fini de laver:

     

    -- Lave Linge
    GEA.add({"Global", "Lave_Linge", "En Attente"}, 5*60, "La machine est terminée depuis #duration#",{{"Portable", 323},{"Portable", 393}})
    GEA.add({"Sensor-", id["WP_LAVE_LINGE"], 0.1}, 30*60, "", {{"Global", "Lave_Linge", "Arret"}})     
    GEA.add({"Sensor+", id["WP_LAVE_LINGE"], 1}, 2*60, "", {{"Global", "Lave_Linge", "Lavage"}}) 
    GEA.add({{"Sensor+", id["WP_LAVE_LINGE"], 1},{"Sensor-", id["WP_LAVE_LINGE"], 2.8}, {"Global", "Lave_Linge", "Lavage"}}, 1*60, "", {{"Global", "Lave_Linge", "En Attente"}})

     

    Est-ce que je dois mettre les valeurs de Sensor- et + en Kilowatt ou en Watt?  En sachant que mon lave linge consomme au lavage entre 36 Watt et 2250 Watt et en Standby 0.55 Watt

     

    Merci pour vos aides.


  3. Beta software changes list 4.142:

    Version 4.142 Beta

    New improvements:
    - Support for Fibaro Wall Plug UK
    - Indicator for a device added in security mode
    - Improved security communication handing
    - Improved Fibaro Heat Controller support

    Resolved issues:
    - Problem with RGBW controller imported from a secondary Home Center
    - Problem with deleting devices in version 4.140
    - Problem with Zwave.me Wallc-S modules support
    - Problem with recurrent scenes
    - Devices with disabled "Show energy consumption measurements" still used in summary consumption on dashboard bar
    - Problem with controlling devices added in security mode
    - Problem with block scenes using Fahrenheit temperature scale
    - Minor graphic fixes


  4. Version 4.141 Beta

     

    New improvements:

    • Support for Fibaro The Heat Controller.
    • Support for Fibaro Wall Plug US.
    • System stability improvements.

     

    Resolved issues:

    • In some cases no value field displayed in block scenes.
    • Application rejected Z-Wave request notification shows wrong device ID.
    • Weather condition does not trigger the scene.
    • Minor graphic fixes.

  5. J'ai eu le même souci depuis la version 4.140 scene bloc avec "au coucher du soleil" ne fonctionnait plus.

     

    J'ai fait ave GEA:

     

    -- Gestion éclairage piscine 

     

    -- Weekdays entre Dates 15.05 et le 15.10 et Turnon au coucher du soleil à 40% de puissance et éteindre "sunset +60"


    GEA.add(true, 1*30, "",{{"Days", "Weekday"}, {"Time", "sunset", "sunset+2"}, {"Dates", "15/05", "15/10"}, {"turnOn",id["SPOT_PISCINE"]}, {"Value",id["SPOT_PISCINE"],40}, {"turnOn",id["LIGNE_SPOTS_PISCINE"]}, {"Value",id["LIGNE_SPOTS_PISCINE"],40}})
    GEA.add(true, 1*30, "",{{"Days", "Weekday"}, {"Time", "sunset+60", "sunset+62"}, {"Dates", "15/05", "15/10"}, {"turnOff",id["SPOT_PISCINE"]}, {"turnOff",id["LIGNE_SPOTS_PISCINE"]}})


    -- Weekend entre15.05 et le 15.10 et Turnon au coucher du soleil à 40% de puissance et éteindre "sunset +120"


    GEA.add(true, 1*30, "",{{"Days", "Weekend"}, {"Time", "sunset", "sunset+2"}, {"Dates", "15/05", "15/10"}, {"turnOn",id["SPOT_PISCINE"]}, {"Value",id["SPOT_PISCINE"],40}, {"turnOn",id["LIGNE_SPOTS_PISCINE"]}, {"Value",id["LIGNE_SPOTS_PISCINE"],40}})
    GEA.add(true, 1*30, "",{{"Days", "Weekend"}, {"Time", "sunset+120", "sunset+122"}, {"Dates", "15/05", "15/10"}, {"turnOff",id["SPOT_PISCINE"]}, {"turnOff",id["LIGNE_SPOTS_PISCINE"]}})

     

    Pour le moment ça fonctionne. Je vais encore essayer de inclure la météo... :-)

×