Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


All Activity

This stream auto-updates

  1. Past hour
  2. Offline user is offline one, you need to provide the e-mail where generated local password will be send. Due Data Act and RED cybersecurity directive admin should not know the password of the other user.
  3. Specific level contains everything on it and higher levels, as typically in settings like that. So, for example, TRACE shows everything, WARNING shows errors and warnings.
  4. Today
  5. Thanks for the QuickApp - it works perfectly with the HUE lamps. With the NEUHAUS lamps I can switch them on and off, but I cannot change the light warmth (color temperature). Is this adjustment planned? That would be great. Thanks!
  6. @jgab First test: works. I'll test it this evening, maybe the Hue motion sensor gives off different events or data, I don't know. During daylight I see no errors in the console and the Controller click successfully controls the Hue light via YahueV2, even after having passed the motion sensor multiple times.
  7. Thank you very much! I will try v0.2.68 today and let you know.
  8. Hello, in the version ( maybe even the previous ones ) is it normal to be able to create a offline user ( a user that should have a name and a password, some access but no cloud, email and so on ) and not be able to create a password for him ? As a offline user without cloud, cloud access, how shall the user have password set / reset if the administrator cant do it ? Is it a bug or a feature ? The main problem is, to connect to the unit, with for example HA or some user that should have only access to 2 devices or so on. To need to have an email, create a cloud account for nothing is not a offline user. Right ?
  9. Yes, that's better. The missing resource warnings will be there.
  10. [26.06.2026] [11:35:47] [WARNING] [QUICKAPP397]: Missing resource type:clip (further events for this type will be ignored) [26.06.2026] [11:35:51] [WARNING] [QUICKAPP397]: Missing resource type:smart_scene (further events for this type will be ignored) vo.2.68
  11. The restart was unexpected, try version v0.2.68 I just uploaded.
  12. After update and extra restart: [26.06.2026] [11:00:29] [WARNING] [QUICKAPP397]: Missing resource type:clip (further events for this type will be ignored) [26.06.2026] [11:00:38] [WARNING] [QUICKAPP397]: Missing resource type:smart_scene (further events for this type will be ignored) [26.06.2026] [11:00:40] [WARNING] [QUICKAPP397]: Variable sseHeartbeat not found [26.06.2026] [11:12:44] [WARNING] [QUICKAPP397]: Missing resource type:clip (further events for this type will be ignored) [26.06.2026] [11:12:48] [WARNING] [QUICKAPP397]: Missing resource type:smart_scene (further events for this type will be ignored) [26.06.2026] [11:13:50] [WARNING] [QUICKAPP397]: Missing resource type:clip (further events for this type will be ignored) [26.06.2026] [11:13:55] [WARNING] [QUICKAPP397]: Missing resource type:smart_scene (further events for this type will be ignored)
  13. The "Missing resource type:xxx" is no problem, just a reminder that these Hue resources are not supported. The "Variable sseHeartbeat not found", I have made silent. "Class does not have 15 function defined - action ignored" is very strange. I made some changes in the last version, please report if you still get the warning-
  14. Jan any progress to be informed about new version update? Subscribe for e-mail notification?
  15. A note about time check t1..t2. rule("10:00..11:00 => ... ") will trigger the rule at 10:00, and it will also trigger the rule at 11:00:01, e.g. 1 second after the second bound. However, that last trigger will usually fail as 11:00:01 is not within 10:00..11.00 The reason that ER will anyway generate a trigger for 11:00:01 is that we may have a rule like rule("!(10:00..11:00) => ...") meaning if we are not in the interval, the condition should be true. Now because we trigger at 11:00:01 that is outside the interval, the test is false, but the not version is true and the condition becomes true... what we want.
  16. Jan, after update v02.66 I have only warnings, so Yahue works great! [26.06.2026] [10:42:09] [WARNING] [QUICKAPP397]: Missing resource type:smart_scene (further events for this type will be ignored) [26.06.2026] [10:42:10] [WARNING] [QUICKAPP397]: Variable sseHeartbeat not found [26.06.2026] [10:45:28] [WARNING] [QUICKAPP397]: Class does not have 15 function defined - action ignored [26.06.2026] [10:45:30] [WARNING] [QUICKAPP397]: Class does not have 15 function defined - action ignored [26.06.2026] [10:45:59] [WARNING] [QUICKAPP397]: Class does not have 15 function defined - action ignored [26.06.2026] [10:46:14] [WARNING] [QUICKAPP397]: Missing resource type:clip (further events for this type will be ignored) [26.06.2026] [10:46:19] [WARNING] [QUICKAPP397]: Missing resource type:smart_scene (further events for this type will be ignored) [26.06.2026] [10:46:19] [WARNING] [QUICKAPP397]: Variable sseHeartbeat not found Can I perhaps solve a few warnings?
  17. Yes, it looks ok. You could do local p = loadProfile() for dtime,data in pairs(p) do assert(data.start and data.ed,"Incomplete TimeProfile for "..dtime) rule(string.format("%s..%s => $DayTime='%s'", data.start, data.ed, dtime) ).start() end You may also want to check that there is a Morning,Day,Event,Night field in p.
  18. I had spelled it vnum... pushed new version with the correct wnum variable defined. (v0.1.47)
  19. Fixed in latest version. Now ID:msg will use fibaro.alert('simplePush',{id},...) The push push method can be changed by setting fibaro._pushMethod = 'simplePush' to ex. 'push'. However, I have only made it work for me with 'simplePush'
  20. OMG that's crazy. How can I explain this to my family members? 😊 I can bypass keypad wake up by this command, am I right? -- Disable LED sleep mode - we are away fibaro.call(keypad_ID, "setConfiguration", 4, 1, 0) fibaro.debug("SceneARM", "Sleep mode disabled - LED stays on") So unlock will have two phases only. Once more thank you.
  21. Ok, the parse error could actually have been a problem that caused 429 in other scenarios too. I uploaded v 0.2.66 with some fixes I hope will improve it - including allowing for better performance.
  22. Jan, getting error [26.06.2026] [08:15:00] [ERROR] [QUICKAPP668]: ❌ RULE71: Undefined variable: 'wnum' @08:15 & wday('fri') & wnum % 8 == 0 =>
  23. Yesterday
  24. Thanks. And if I want more that one kind of info - the values can be combined like bit flags? or maybe table can be used? I mean: self.logLevel = ERROR | DEBUG -- or: self.logLevel = {ERROR, DEBUG}
  25. I'm having issues in trying to update HC3 from 5.202.54 (beta) to 5.210.12. Keep getting error when downloading the update: "Download checksum error" System works fine on current version. No issues in creating backup but not able to update. I usually have this problem with each update but usually language change helps to get it through. Trying for last few weeks and this time nothing. Restarted device multiple times. Any thoughts please?
  26. Hi @Flexo no worries, the answer is here:
  27. @jgabhi !here is my eventrun7 rule , Is this correct to use? TimeProfile: {"Morning":{"start":"06:00","ed":"10:00"},"Day":{"start":"10:00","ed":"18:00"},"Evening":{"start":"18:00","ed":"22:00"},"Night":{"start":"22:00","ed":"06:00"}} local function loadProfile() local raw = fibaro.getGlobalVariable("TimeProfile") if type(raw) ~= "string" then error("TimeProfile must be JSON string") end local ok, profile = pcall(json.decode, raw) if not ok or type(profile) ~= "table" then error("TimeProfile JSON invalid") end return profile end rule([[$TimeProfile => log('TimeProfile changed') plugin.restart() ]]) local p = loadProfile() rule(string.format("%s..%s => $DayTime='Morning'", p.Morning.start, p.Morning.ed )).start() rule(string.format("%s..%s => $DayTime='Day'", p.Day.start, p.Day.ed )).start() rule(string.format("%s..%s => $DayTime='Evening'", p.Evening.start, p.Evening.ed )).start() rule(string.format("%s..%s => $DayTime='Night'", p.Night.start, p.Night.ed )).start()
  28. Hi @ll I am not able to enter the system after reset ! (HC3 with v5.210.12) User: admin Password: admin Doesnt work anymore, I tried the older ones.. doesnt work ! I did also a recovery from the revovery mode. Thanks for some suggestions. Flexo Solved.
  1. Load more activity
×
×
  • Create New...