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

RGB module and StartProgram from a Virtual Device


franckg16

Question

Hello,

Now I'm trying my first RGB module and I have a problem that I can’t understand:

I want to start a program using the LUA command: fibaro: call ( 112 " StartProgram ", " 1").

When I use this command from a scene. No problem, it starts with the program 1.

But when I use the same command from a virtual device, it starts a program that has nothing to do.

Example:

fibaro : call ( 112 " StartProgram ", " 1") starts the program 9

fibaro : call ( 112 " StartProgram ", " 2") starts the program 7

fibaro : call ( 112 " StartProgram ", " 3") starts the program 8

fibaro : call ( 112 " StartProgram " , "4" ) starts the program 0 ( non-existent program )

fibaro : call ( 112 " StartProgram ", " 5") starts the program 10

etc ...

I tried to # 12 and I see no logic.

I make sure the program Number launched by displaying it in a Label via fibaro : getValue (112, " currentProgramID " ) in the Main Loop

The same tests via a scene work very well, ie they throw out the requested program.

Do you have an idea?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

check in api number id of program

Please login or register to see this code.

Link to comment
Share on other sites

  • 0
  • Inquirer
  • OK, here is result of ip/api/RGBPrograms :

    [{"id":1,"name":"Fireplace"},{"id":2,"name":"Storm"},{"id":3,"name":"Rainbow"},{"id":4,"name":"Aurora"},{"id":5,"name":"LPD"},{"id":6,"name":"Pompier"},{"id":7,"name":"Police"},{"id":8,"name":"Ambulance"},{"id":9,"name":"Aurora2"},{"id":10,"name":"Rainbow2"},{"id":11,"name":"Activ. Alarme"},{"id":12,"name":"Chaud"},{"id":13,"name":"Froid"}]

    this does not explain my problem.

    Link to comment
    Share on other sites

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