Enter forum description here ...
0

HTTP device, different path in host URL

Artem Kuteynikov 3 years ago in Devices / Http updated 3 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 3 years ago in Devices / Http updated by ComfortClick Support 2 years ago 6
0

Http post editor

Oriol Pascual 3 years ago in Devices / Http updated 3 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 3 years ago in Devices / Http updated by Michal Kowalczyk 2 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 3 years ago in Devices / Http updated 3 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?
0
Under review

http device connection error

Gracjan 3 years ago in Devices / Http updated 3 years ago 2

My HTTP devices to publish notifications of the values changes in KNX stop working with reason "Error connecting to device":

Debug : 31.01.2021 15:37:50 : Devices\Homebridge : Exception : Exception : [ErrorConnecting]
Debug : 31.01.2021 15:37:42 : Devices\Homebridge : Exception : Exception : [DeviceConnected]
Debug : 31.01.2021 15:37:40 : Devices\Homebridge : Exception : Exception : [DeviceDisabled]

I was trying creating the new device and moving commands but did not help. The logs aren't very verbose about the reason of failure. Im running Jigsaw. The server the HTTP is connecting to is running fine, i.e. curl queries are working ok. Is there any way to find out the root cause of it? Some more verbose logs maybe?

0

Tank Utility Sensor API

Alexander Paredes 3 years ago in Devices / Http updated 3 years ago 11

Hi I would like a hand creating this API for aTank Sensor Called Tankutility

i would like to read the volume value and temperature value from comfortclick GUI

i am following this API Guide ( API Guide) how ever i am only able to get the Token Value under Response Value line

here is a picture of where i am stuck right now

Image 2945

0

HTTP device - command using headers not working

Calin Birtocean 4 years ago in Devices / Http updated 4 years ago 1

Hello,

I have been using the http device connecting to an API. 

All the commands GET/POST work properly as long as there is no header used.

For the commands GET/POST where header is required it stopped working and there is no value returned for the Response Data.

The parsing is UTF8 for encoding and JSON for type.

Trying to log and monitor, there is only the RunFunction but no ResponseData or StatusCode for the commands having the headers. 

Thank you,

Calin

0
Under review

Exception : Error reading JObject from JsonReader. Current JsonReader item is not an object

George Tsamis 4 years ago in Devices / Http updated by ComfortClick Support 3 years ago 7

I have an http response like:

[{"1":"WiBee - Reset Energy Counters","v":true},{"1":"WiBee - Phase 1 Voltage","v":232.48},{"1":"WiBee - Phase 2 Voltage","v":225.12},{"1":"WiBee - Phase 3 Voltage","v":228.64}]

I have used the token name [1].v to get the Phase 1 Voltage but i always get an error 

Debug : 20/1/20 6:37:20 μμ : Devices\GetEnergyMeterData\FetchDataFromLM : Exception : Error reading JObject from JsonReader. Current JsonReader item is not an object: StartArray. Path '', line 1, position 1. ...

Any help?

0
Under review

Help on getting data from http response

Dave De Busschere 4 years ago in Devices / Http updated by Ricardo Pinto | visiontech pt 4 years ago 57

I'm  trying to get data from the respnonse "actualvolume" 

I've been exploring the forum here but i can't figure out what i'm doing wrong.


Parse type: Jhson

I get this response:

{"?xml":{"@version":"1.0","@encoding":"UTF-8"},"volume":{"@deviceID":"C4F312D5994F","targetvolume":"16","actualvolume":"16","muteenabled":"false"}}

Image 2282

Image 2283

Image 2284


Image 2288