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
- Past hour
-
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)- 263 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-- 263 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?- 263 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:
- Today
-
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.- 263 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 -
AndyT joined the community
-
litvishko joined the community
- Last week
-
Jan how to write in ER7? RULE142: ./include/props.lua:268: Wrong parameter type, string required. Provided param 'nil' is type of nil user:msg = 'Partitie 03 Ramen appartement is BETREDEN!!!!!!!!!!!!'; ^^^^
- 385 replies
-
- rule engine
- automation
-
(and 4 more)
Tagged with:
-
Sorry in fact everything was working (again) after the reboot but all Fibaro new messages went into the Spam (unwanted) email...Corrected and everything back to normal.
-
I'm not sure, but sometimes reboot, or recovery helped me, when thing were wrong. I just got into the same problem: a week ago I was still receiving email but now no way. I have not find any reason why... code is: fibaro:call(2,"sendEmail","Dead nodes","La scène 20 vient de redémarrer") I did reboot the HC2 with no success (with or without backup)! I will open a ticket
-
NLW joined the community
-
Please expose UDP socket support in QuickApps
m.roszak replied to ChristianSogaard's topic in Update 5.210
@ChristianSogaard https://manuals.fibaro.com/home-center-3-quick-apps/, check section about UDP there. -
Hi Fibaro team, @[email protected] I would like to request UDP socket support for user-created QuickApps on Home Center 3. Some local integrations depend on UDP-based protocols, discovery, or request/response communication. One example is Nilan Gateway, which uses a local UDP-based Micro Nabto protocol. Without UDP support in QuickApps, these integrations require an external proxy or bridge service, even though the actual device is available on the local network. For many HC3 users, requiring an extra Raspberry Pi, NAS service, or local server defeats the purpose of having the Home Center as the central automation hub. It would be very useful if QuickApps could access a supported UDP API, for example: - create UDP socket - send datagram to host/port - receive datagram responses with timeout - optionally enable broadcast/multicast for discovery Even a limited, sandboxed UDP API would make many local LAN integrations possible without external services. Is UDP socket support for user QuickApps something Fibaro could expose officially in a future firmware release? Thanks.
-
IamTed joined the community
-
YahueV2 (Yet another Hue app, using Hue API v2)
Finzzownt replied to jgab's topic in Tutorials and Guides
After "Apply selection", the 429 errors did not appear anymore. I've edited the scenes and button relations, tested, still no errors. Suddenly, after some 30/35 minutes, they came back, but appear to have been triggered by a parsing error: [24.06.2026] [02:46:06] [DEBUG] [QUICKAPP92]: Event: motion Hal sensor [24.06.2026] [02:46:07] [WARNING] [QUICKAPP92]: /eventstream parse: ./include/HueTransport.lua:55: attempt to index a nil value (global 'debug') (retry in 1000ms) [24.06.2026] [02:46:11] [DEBUG] [QUICKAPP92]: Event: light_level Hal sensor [24.06.2026] [02:46:12] [WARNING] [QUICKAPP92]: /eventstream parse: ./include/HueTransport.lua:55: attempt to index a nil value (global 'debug') (retry in 1000ms) [24.06.2026] [02:46:16] [DEBUG] [QUICKAPP92]: Event: motion Hal sensor [24.06.2026] [02:46:17] [WARNING] [QUICKAPP92]: /eventstream parse: ./include/HueTransport.lua:55: attempt to index a nil value (global 'debug') (retry in 1000ms) [24.06.2026] [02:46:20] [DEBUG] [QUICKAPP92]: Event: geofence_client [24.06.2026] [02:46:32] [DEBUG] [QUICKAPP92]: Event: light Hal [24.06.2026] [02:46:33] [DEBUG] [QUICKAPP92]: Event: grouped_light /groups/0 [24.06.2026] [02:46:35] [DEBUG] [QUICKAPP92]: Event: motion Overloop sensor [24.06.2026] [02:46:36] [WARNING] [QUICKAPP92]: /eventstream parse: ./include/HueTransport.lua:55: attempt to index a nil value (global 'debug') (retry in 1000ms) [24.06.2026] [02:46:44] [DEBUG] [QUICKAPP92]: Event: motion Overloop sensor [24.06.2026] [02:46:45] [WARNING] [QUICKAPP92]: /eventstream parse: ./include/HueTransport.lua:55: attempt to index a nil value (global 'debug') (retry in 1000ms) [24.06.2026] [02:46:47] [DEBUG] [QUICKAPP92]: Event: temperature Voordeur sensor [24.06.2026] [02:47:06] [DEBUG] [QUICKAPP92]: Event: light Hal [24.06.2026] [02:47:07] [DEBUG] [QUICKAPP92]: Event: grouped_light /groups/0 [24.06.2026] [02:47:07] [DEBUG] [QUICKAPP92]: Event: grouped_light Hal [24.06.2026] [02:47:07] [DEBUG] [QUICKAPP92]: Event: table: 0xaaaaf7b06b00 [24.06.2026] [02:47:07] [DEBUG] [QUICKAPP92]: Event: grouped_light Staircase [24.06.2026] [02:47:07] [DEBUG] [QUICKAPP92]: Event: scene Dimmed [24.06.2026] [02:47:07] [DEBUG] [QUICKAPP92]: Event: light overloop lamp [24.06.2026] [02:47:20] [DEBUG] [QUICKAPP92]: Event: geofence_client [24.06.2026] [02:47:49] [DEBUG] [QUICKAPP92]: Event: temperature Tuin sensor [24.06.2026] [02:47:56] [DEBUG] [QUICKAPP92]: Event: motion Overloop sensor [24.06.2026] [02:47:57] [WARNING] [QUICKAPP92]: /eventstream parse: ./include/HueTransport.lua:55: attempt to index a nil value (global 'debug') (retry in 1000ms) [24.06.2026] [02:47:59] [DEBUG] [QUICKAPP92]: Event: light_level Overloop sensor [24.06.2026] [02:48:00] [WARNING] [QUICKAPP92]: /eventstream parse: ./include/HueTransport.lua:55: attempt to index a nil value (global 'debug') (retry in 1000ms) [24.06.2026] [02:48:06] [DEBUG] [QUICKAPP92]: Event: motion Overloop sensor [24.06.2026] [02:48:07] [WARNING] [QUICKAPP92]: /eventstream parse: ./include/HueTransport.lua:55: attempt to index a nil value (global 'debug') (retry in 1000ms) [24.06.2026] [02:48:08] [WARNING] [QUICKAPP92]: Hue bridge 429 from SSE, pausing all traffic for 5s (recent 429s: 1) [24.06.2026] [02:48:08] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 5000ms)[24.06.2026] [02:48:13] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 5000ms)[24.06.2026] [02:48:18] [WARNING] [QUICKAPP92]: Hue bridge 429 from SSE, pausing all traffic for 10s (recent 429s: 3) [24.06.2026] [02:48:18] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 10000ms) [24.06.2026] [02:48:28] [WARNING] [QUICKAPP92]: Hue bridge 429 from SSE, pausing all traffic for 20s (recent 429s: 4) [24.06.2026] [02:48:28] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 20000ms) [24.06.2026] [02:48:48] [WARNING] [QUICKAPP92]: Hue bridge 429 from SSE, pausing all traffic for 40s (recent 429s: 5) [24.06.2026] [02:48:48] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 40000ms) [24.06.2026] [02:49:29] [WARNING] [QUICKAPP92]: Hue bridge 429 from SSE, pausing all traffic for 40s (recent 429s: 2) [24.06.2026] [02:49:29] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 40000ms)[24.06.2026] [02:50:09] [WARNING] [QUICKAPP92]: Hue bridge 429 from SSE, pausing all traffic for 40s (recent 429s: 2) [24.06.2026] [02:50:09] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 40000ms)[24.06.2026] [02:50:49] [WARNING] [QUICKAPP92]: Hue bridge 429 from SSE, pausing all traffic for 40s (recent 429s: 2) [24.06.2026] [02:50:49] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 40000ms)- 263 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 Thank you very much for your work on YahueV2. I'm new to HC and also discovered that the stock Hue app did not communicate with the bridge pro. So I found your work, installed it and got it up and running. Added one light and in the Preview tab I played with the colours and toggled it on and off. All worked. Until I created a Block scene for the light. I connected the Block scene to trigger on a Walli Controller button 1 press to turn on the light and a second scene to connect to button 2 to turn it off. Nothing happened when I pressed either button on the Controller; the light did not respond. Removed and readded the same light (not a room, just the light itself), again played with color in Preview, all working, connected it back in the Scene/Action and ... nope, no action. Maybe once or twice the Hue light responded to a Controller button press, but no more. I found the Console and selected the QUICKAPP92, the Yahue_Proxy and it reported this: [24.06.2026] [01:22:31] [WARNING] [QUICKAPP92]: Hue bridge 429 from GET refresh, pausing all traffic for 60s (recent 429s: 3) [24.06.2026] [01:22:31] [WARNING] [QUICKAPP92]: /clip/v2/resource HTTP error: 429 [24.06.2026] [01:22:31] [WARNING] [QUICKAPP92]: Retry in 60s [24.06.2026] [01:22:31] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 60000ms) [24.06.2026] [01:23:32] [WARNING] [QUICKAPP92]: Hue bridge 429 from GET refresh, pausing all traffic for 60s (recent 429s: 1) [24.06.2026] [01:23:32] [WARNING] [QUICKAPP92]: /clip/v2/resource HTTP error: 429 [24.06.2026] [01:23:32] [WARNING] [QUICKAPP92]: Retry in 60s [24.06.2026] [01:23:32] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 60000ms) [24.06.2026] [01:24:32] [WARNING] [QUICKAPP92]: Hue bridge 429 from GET refresh, pausing all traffic for 60s (recent 429s: 3) [24.06.2026] [01:24:32] [WARNING] [QUICKAPP92]: /clip/v2/resource HTTP error: 429 [24.06.2026] [01:24:32] [WARNING] [QUICKAPP92]: Retry in 60s [24.06.2026] [01:24:32] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 60000ms)[24.06.2026] [01:25:32] [WARNING] [QUICKAPP92]: Hue bridge 429 from GET refresh, pausing all traffic for 60s (recent 429s: 3) [24.06.2026] [01:25:32] [WARNING] [QUICKAPP92]: /clip/v2/resource HTTP error: 429 [24.06.2026] [01:25:32] [WARNING] [QUICKAPP92]: Retry in 60s [24.06.2026] [01:25:32] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 60000ms)[24.06.2026] [01:26:29] [TRACE] [QUICKAPP92]: onAction: {"manual":true,"args":[],"deviceId":99,"actionName":"turnOn"} [24.06.2026] [01:26:29] [DEBUG] [QUICKAPP92]: huePUT dropped (bridge cooldown 3s left): /clip/v2/resource/light/cce96469-7fd2-4f7e-8415-e23c59f4bd98 [24.06.2026] [01:26:32] [WARNING] [QUICKAPP92]: Hue bridge 429 from GET refresh, pausing all traffic for 60s (recent 429s: 3) [24.06.2026] [01:26:32] [WARNING] [QUICKAPP92]: /clip/v2/resource HTTP error: 429 [24.06.2026] [01:26:32] [WARNING] [QUICKAPP92]: Retry in 60s [24.06.2026] [01:26:32] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 60000ms) [24.06.2026] [01:26:35] [TRACE] [QUICKAPP92]: onAction: {"manual":true,"args":[],"deviceId":99,"actionName":"turnOff"} [24.06.2026] [01:26:35] [DEBUG] [QUICKAPP92]: huePUT dropped (bridge cooldown 57s left): /clip/v2/resource/light/cce96469-7fd2-4f7e-8415-e23c59f4bd98 [24.06.2026] [01:27:20] [DEBUG] [QUICKAPP92]: Health-check: refreshing Hue resources [24.06.2026] [01:27:33] [WARNING] [QUICKAPP92]: Hue bridge 429 from GET refresh, pausing all traffic for 60s (recent 429s: 1) [24.06.2026] [01:27:33] [WARNING] [QUICKAPP92]: /clip/v2/resource HTTP error: 429 [24.06.2026] [01:27:33] [WARNING] [QUICKAPP92]: Retry in 60s [24.06.2026] [01:27:33] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 60000ms) Something is flooding the Hue Bridge Pro. Note the "huePUT dropped". Do I need to turn off or disable a refresh setting? A few minutes later it pulled all devices from the hub, so it seems: [24.06.2026] [01:30:33] [WARNING] [QUICKAPP92]: Hue bridge 429 from GET refresh, pausing all traffic for 60s (recent 429s: 3) [24.06.2026] [01:30:33] [WARNING] [QUICKAPP92]: /clip/v2/resource HTTP error: 429 [24.06.2026] [01:30:33] [WARNING] [QUICKAPP92]: Retry in 60s [24.06.2026] [01:30:33] [WARNING] [QUICKAPP92]: /eventstream: HTTP 429 (retry in 60000ms)[24.06.2026] [01:31:02] [TRACE] [QUICKAPP92]: UIEvent: {"elementName":"dump","values":[],"deviceId":92,"eventType":"onReleased"}[24.06.2026] [01:31:03] [DEBUG] [QUICKAPP92]: ------------------------ [device:066ee960-736a-42d2-a873-0e160d10aa75,Keuken spot 3,LTG002] Meanwhile, I am able to turn the same lights on/off via Home Assistant with Hue integration. What could be causing the "Hue bridge 429 from GET refresh, pausing all traffic for 60s" message? The "Apply selection" button resets the 429 error somehow. I removed the Hue light from Devices and only clicked the "Apply selection" to have it re-added. The bridge is scanned, the light is added. No more errors in the console after that: [24.06.2026] [02:09:27] [DEBUG] [QUICKAPP92]: Setup 8304f2d9-6269-4ce1-96d2-28ce3ac48df1 'zone' Staircase [24.06.2026] [02:09:27] [DEBUG] [QUICKAPP92]: Setup 9567e3da-51e0-4581-8dfe-9bae0c09ceb5 'zone' Eettafel [24.06.2026] [02:09:27] [DEBUG] [QUICKAPP92]: Setup cf7c045d-960f-4b32-a853-9cdd298604fb 'zone' TV wand [24.06.2026] [02:09:27] [DEBUG] [QUICKAPP92]: Setup e58bf2b1-952d-4b57-a2c8-9ed062b1bfe6 'zone' TV Ambilight [24.06.2026] [02:09:27] [DEBUG] [QUICKAPP92]: Setup f3ce6d30-a99c-4576-a423-ac77b62ea142 'zone' Lichtbak [24.06.2026] [02:09:27] [WARNING] [QUICKAPP92]: Variable sseHeartbeat not found [24.06.2026] [02:09:27] [DEBUG] [QUICKAPP92]: Defining QA classes [24.06.2026] [02:09:27] [DEBUG] [QUICKAPP92]: Loading existing child UID:'ColorLight:d0ef34e2-85e9-4806-8b04-5c884306b30d' [24.06.2026] [02:09:27] [DEBUG] [CHILD95]: status connected [24.06.2026] [02:09:27] [DEBUG] [CHILD95]: [diag v0.2.65] on=true -> state:=true, value:=100 (lastVal=nil) [24.06.2026] [02:09:27] [DEBUG] [CHILD95]: color xy 255,189,87 [24.06.2026] [02:09:27] [DEBUG] [CHILD95]: [diag v0.2.65] dimming raw=56.13 state=true lastVal:nil->56 value:=56 [24.06.2026] [02:09:27] [DEBUG] [CHILD95]: color_temperature 446 [24.06.2026] [02:09:27] [DEBUG] [QUICKAPP92]: Creating missing child UID:'ColorLight:beabb96c-de54-46a1-a938-d9e0461b635d' [24.06.2026] [02:09:28] [DEBUG] [CHILD100]: status connected [24.06.2026] [02:09:28] [DEBUG] [CHILD100]: [diag v0.2.65] on=false -> state:=false, value:=0 (lastVal=nil) [24.06.2026] [02:09:28] [DEBUG] [CHILD100]: color xy 255,189,86 [24.06.2026] [02:09:28] [DEBUG] [CHILD100]: [diag v0.2.65] dimming raw=1.19 state=false lastVal:nil->1 (state=false, value not written)[24.06.2026] [02:09:28] [DEBUG] [CHILD100]: color_temperature 446 [24.06.2026] [02:09:28] [DEBUG] [QUICKAPP92]: Created new child ID:100, UID:'ColorLight:beabb96c-de54-46a1-a938-d9e0461b635d' [24.06.2026] [02:10:11] [DEBUG] [QUICKAPP92]: Event: temperature Hal sensor [24.06.2026] [02:10:12] [DEBUG] [QUICKAPP92]: Event: geofence_client [24.06.2026] [02:10:39] [DEBUG] [QUICKAPP92]: Event: temperature Fietsenhok sensor [24.06.2026] [02:11:13] [DEBUG] [QUICKAPP92]: Event: geofence_client ... No more "Hue bridge 429 from GET refresh, pausing all traffic for 60s" events. Hue Bridge Pro v1.77.2071353020 YahueV2 v0.2.65- 263 replies
-
- hue
- hue plugin
-
(and 4 more)
Tagged with:
