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

I needs HTTPS support - Net.FHttps ?


Question

Posted

Hi Fibaro team,

I needs Https post

Please login or register to see this image.

/emoticons/default_icon_curve.gif" alt=":-/" /> Is this possible and how to do this ?

Best regards.

[ Added: 2013-05-06, 21:01 ]

there is nobody here

Please login or register to see this image.

/emoticons/default_icon_mrgreen.gif" alt=":mrgreen:" />

Recommended Posts

  • 0
Guest shapa
Posted

+1

security is a "must" for many applications / devices.

BTW, I need to check what protocol used by iPhone app...

  • 0
  • Inquirer
  • Posted

    I have open a ticket for request this feature

    Please login or register to see this link.

    Please login or register to see this image.

    /emoticons/default_icon_smile.gif" alt=":-)" />

    • 0
    Posted

    Yep - I need this functionality also!

    Any update from Fibaro as to when it will be available?

    • 0
    Posted

    +1

    • 0
  • Inquirer
  • Posted

    New about it?

    I need Https support to implement OAuth process, please

    Please login or register to see this image.

    /emoticons/default_icon_wink.gif" alt=";-)" />

    regards

    • 0
    Guest cedriclocqueneu
    Posted

    +1, same need !

    • 0
    Posted

    +1

    • 0
    Posted

    Users, we are working for it, but all our programmers are busy on 4.X.

    • 0
    Posted

    Hello, yes I need it too !

    Isn't it a way to run a command such "wget" or "curl" from an LUA script to overpass the problem ? Assuming there is a programming gate between the OS and the scripting tool.

    Thanks,

    • 0
    Posted
    Hello, yes I need it too !

    Isn't it a way to run a command such "wget" or "curl" from an LUA script to overpass the problem ? Assuming there is a programming gate between the OS and the scripting tool.

    Thanks,

    Sadly blocked a few versions ago but not replaced with all the features needed yet.

    • 0
    Posted

    Aie, this is very frustating...

    Please login or register to see this image.

    /emoticons/default_icon_curve.gif" alt=":-/" />

    • 0
    Posted

    is this coming in 4.x then..?

    • 0
  • Inquirer
  • Posted

    V4 beta already supports HTTPS

    Please login or register to see this image.

    /emoticons/default_icon_wink.gif" alt=";-)" />

    • 0
    Posted

    Works https !
    If so, what do I do wrong?

    I got this message: [ERROR] 17:34:42: line 6: attempt to call field 'FHttps' (a nil value)

    on this code...

     

    --[[

    %% properties
    %% globals
    --]]
    EliQ = Net.FHttps("my.eliq.se")
     
    response, status, errorCode = EliQ:GET("/api/datanow?accesstoken=secretbfc35789a321") 
    jsonTable = json.decode(response)
     
    local power = jsonTable.result[1].power
    --local createddate = jsonTable.result[1].createddate
    --fibaro:debug(response)
    fibaro:call(635,"setProperty","ui.Label1.value",power)

     

    • 0
    Posted

    Scenes on v4 uses slightly different way to call HTTP methods, it was mentioned several times, e.g. here:

     

    Please login or register to see this link.

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