Aller au contenu

momos

Membres confirmés
  • Compteur de contenus

    7
  • Inscription

  • Dernière visite

Réputation sur la communauté

1 Neutral

À propos de momos

  • Rang
    Nouveau

Profile Information

  • Sexe :
    Homme
  • Ville :
    Bucharest
  • Box
    Home Center 2
  1. Just wait a bit more and it will be ok. Fibaro is working on a fix now. Problem was reproduced, ticket is opened so soon we should have full integration.
  2. Hi. I have good news. Fibaro finally tested this Danfoss RS device and acknowledged that there is a bug. They also told me that a fix will be released soon I've posted a lot about this on the fibaro forum under the same username.
  3. It works:) finally Simple lua: --[[ %% autostart %% properties 157 value 157 timestamp %% globals --]] local rstemp = tonumber(fibaro:getValue(157, "value")) local rstime = tonumber(fibaro:getValue(157, "timestamp")) fibaro:call(141, "setTargetLevel", rstemp) fibaro:call(141, "setTime", rstime) ​ This piece of code took me one week lol. I was soo set on the setInterval function that i completely forgot to explore what the timestamp really does....
  4. Eureka i'm on to something: Argument for setTime is os.time() + value I just tried by using os.time()+900 and it got into manual mode with 15min showing on the interface
  5. Yes I tried that. I can modify the set temp on the LC13 through LUA. But for the life of me I can not modify the time interval... For example I set the manual override on RS to 2hours, the same 2hours should be on the LC13. There are some functions: fibaro:call(ID, "setTime", "") fibaro:call(ID, "setInterval", "")​ these functions are the same for LC13 and RS. But I just do not know what to put as an argument: I tried 900 seconds, I tried 1 hours, nothing works. Can you use any of these to change the time interval on the RS ? Thank you
  6. Hi, sorry for not writing in French:( I see you guys have figured out this Danfoss RS device that is driving me crazy. I would like to ask you for a bit of help: I have a RS and a LC13 in the same room and a heating panel configured for that room. All is good when the heating panel changes temperature - both devices update. But, if I make some manual override from the RS , the RS updates the new temp and hours values, but the radiator thermostat LC13 does not. Am I missing something? I have been fighting with this for over a week now Thank you very much for help
  7. momos

    Hello Fr

    Hi All, First of all sorry for not being able to write French, at least I can read I have a HC2 box and about 60 devices installed already: relays, motion sensors, door/window sensors, thermostats, binary sensors and more. I found your forum looking for some LUA advice, as i'm not good at LUA. I'm good at block scenes lol. Hope I can bring to you some useful info in the future to give back some of wisdom I acquired here. Regards
×