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


Recommended Posts

Posted

what is the last update, 0,6 doens't work wirh the bridge pro

Posted

is there a compiled version of the .68? 

Please login or register to see this link.

 

  • Topic Author
  • Posted (edited)

    Yes in dist/Yahue.fqa.

    You can also update the existing QA by setting the "update" QA variable to "yes"

     

    Edited by jgab
    • Thanks 1
    Posted (edited)

    Jan, best wishes for 2026!

     

    I started to implement YahueV2 but fasting a few difficulties to tackle.

    Switching on/off and setting brightness is no problem.

    dimdelay I can't get it to work

    Please login or register to see this code.

    Nacht_Lampje is the name of a scene created in HUE app  "Diningroom_Lampen

     

     

     

    error:

    Please login or register to see this code.

     

    Edited by Sjakie
    error
    • 2 weeks later...
    Posted

    Jan YahueV2 is crashing!

    Please login or register to see this code.

     

  • Topic Author
  • Posted
    13 hours ago, Sjakie said:

    Jan YahueV2 is crashing!

    Please login or register to see this code.

     

    Which version do you have?
    To make sure you have the latest, update the existing QA by setting the "update" QA variable to "yes". If the update is successful the variable's value change from 'yes' to the current date it was updated.

    Posted

    Jan, 

    if updated=="yes" then
    self:debug("Updating HueV2App")
    self:setVariable("update","yes")

     

    Please login or register to see this code.

     

    Posted

    Jan,

    After a fresh insall of Yahue it's still crashing.

    Please login or register to see this code.

     

    • 3 weeks later...
    Posted

    Hi i installed your 0.68 QA (and tried with your 0.60) but i get the same issue, it doesn't recognize my user handle ??

    any ideas on how to solve it? 

    i have already changed my user handle to see if it would help, but no luck

    Please login or register to see this attachment.

  • Topic Author
  • Posted
    15 hours ago, wulff said:

    Hi i installed your 0.68 QA (and tried with your 0.60) but i get the same issue, it doesn't recognize my user handle ??

    any ideas on how to solve it? 

    i have already changed my user handle to see if it would help, but no luck

    Please login or register to see this attachment.

    Have you created a user token? (it's not the user/password to identify with Hue)
    Instructions here:

    Please login or register to see this link.



    It should be long string with random characters, like 
     

    Please login or register to see this code.



    Or it's something else.... what version of the Hue hub is it?

    Posted (edited)
    On 2/2/2026 at 3:01 PM, jgab said:

    Have you created a user token? (it's not the user/password to identify with Hue)
    Instructions here:

    Please login or register to see this link.



    It should be long string with random characters, like 
     

    Please login or register to see this code.



    Or it's something else.... what version of the Hue hub is it?

    THANK YOU!!!!

    I made the token and it works like a charm on my hue pro bridge

    best regards

    Edited by wulff
    • 1 month later...
    Posted (edited)

    @jgab, Is there a possibility Yahue can import "entertainment room" from HUE bridge?

    So I am possible to use different entertainment rooms during the day.

    Edited by Sjakie
  • Topic Author
  • Posted

    The entertainment API is a different API compared to the Hue light API.
    I have no support for it and I don't have any entertainment area functions to test with.

    Posted (edited)

    ok thanks!

    Can you give a solution for my errors I have?

    No clue I only modified in "map" all false in true.

    Sometimes I also have no route to host,I understand it will be the internet connection.

    Strange is that only Yahue is facing that problem.

     

    I think error "operation cancelled"  caused by IKEA Trader???

    Please login or register to see this code.

     

    Edited by Sjakie
    Tradfri
    • 3 weeks later...
    Posted (edited)

    Please login or register to see this code.

    @jgab
    I modified some test code.
    [DEBUG] [QUICKAPP1035]: Event: relative_rotary Hue tap dial switch 1

    Are there other ways to get this event(function hueResource:event(data)) to other scenes or QuickApp? look like :

     

    Please login or register to see this code.


     

    Edited by lux
  • Topic Author
  • Posted
    6 hours ago, lux said:

    Please login or register to see this code.

    @jgab
    I modified some test code.
    [DEBUG] [QUICKAPP1035]: Event: relative_rotary Hue tap dial switch 1

    Are there other ways to get this event(function hueResource:event(data)) to other scenes or QuickApp? look like :

     

    Please login or register to see this code.


     

     

    When you update the property of the child device,    
    self:updateProperty("value",dir)
    The HC3 will generate a event/sourceTrigger that scenes can trigger on. Like your example for device 1035.

    I'm unsure though what happens for a multilevelSensor with interval 0-100 if we set the value to -1...

    Your modification makes the multilevelSensor have value 1,-1. Not much for a multilevelSensor... maybe another type?
    baseShutter?

    ...and why hardcode for device 33?
    hub.call(33, "setValue",hub.getValue(33, "value")+dir)
    you should be able to have a scene that reacts and updates the value for 33...


    Btw, I'm overhauling the Yahue codebase at the moment... 

    • Like 1
    Posted (edited)

    @jgab 
    1035 is  yahuev2.fqa itsel,
    33 is 
    baseShutter,
    I noticed that the value of multilevelSensor changes when yahue.fqa restart.
    I use a hue knob to control the lights or curtains, performing increase or decrease operations based on the current device state.

    If knob  support for leveChange commands will best.

    Please login or register to see this image.

    /monthly_2026_04/image.png.b1069056474d4361526f5f9aca798301.png.b3e5583dfa67a87fd5d204571849b1d8.png" />

    Edited by lux
  • Topic Author
  • Posted

    Ok, the new Yahue QA is redesigned a bit.
    Lights are supported individually. Rooms/zones are also mapped to color lights, so they can be treated as a group.
    Recommend to update/install with <

    Please login or register to see this link.

    • Like 3
    Posted

    Jan,

    Downloaded QA Distmanager. Selected Yahue >> update version 0.2

    It removed all HUE devices.

    Connect with HUE Bridge >> Select devices>> apply selection >> changed room by some devices >> HC3 on black

    After 3 minutes restart browser open HC3 it still adding devices

    Renamed room for all devices.

    Seems to installed right.

    How to get rid of these errors?

     

    Please login or register to see this code.

     

    Light is Color temperature Light Tradfri bulb E14 ws470lm

    I just need to know what the correct phrase is to dim a light with the time to accomplish the dim?

    Thanks for the update

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Reply to this topic...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...