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

JSON encode


ROBBshop

Question

I want to encode this in LUA,

{"cmd":[25, 1]}

How to do this... (feel really silly asking

Please login or register to see this image.

/emoticons/default_wink.png" alt=";)" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20" />)

jsonString = {cmd = "25,1"}

json = json.encode(jsonString)

fibaro:debug(json)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I'm not entirely sure on what you are trying to do, should the value be this string "12,31" or are you trying to set multiple values to a single key?

Either way, I've attached an example of usage. This example is multilevel as can bee seen in the "devices" key.

Please login or register to see this code.

Link to comment
Share on other sites

  • 0
  • Inquirer
  • Thank you for that example. This is not a made up system, I have a API saying to send code:

    Please login or register to see this code.

    I have the code, but no clue how to encode them correctly

    Link to comment
    Share on other sites

    • 0

    Then I think the syntax you need is this:

    Please login or register to see this code.

    Keep in mind json.encode/decode only works in virtual devices, not scenes.

    Link to comment
    Share on other sites

    • 0
  • Inquirer
  • Ok, so far no success with my script. I tested my connection via putty (RAW) and it does seem to work. Just need the translations.

    Putty: IP 10.0.1.199 PORT 4242 MODE RAW

    Please login or register to see this code.

    How to translate this to LUA?

    [ Added: 2014-01-29, 15:10 ]

    Tried this but no luck. I guess maybe I am missing the end of line thing? ^@ is created in putty with CTRL+@ then I hit enter

    Please login or register to see this code.

    [ Added: 2014-02-25, 17:18 ]

    Still no luck finding my end of line. Any clues?

    [ Added: 2014-02-25, 20:50 ]

    Ok, problem solved. Had to add \0

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