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

Read data from TCP


aivs

Question

 

Hi, I tried to get messages from my alarm system Honeywell Vista 10. To connect to the alarm system I use

Please login or register to see this link.

installed on Raspberry Pi.

Please login or register to see this attachment.

 

On Raspberry Pi started

Please login or register to see this link.

 program that redirect messages from serial to tcp. 

On HC2 I created VD, in which I can arm/disarm alarm system.

Please login or register to see this attachment.

 

I just sent the code for disarming

Please login or register to see this attachment.

 

I created a scene to get messages from alarm system, but always I see error message:

 

[DEBUG] 11:35:40: line 12: attempt to index global 'Net' (a nil value)

Please login or register to see this code.

 

My question:

ser2sock sends messages about all alarm system events. How I can read and parsing messages from tcp? I always have to keep an open TCP connection, and when I get a new line, must run the parser.  How to do this?

Edited by aivs
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
  • Inquirer
  • I understand what the problem is. Fibaro doesn't work with Net.FTcpSocket in the scenes, only in VD, but when I run this script from VD, it restarts every 3 seconds, so I don't have time to get the data.

    Any ideas how to always keep open the TCP connection and parse the data?

    Link to comment
    Share on other sites

    • 0
    10 hours ago, aivs said:

    I understand what the problem is. Fibaro doesn't work with Net.FTcpSocket in the scenes, only in VD, but when I run this script from VD, it restarts every 3 seconds, so I don't have time to get the data.

    Any ideas how to always keep open the TCP connection and parse the data?

     

    keep the code in VDs button, not in main loop, then you can execute code and get data manually

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