home automation

Hi,

I want to ask for help.

I have a self-installed smart house (Inels system).

Displays the values ​​of the sensors connected to it on one port (192.168.1.1:1111) of the central computer line by line.
I would like to save these values ​​to a file with a timestamp.

Which program would be suitable for the described task?

Thanks if you can help.

Sincerely,
Chisee

Care, waiting for help

Hello @stellaa9x @Chisee,
Welcome!
You’ll probably need to write a little code to scrape the data and convert into line protocol. But then you can use telegraf to write the data to InfluxDB . What does the data look like at that endpoint?