Enter forum description here ...
0

Integration Blusound

Giordano Olmi 2 years ago in bOS Configurator updated 2 years ago 2

Good morning,

I have a client who works mainly in audio and video distribution in prestigious homes and industries.

The Customer would be https://www.mediaintegra.it/

They have started using the Comfort Click system and ask me about the possibility of being able to integrate Blusound products. https://www.bluesound.com/

Do you think integration is feasible?

Can you give support to the customer?

Do you have any idea what the cost of your support might be?

Best regards

Giordano

0

Problem sending an Http Post Request

koen Brants 2 years ago in Devices / Http updated 2 years 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 2 years ago in Devices / Http updated by Ricardo Pinto | visiontech pt 2 years ago 2

hello, how to read intiger value from response result?

Image 4517

0
Under review

KNX Remote Programming through Jigsaw

Fatlum Telaku 2 years ago in Devices / KNX updated by ComfortClick Support 1 year ago 5

In the new version of bOS configurator(4.9.23) there is the option for "KNX Remote Programming", which from what I understood means that we don't need a forwarded port because we can program our KNX devices remotely only through Jigsaw normally with a provided gateway.
I have tried it many times and the problem is sometimes it works and other times it doesn't. So, my question is, is this feature on testing phases or am I configuring anything wrong. To be specific most of the times it just shows the "Disconnected" sign, like in the picture attached.

Thanks in advance.

Image 4514

0

Speak Text stops working

Nathan Meinck 2 years ago in bOS Configurator updated by Ricardo Pinto | visiontech pt 2 years ago 2

The Speak Text function stops working, restarting the service monitor doesn't help, system reboot doesn't fix it. A cold reboot of the Jigsaw sometimes fixes it but not consistently.

It's been running for 6 months, and it has only just started playing up, probably for 1 month.

Any assistance would be greatly appreciated.

0
Under review

homeconnect

Matteo Cavatorta 2 years ago in Devices / Other updated by Stephen Andries 2 years ago 3

Hello,

anyone know how to integrate Home Connect devices?

Thanks

0

KNX Scenes Control Template

Pedro Jorge 2 years ago in Devices / KNX updated by Ricardo Pinto | visiontech pt 2 years ago 3

Hello 

I do see that we have a Device 018.000 Scene Control to activate and learn KNX scenes 

I was woundering what  the best pratice would be for import this Group addresses and setup a template to call and learn them from the Interface 

Thanks for the help in advance 

0

2N IP Solo Integration

Michele Calzolani 2 years ago in Devices / Other updated by Jürgen Jürgenson 2 years ago 6

Hi guys,
is there anyone already integrated 2N Ip Solo with Comfort Click?

0

HUE - node supported use of motion sensors, remotes and scenes

Joost vB 2 years ago in bOS Configurator updated by Ricardo Pinto | visiontech pt 2 years ago 1

Hi,

after linking my HUE setup to bOS I find my lights, groups and smart sockets. Those work as expected, so all good on that aspect.


Within my HUE setup I have some motion sensors, also a few remotes and I use HUE scenes. The node doesn’t seem to have native support for those.


I’ve found some topics covering the use of motion sensors and scenes, but the somewhat fragile/complex solutions using API or IFTTT. 


My question:

Will there be a node update which will integrate the use of motion sensors, remotes and/or scenes in the (near) future?

0
Under review

Basic Device - Serial Connection - Received Data structured in a better format

Calin Birtocean 2 years ago in Devices / Basic updated by ComfortClick Support 2 years ago 2

Hi,

I have a meter connected serial to bOS. I am looking to find a way to structure the received data so I can interpret it in bOS and display it. For example highlighted in yellow below the data 30 30 30 30 30 30 30 31 30 30 31 35 would be the meter number 10015. The 30 represents a 0, 31 represents a 1, 32 represents a 2, etc

Here is a part from the meter datasheet:

Image 4489


Here is the way the meter connection is configured in bOS as Basic Device:

Image 4490

 

Here is the command for the request string:

Image 4491

Same command with different data type:

Image 4492


Both the above commands return the same data:

Image 4497

Image 4496

As seen the command is sent and data is received. The challenge I have is that the value left in the string variable created doesn't contain the full string 

Image 4499

This would be the data displayed using their software:

Image 4500

Any tips on how this can be handled in bOS so when receiving the data it can be structured in such a way so when extracting the 30 30 30 30 30 30 30 31 30 30 31 35  it can be used as being the value for meter number 10015.

Thank you, 

Calin