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

API Post


jompa68

Question

Trying to add a globalVariable with this function that worked on 3.5x version but not on beta 4.017

Please login or register to see this code.

How should it be now in new API?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

I'm also interested in creating an globalVariable but directly with new api, if there is nothing, please fibaro create an fibaro:createGlobalValue("valuename","value") and also fibaro:existsGlobalValue("name") for better testing so we can do

Please login or register to see this code.

Link to comment
Share on other sites

  • 0

Bumping this thread, I'm also interested in creating global variables from the api...

 

Also is there a way to create "scene only" variables that are persisted and keep the value each time the scene is ran?

 

Thanks,

Dem

Link to comment
Share on other sites

  • 0

Creating global variable from api is quite simple: perform POST request on /api/globalVariables with payload like this: {"name":"example","value":"123"}

Link to comment
Share on other sites

  • 0

trying to get this to work, but failed at it. here's my scene code;

Please login or register to see this code.

getting a 401 unauthorized

Please login or register to see this code.

Link to comment
Share on other sites

  • 0

found this in "

Please login or register to see this link.

 

  • Please login or register to see this link.

    : Operations about globalVariables
      • Please login or register to see this link.

        Please login or register to see this link.

        • Please login or register to see this link.

      • Please login or register to see this link.

        Please login or register to see this link.

        • Please login or register to see this link.

      • Please login or register to see this link.

        Please login or register to see this link.

        • Please login or register to see this link.

      • Please login or register to see this link.

        Please login or register to see this link.

        • Please login or register to see this link.

 

 

So should I conclude that it cannot be done? creating globals through the rest api?

Link to comment
Share on other sites

  • 0

I try to this in the v4.080 it seems like it is not possible?...

Link to comment
Share on other sites

  • 0

Ah thanks. That indeed works, but it is still not possible to create an enum variable (predefined variable)... any luck on that?

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