Enter forum description here ...
0

Shelly Cloud Connetion Error

Francisco Oliveira 2 weeks ago in Devices / Http updated by Jürgen Jürgenson 1 week ago 3

Trying to connect to shelly cloud and can't understand what i'm making wrong.

with curl i'm using :

curl -X POST https://shelly-24-eu.Shelly.cloud/device/status -d "auth_key=XPTO&id=c45bbe6a3221"

and i got the json answer.

How can i program it in comfortclick?
Thanks

0

command HTTP GET

marco 1 month ago in Devices / Http updated 1 month ago 7
Good morning, 
I have an NVR video recorder that can send HTTP GET commands. I would like to send commands 
to Comfortclick to turn on devices based on camera detection.
the commands that NVR can send are of the type:
http://ip address:port/saia-irc/alarm_send?open_door

where open_door I added it

However, I cannot connect it with Comforclick, via RPC

Can anyone help me?

A thousand thanks
0

Http digest authentication

Valentin Popa 4 months ago in Devices / Http updated by Jürgen Jürgenson 4 months ago 3

I try to connect to Hikvision doorbell using http and authentication is Digest Auth. I connect successfully from Postman but not using http from confortclick. Any idea if http suport digest auth and how to do it?  

0

Home Connect API for kitchen appliances

Grundnig Vassilios 6 months ago in Devices / Http updated by Jürgen Jürgenson 6 months ago 1

Hello,

I am trying to integrate Home Connect API to my client's visualization so I can control some kitcen appliances. I have registered to Developers Program (so I can use Home Connect API) but I stuck in the first steps, more specifically in "Step 3: Retrieve Token" (authorization). I am pretty new to API integration but of course i have watched all of Comfort Click's tutorials. For now I am using the simulation mode that Home connect provides. Here is the link https://api-docs.home-connect.com/quickstart/ .Any help appreciated. Thank you in advance!

0
Under review

Hikvision AX PRO integration

Dávid Kirchhofer 12 months ago in Devices / Http updated by Ricardo Pinto | visiontech pt 7 months ago 11

Hello! 

I would like to know if there is any possibility to integrate the Hikvision AX Pro system into the CC controller? First of all, the system states would be important, but if the sensor states could also be integrated, that would be the real thing.

Thanks!

0

ARSO weather parser

Bojan Erak 12 months ago in Devices / Http 0

ARSO XML weather parser from Examples Library is not working, no data is returned with preconfigured tokens from the example. Does anybody have a working configuration for this parser?

Bojan

0

Problem sending an Http Post Request

koen Brants 1 year ago in Devices / Http updated 1 year ago 2

Hello,

I want to send an HTTP call to my home assistant server. 

The idea is to connect my doorbell to my sound system. 

Running the command get's me the following log line

Devices : 26/03/2023 17:41:17 : Error : Tasks\Test : Error calling HttpRequest. The remote server returned an error: (405) Method Not Allowed. at System.Net.HttpWebRequest.GetResponseFromData (System.Net.WebResponseStream stream, System.Threading.CancellationToken cancellationToken) 0x00146 in <9bd67acb7e9448b0ae17ea9ad68db84f>:0
at System.Net.HttpWebRequest.RunWithTimeoutWorkerT (System.Threading.Tasks.Task`1TResult workerTask, System.Int32 timeout, System.Action abort, System.Func`1TResult aborted, System.Threading.CancellationTokenSource cts) 0x000f8 in <9bd67acb7e9448b0ae17ea9ad68db84f>:0
at System.Net.HttpWebRequest.GetResponse () 0x00016 in <9bd67acb7e9448b0ae17ea9ad68db84f>:0
at ComfortClick.Tasks.TaskCommands.HttpRequest.Get () 0x0006c in <0e0f871ce2a547fdb865117a9a4f9ea3>:0


It seems that this occurs when it 's a GET request, while the server requires POST.


So I tried with curl : 

Running the following command line on my laptop : 

curl -X POST http://192.168.0.88:8123/api/webhook/startdoorbell

-> works OK

curl http://192.168.0.88:8123/api/webhook/startdoorbell

-> ERROR:  405: Method Not Allowed (Home Assistant refuses the GET requests)

-> Same error as logged by comfortclicks http request ...


Any ideas ?



0

http read intiger value from response result

imperialbms 1 year ago in Devices / Http updated by Ricardo Pinto | visiontech pt 1 year ago 2

hello, how to read intiger value from response result?

Image 4517

0
Under review

Weather forecast

Dávid Kirchhofer 1 year ago in Devices / Http updated by ComfortClick Support 1 year ago 1

Hello!

Someone can get me instructions or an example how to set up weather forecast based on openweather or any other method?

I'm a little begginer about the bos, and this (https://www.comfortclick.com/BOS/KnowledgeBase/Weather) example cant get me on.

Thank you!

Regards, David

0

Special character in HTTP device URL

Gabor Stepper 1 year ago in Devices / Http updated by Jürgen Jürgenson 1 year ago 3

Hello,

I am trying to access an HTTP API endpoint with GET request. It works from different kinds of clients (Chrome, Postman, etc.), but in bOS I get "Error connecting to device" error.


The only thing special about the request is the URL, which contains a "special" character, the colon :. This is because I can query data from a device which can be identified by its MAC address in the URL.

Has anyone experienced anything similar?

Thanks!