Aller au contenu

yuri80

Membres confirmés
  • Compteur de contenus

    19
  • Inscription

  • Dernière visite

Réputation sur la communauté

2 Neutral

À propos de yuri80

  • Rang
    Nouveau
  • Date de naissance 13/01/1980

Profile Information

  • Sexe :
    Male
  • Ville :
    Rome
  • Intéret :
    Domotic
  • Box
    Home Center 2
  • Version
    4.061

Visiteurs récents du profil

716 visualisations du profil
  1. Hi All, I'd like to synchro some variables of HC3 towards HC2: for example I have global variable "Test1" in HC3 and I'd like to set its value to the "twin" global variable" in HC2. The frequency of synchro is not a problem, I know that it will be sufficient set the interval for the starting of the dedicated "synchro scene"... Currently I am able to execute the copy value of HC2 variable to HC3 "twin" variable, but I need only of the viceversa :-( Exactly I'd like execute this "synchro" by a dedicated Lua scene (in HC3?) Can you suggest me how to proceed? Thanks in advance Yuri
  2. yuri80

    Aide création Virutal Device Flipr

    Hi, the script should work exaclty as you used it in postman, but in Fibaro VD you need to use the "string" type, please you see the post where others guys speaking about this topic https://forum.fibaro.com/topic/46613-setting-rfprotectionstate-using-lua-or-vd/?_fromLogin=1 I hope have helped you
  3. yuri80

    Automation Bridge

    Hi Charles, yes, I've installed this device in my net. Mainly it permits to speed the alexa feedaback to manage the devices by voice command. Further by this device, it's possible to install Netatmo, Bose, Global Cache iTach, ecc.. device, by dedicated plugin, for more or less, 10$ each one
  4. yuri80

    Support Gea

    Hi, I solved using the following command line: "when the button 3 of the remote controller device id.136 is held down, GEA turn on the playlist Q5 by the Sonos id 86" I hope to help others guys! :-) GEA.add({"CentralSceneEvent", 136, 3, "HeldDown"}, -1, "", {"QuickApp", 86, "playSavedQueue", 5})
  5. Super
  6. ok Thanks
  7. yuri80

    Support Gea

    Now I need of another suggestion to use in GEA code, the command to start the Sonos Playlist "Relax" associated on button with label "Q6: --" (Sonos id.86) Currently I use this action by the scene mode and it works fibaro.callUI(86, 'onReleased', 'btnSavedQueue6') Can you help me please? Thanks in advance for yuor support
  8. Hi, sorry but this page is for the support of HC3 GEA? My request is to for the support to transfer the HC3 classic scene code in GEA code...the link that you indicate is for HC2 GEA Anyway I reported my request in the link that you provide me thanks
  9. Hi, I tried your suggestion (@Lazer) and now I solved :-) I share the code file to start to Sonos id126, a mp3 saved on the NAS when the button 1 of the remote controller 136 is pushed GEA.add({"CentralSceneEvent", 136, 1, "Pressed"}, -1, "", {"QuickApp", 126, "playFile", "192.168.2.240/music/VARIE/Lounge.mp3", true, 30} maybe it can be help some guys :-)
  10. Thanks
  11. Sorry, I wrong to use the reply mode Anyway I uninstall and after install again and now it works again! I take the opportunity to ask you why the GEA code below reported doesn't work, I need to play mp3 by Sonos when the light is turn on GEA.add({"TurnOn", 98}, 0, "", {"SonosMP3", 77, 28, "//192.168.2.240/music/VARIE/Lounge.mp3", 20}) 98 -- Id light 77 -- Id Sonos (I use Krikroff Quikapp) 28 -- I don't know what is it...I read that it is the process button of Sonos...how can understand which is the id of the button of the Sonos quickapp?) //192.168.2.240/music/VARIE is the address of the shared folder (no authorization, no password need). I am sure that it works correctly, because I use this shared folder by my other Home Center 2 Lounge.mp3 is the song in shared folder 20 is the volume of the Sonos Thanks Yuri
  12. yuri80

    Support Gea

    Thanks now it works!!+++++++++++++++++
  13. yuri80

    Support Gea

    Hi, I'm tried to use the alarm clock in HC3 to turn on a light (Id.98) (or push "play" on the Sonos Id.90) when the time is meet... I installed GEA_v7.21.fqa and the project GEA_Alarme_v2.10.fqa So I don't understand where I put the code lines (GEA ALARM id.101) and if these codes are correct :-) GEA.add( {"Alarm", 101} , 0, "Debout fainéant", {"TurnOn", 98}) GEA.add( {"Alarm", 101, 2}, 0, "Debout fainéant", {{"QuickApp", 90, "play"}}) Can you help me please to understand the correct approach with GEA? Thanks in advance for your support Yuri
  14. yuri80

    Presentation

    Hi All, I'm Yuri, an italian engineer in love with the domotic! For this reason I found this forum and I appreciated a lot the projects shared by the users. The level of the projects fory point of view is very high. My system is composed by Fibaro HC2 system with HCL slave and 107 zwave devices connected. I use also Xiaomi zibee net net and I combined the 2 different systems by Alexa/IFTT. This solution while I wait the total functionality of HC3. Thanks to Lazer for the suggestions and in advance to all for the projects sharing
×