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
- Today
-
YahueV2 (Yet another Hue app, using Hue API v2)
Flexo replied to jgab's topic in Tutorials and Guides
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!- 269 replies
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
-
YahueV2 (Yet another Hue app, using Hue API v2)
Finzzownt replied to jgab's topic in Tutorials and Guides
@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.- 269 replies
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
-
YahueV2 (Yet another Hue app, using Hue API v2)
Finzzownt replied to jgab's topic in Tutorials and Guides
Thank you very much! I will try v0.2.68 today and let you know.- 269 replies
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
-
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 ?
-
YahueV2 (Yet another Hue app, using Hue API v2)
jgab replied to jgab's topic in Tutorials and Guides
Yes, that's better. The missing resource warnings will be there.- 269 replies
-
- 1
-
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
-
YahueV2 (Yet another Hue app, using Hue API v2)
Sjakie replied to jgab's topic in Tutorials and Guides
[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- 269 replies
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
-
YahueV2 (Yet another Hue app, using Hue API v2)
jgab replied to jgab's topic in Tutorials and Guides
The restart was unexpected, try version v0.2.68 I just uploaded.- 269 replies
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
-
YahueV2 (Yet another Hue app, using Hue API v2)
Sjakie replied to jgab's topic in Tutorials and Guides
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)- 269 replies
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
-
YahueV2 (Yet another Hue app, using Hue API v2)
jgab replied to jgab's topic in Tutorials and Guides
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-- 269 replies
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
-
Jan any progress to be informed about new version update? Subscribe for e-mail notification?
- 385 replies
-
- rule engine
- automation
-
(and 4 more)
Tagged with:
-
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.
- 385 replies
-
- rule engine
- automation
-
(and 4 more)
Tagged with:
-
YahueV2 (Yet another Hue app, using Hue API v2)
Sjakie replied to jgab's topic in Tutorials and Guides
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?- 269 replies
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
-
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.
- 385 replies
-
- rule engine
- automation
-
(and 4 more)
Tagged with:
-
I had spelled it vnum... pushed new version with the correct wnum variable defined. (v0.1.47)
- 385 replies
-
- rule engine
- automation
-
(and 4 more)
Tagged with:
-
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'
- 385 replies
-
- rule engine
- automation
-
(and 4 more)
Tagged with:
-
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.
-
YahueV2 (Yet another Hue app, using Hue API v2)
jgab replied to jgab's topic in Tutorials and Guides
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.- 269 replies
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
-
Jan, getting error [26.06.2026] [08:15:00] [ERROR] [QUICKAPP668]: ❌ RULE71: Undefined variable: 'wnum' @08:15 & wday('fri') & wnum % 8 == 0 =>
- 385 replies
-
- rule engine
- automation
-
(and 4 more)
Tagged with:
-
kalim joined the community
- Yesterday
-
tfj joined the community
-
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}
-
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?
-
Standard Login and Passwort doesnt work anymore !!
SmartHomeEddy replied to Flexo's topic in Update 5.210
Hi @Flexo no worries, the answer is here: -
@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()
- 385 replies
-
- rule engine
- automation
-
(and 4 more)
Tagged with:
-
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.
-
Flexo joined the community
-
as i said, it works in access control mode, as you can see i do have users with PIN, and my keypad is set to access control The user has to wake up keypad, enter PIN, confirm it with unlock key, the keypad will then lit up blue which means it is unlocked and it does react to central scene events You see in my logs, unlocked and then central scene on key 11 to ARM, or unlock and then central scene on key 12 to DISARM
-
Please expose UDP socket support in QuickApps
ChristianSogaard replied to ChristianSogaard's topic in Update 5.210
Thank you, you were right, I asked before fully exploring the available options. I have now developed a working Nilan Gateway QuickApp and shared it here in the community. It communicates locally using UDP Thanks for the clarification. https://marketplace.fibaro.com/items/nilan-gateway-qa
