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

LUA: Extract XML(GET) - REPLACE TAG VALUE - UPLOAD (PUT)


Gianluca S.

Question

Good Morning Guys,

I need to create a Virtual Device in order to enable/disable some functionality of my devices.

Shortly in need to extract the XML, modify a tag value, re-upload the xml.

 

I have understood that using "Net.FHttp"  and GET/PUT command im able to RETRIEVE and PUT the XML....

Example: response,status,errorcode = device:GET('URL')

Example: response,status,errorcode = device:PUT('URL',XML)

 

But how the entire process can be writed in LUA?

1) How to store in a variable the entire XML extracted using teh GET command?

2) How to replace the xml tag parameter ? ex. from enable to disable 

3) How to re-upload the modified XML?

 

Thanks in advnace

Regards

Gianluca

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

example

 

 

Please login or register to see this code.

 

Link to comment
Share on other sites

  • 0
  • Inquirer
  • 16 hours ago, 10der said:

    example

     

     

    Please login or register to see this code.

     

     

    Thanks a lot for your example.

    If i understand well this code retrieve the xml and check the status of your cam.

    We can use the "response" variable and replace a value into a tag in the xml retrieved and PUT again the entire code...

     

    Any idea?

     

    Edited by Gianluca S.
    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...