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

Possible for LUA to change virtual device IP address?


Question

Posted

Are the IP Address and TCP Port properties for a virtual device read only in LUA and only able to be changed using the web interface?

 

Tried the following from a scene with no success.

fibaro:call(id.vd, "setProperty", "ip", newIP)
fibaro:call(id.vd, "setProperty", "port", newPort)
 
fibaro:call(id.vd, "setProperty", "IPAddress", newIP)
fibaro:call(id.vd, "setProperty", "TCPPort", newPort)

2 answers to this question

Recommended Posts

  • 0
Posted

Hi there,

 

change IP by LUA will not work.

Please explain why you want to change it.

 

Bye

Neospin

  • 0
  • Inquirer
  • Posted (edited)

    Well.... I came across this not by trying to change the IP address of a virtual device for 3rd party comms but was using the IP and TCP port fields to store a couple of variables that could easily be accessed and changed within the virtual device buttons by using fibaro:getSelfId(). Think global variables constrained to the virtual device. Was trying to avoid creating a system wide global or hard coding the variables into each button.

     

    An idea that came to mind a while back (that I've been meaning to post as a feature request) to get around this was for buttons, labels, etc to have a hidden checkbox added that means they are still functional but hidden from any GUI's - only visible in the advanced tab when configuring the virtual device. If this was possible, labels could be used to store variables and hidden buttons for automated tasks that aren't designed for user interaction. Make sense?

     

    The current 'empty' checkbox is next to useless (apart from providing line spacing) as any programming is removed when checked.

    Edited by seiq

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