
Integration Blusound
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

Problem sending an Http Post Request
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 ?

http read intiger value from response result
hello, how to read intiger value from response result?

KNX Remote Programming through Jigsaw
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.

Speak Text stops working
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.

KNX Scenes Control Template
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

HUE - node supported use of motion sensors, remotes and scenes
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?

Basic Device - Serial Connection - Received Data structured in a better format
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:
Here is the way the meter connection is configured in bOS as Basic Device:
Here is the command for the request string:
Same command with different data type:
Both the above commands return the same data:
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
This would be the data displayed using their software:
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
Customer support service by UserEcho