Enter forum description here ...
0

Scada view

Eloy Larrañaga 3 years ago in Devices / Http 0

I need to link a scada visualization of another server with a frame of comfortclick. The example is a Logic machine visualization. I enter this link (http://user:password@192.168.1.200/scada-vis/#87) but it doesn´t works. Are there another way?

0

Ping to other IPs

Giordano Olmi 3 years ago in Devices / Http updated by Ricardo Pinto | visiontech pt 3 years ago 1

Hello,

I have a client who asks me about the possibility of being able to PING with the bOS system on an external IP to get a signal if the external IP interface is not responding.

Can we manage this functionality with bOS?

Can we send an http string to be able to perform this function?

Can you send me an example?

Best regards

Giordano Olmi

0

HTTP read energy prices from homepage

Tanel Matsi 3 years ago in Devices / Http updated by Jürgen Jürgenson 3 years ago 12

Since the energy prices have gone up I would like to import energy prices to bOS so I could make some desicions according to energy prices. I have read the manual about http driver but I am not a http and api expert and I am not able to understand the manual. Has anybody done such a thing and could explane or share demo how to read values from homepage or api. I understand that reading is different in different pages but maybe with some example I would understand the idea how to GET value to bOS.

0
Under review

HTTP device reestablishing of connection.

Artem Kuteynikov 4 years ago in Devices / Http updated by Michal Kowalczyk 3 years ago 3

Hello,

could you describe behaviour of http driver in case of "sleeping" device (when device sleeps most of the time)?

What are conditions when "connected" status is changing from false to true? Does it ping device on certain IP-address after "connected" turns to false?

If so, what is the period of ping?

Thanks.

0

Request with parameters Unix timestamp and HMAC SHA-256 value on http driver get command for weatherlink

Dimitrios Margaronis 4 years ago in Devices / Http updated by Jürgen Jürgenson 5 months ago 2

Is there a possibility to include parameters like UNIX timestamp and HMAC SHA-256 computed values on a get HTTP request?

I am trying to connect weatherlink api v2 https://weatherlink.github.io/v2-api/ which in https://weatherlink.github.io/v2-api/tutorial describes the need of timestamps and hashed strings on the call.

Thanks in advance

0

HTTP device, different path in host URL

Artem Kuteynikov 4 years ago in Devices / Http updated 4 years ago 4

Hello,

To control a device i should POST requests on different UTIs: http://[IP]:[PORT|/[PATH].

Everything works fine, but i have to create different HTTP devices for each function of one physical device. So, is there a possibility to import[PATH] as a variable or a part of request?

Thanks.

0
Under review

Listen HTTP messages from Shelly presence detectors and other input devices

Luciano 4 years ago in Devices / Http updated by ComfortClick Support 3 years ago 6
0

Http post editor

Oriol Pascual 4 years ago in Devices / Http updated 4 years ago 2
Hello everyone,
I am trying to post some data from my KNX installation to a local server. The thing is that for double values only the integer part is taken when called %0,%1... on the editor. Anyone knows how to keep as a double??

Thanks in advance

0

HTTP request

Mathijs 4 years ago in Devices / Http updated by Michal Kowalczyk 3 years ago 2

Hi,

I want to send http requests from my 2N devices (IP intercom) to my bOS Config, so I can open/close the doorlocks installed in Comfortclick.

How can I integrate these http requests (send from my 2N devices) in my bOS Config?


Thanks in advance,

Mathijs

0

HTTP POST Request

Martin Schär 4 years ago in Devices / Http updated 4 years ago 0
Hi

I would like to make an http request with ComfortClick. Postmann's RAW output looks like this:

Connection: keep-alive
Content-Type: multipart/form-data; boundary=--------------------------882484731951074462757395
Content-Length: 238
----------------------------882484731951074462757395
Content-Disposition: form-data; name="message"
Content-Type: application/json
{"general":"Nachricht Test","language":"de"}
----------------------------882484731951074462757395--

Is that possible in ComfortClick?