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


  • 0

User defined programs FGRGBW441M with HC3


Question

Posted

In HC3 RGBW device no possibility to add user defined programs, while this was possible with the same device and HC2.

How can I add a user defined program?

Please login or register to see this spoiler.

 

  • Like 1

17 answers to this question

Recommended Posts

  • 1
Posted

5 months later...
it's still not possible.


In the HC2 no problem, HC3 not possible.
That makes no sense.

 

How long will it take to include this function?

  • Like 2
  • 0
Posted

Haven’t done it, but there is an option in the API

 

http://ipaddress/#/RGBPrograms/newRGBProgram

  • 0
  • Inquirer
  • Posted
    8 hours ago, SmartHomeEddy said:

    Haven’t done it, but there is an option in the API

     

    http://ipaddress/#/RGBPrograms/newRGBProgram

    Please login or register to see this spoiler.

    Hi @SmartHomeEddy,

    Your suggestion does not work and in the device properties no newRGBProgram is present.

    It is certainly a bug that in the general mode of the device UI favorite colors can be added but no new RGBPrograms, @m.roszak?

    • 0
    Posted

    There is no support for adding custom programs using webUI in HC3 for now.
    I will try to learn something about the ETA.

    • 0
  • Inquirer
  • Posted
    7 hours ago, m.roszak said:

    There is no support for adding custom programs using webUI in HC3 for now.
    I will try to learn something about the ETA.

    Please set it on top of the backlog!

    • 0
    Posted
    On 12/11/2022 at 7:34 PM, FibaSteffen said:

    13 months later...
    it's still not possible.

     

    • Like 1
    • 0
    Posted
    On 9/7/2021 at 11:26 AM, m.roszak said:

    There is no support for adding custom programs using webUI in HC3 for now.
    I will try to learn something about the ETA.

     

    Hi @m.roszak ,

     

    On HC2 it is possible to add programs for older version 27.27 of Fibaro RGBW, but new version 5.0 does not have that button:

    Please login or register to see this spoiler.

     

    Wonder why that button disappear for never version? 😱

     

    • 0
    Posted

    It is completely different implementation due protocol reqs for ZW+ devices, and not as easy as old one.
     

    • 0
    Posted
    3 minutes ago, m.roszak said:

    It is completely different implementation due protocol reqs for ZW+ devices, and not as easy as old one.

     

    @m.roszak , thanks for quick answer. Then I guess same difficulty you are facing with HC3?

    • 0
    Posted
    • I am also waiting for this
    • 0
    Posted

    any news on this? was basic in HC2 and older versions... why gone all of a sudden?

     

    • 0
    Posted

    Man this sucks! I have just moved all of my devices over to the HC3 from HC2 and now found out this is not possible. Wow. Deffo a leap in the wrong direction. I used this for custom alerts for doorbell, fire alarm, drive breach sensor flood alarm and lots of other uses. 

     

    Fibaro, if you're listening, any idea on a road map or date for this feature to be implemented? 

    • 0
    Posted (edited)

    I noted that it works on my HC3 with FGRGBW 441M but not with FGRGBW 442CC

     

    I created RGBProgram with API, I can see them in the interface but it works only in one type of devices

     

    Please login or register to see this attachment.

    Edited by Franco263
    more info
    • 0
    Posted

    Just a quick question on this, how do you create one via the api?

    1 hour ago, Franco263 said:



    I noted that it works on my HC3 with FGRGBW 441M but not with FGRGBW 442CC

     

    I created RGBProgram with API, I can see them in the interface but it works only in one type of devices

     

    Please login or register to see this attachment.

     

     

    Just a quick question on this, how do you create one via the api? What is the address for this on the HC3

    • 0
    Posted

    It's pretty simple.

    1. Open Swagger in HC3

    2. Select RGBPrograms

    3. From the 5 options select the middle GET

    4. Click on "Try it out" and enter an RGB program ID e.g. 3 (Rainbow)

    5. Click on Execute and then on “Download”

     

    Now you can now edit the .json file with an editor Alternatively, you can also copy the RGB program from an HC2 via the API, edit it, i.e. change the name and ID, and then insert it as a new RGB program using POST, analogous to the previous GET. First delete the example schema from the program body and insert your new code.

    The new program is inserted afteryou click  “Execute”.

    Alternatively, you can create a completely new program from an existing template.

    Here is my alarm program that I copied from my HC2. It creates a red and fast flashing effect.

    Please login or register to see this code.

     

    Good luck

    • 0
    Posted
    On 4-11-2023 at 12:49, jwi said:

    Het is vrij eenvoudig.

    1. Open Swagger in HC3

    2. Selecteer RGB-programma's

    3. Selecteer uit de 5 opties de middelste GET

    4. Klik op "Probeer het uit" en voer een RGB-programma-ID in, bijvoorbeeld 3 (Regenboog)

    5. Klik op Uitvoeren en vervolgens op “Downloaden”

     

    Nu kunt u het .json-bestand bewerken met een editor . U kunt ook het RGB-programma kopiëren van een HC2 via de API, bewerken, d.w.z. de naam en ID wijzigen, en het vervolgens invoegen als een nieuw RGB-programma met behulp van POST, analoog aan de vorige GET. Verwijder eerst het voorbeeldschema uit de programmabody en voeg uw nieuwe code in.

    Het nieuwe programma wordt ingevoegd nadat u op “Uitvoeren” hebt geklikt.

    U kunt er ook voor kiezen om een geheel nieuw programma te maken op basis van een bestaande sjabloon.

    Hier is mijn alarmprogramma dat ik heb gekopieerd van mijn HC2. Het creëert een rood en snel knipperend effect.

    Please login or register to see this code.

     

    Succes

    hi, i would also like to add some RGBW programs. unfortunately my programming knowledge is not that great.

    And Swagger is a new environment for me that i have not used before.
    step 1 to 5 worked without problems.

    i copied and pasted your program "alarm red" ID changed to my id of RGBW. but it seems to me that i forgot something or something.

    can you possibly help me i am a newbie.

    Join the conversation

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

    Guest
    Answer this question...

    ×   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...