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
ROBBshop 2
Hi all,
recently have been contacted to review my previous written code. It seems I am a little stuck here.
In the main loop of a VD I want to receive a large json table. Since I never know up front how long the exact responds is I am not sure how to loop it.
A sample responds (putty RAW) is listed below:
Please login or register to see this code.
It will always start with
Please login or register to see this code.
and always end with
Please login or register to see this code.
My previous solution was to loop and strip the results until I had the unit I wanted. Preferable is to load the whole table and extract the info by means of jsontable:
Please login or register to see this code.
What is the best way to load this table? My old way cuts of before the end is reached
Old way:
Please login or register to see this code.
Any help or ideas are appreciated. I did play with the readtimeout but didn't seem to make a difference
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.