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


Question

Posted (edited)

Hi bros, i am newbie!

I use NoIP DDNS Service to remote control my HC2 system, but sometime, the router update wrong ip to my NoIP host, so i want to create a Virtual device, which update my public IP every 6 hours.

I found update api from NoIP service (which i attached), but i do not know how to request to a website via lua code.

Could you please suggest me a little bit, thank you for your time!

 

update1: I tried with the follow lua code:

 

HC2 = Net.FHttp("myNoIPuser:[email protected]","80");
api = "/nic/update?hostname=mytestHostname.ddns.net";
response ,status, errorCode = HC2:GET(api);
fibaro:debug('response: ');
fibaro:debug(response);
fibaro:debug('status: ');
fibaro:debug(status);
fibaro:debug('error: ');
fibaro:debug(errorCode);

 

and another button with string to send:

 

GET /nic/update?hostname=mytestHostname.ddns.net HTTP/1.0
Host: dynupdate.no-ip.com
Authorization: Basic cXVvY2hhZmliYXJvQGdtYWlsLmNvbdasTpxdWFuZ2todW9uMDFn

 

and they do not work.

 

Please login or register to see this attachment.

Edited by elv1es

1 answer to this question

Recommended Posts

  • 0
  • Inquirer
  • Posted

    sorry, but does anyone have any ideas?

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