Enter forum description here ...
0
Under review

Unable to connect from Android Client

Emanuele Pettenuzzo 9 years ago in bOS Client updated by Jürgen Jürgenson 3 years ago 11

Hi, I'm trying to connect to my test bOS Server fom Android client.

My bOS Client version is 4.2, installed on Samsung Galaxy Tab with Android 4.2.2; my test bOS Server version is 4.2.6 on Windows 10.

I'm unable to connect to demo server, too (https://demo.comfortclick.com)

If I use Chrome from the tablet instead of the app, the connection succeed.

If I connect from Windows bOS Client (version 4.2.8), the connection succeed.

What's wrong?

0
Under review

Hue-connection not working

Peter Edwards 9 years ago in Devices / HUE updated by Tilen Suhadolnik 8 years ago 15

Got my hue-lights home today and started connecting them towards bOS. Sadly, the integration is broken.


When doing a wireshark-trace it´s obvious that bOS tries to connect to the hue bridge with user "ComfortClick" - no matter what username you specify in the configure-wizard.


The HUE API states that fixed usernames should not be used anymore as the are "soon" to be deprecated from the API. I guess that day has arrived - I tried to create a new user manually through the API but only got a json back with "username is not a valid command" or something like that.

0
Under review

App Comfort Click for Apple

Giordano Olmi 9 years ago in bOS Client updated by ComfortClick Support 9 years ago 5

Goodmorning everyone,

using an Apple iPad 2, the app Comfort Clik always active, after a short time goes kras.
If you use a brouser such as Safari, Chrome, ...... I have no problems.
Others have the same problem?
Can it be solved?
Regards, Giordano
0
Answered

Divide a meter on a monthly usage basis

Giordano Olmi 9 years ago in bOS Configurator updated by ComfortClick Support 9 years ago 3

Goodmorning everyone,

I am a new user pro, and wonder if anyone can help me.
Using the Operating Time object I would be able to make a count of minutes divided into 12 months of the year.
I would like to create a table which displays the month and the min. of use of that month.
Example:
January min.12354
February min. 5641
March min. 54225
................................
You have no idea how to do?
Will you send me an example?
Thanks for the help given
Giordano
0
Answered

http basic string manipulation

Andy Gill 9 years ago in Devices / Http updated by Joachim O 6 years ago 12

Hi There,


Usinng the Http basic I can bring a string back from an API to another device, but that string contains data I do not need, I only want the present value from this response: {"present-value":22.285308837890625,"object-id":"0.1001","object-instance":"1001","object-type":"0","device-id":"0","href":"http://192.168.0.100:47800/api/v1/bacnet/devices/0/objects/0.1001"}


Is this possible in Comfort Clik, in short I wanto to populate a temperature in comfort click using the present value in the above response?


Thanks


Answer

Hello,

it is possible to parse JSON and XML data from the response. If your response is in one of those formats it is quite easy to read out the data. Another way is to use REGEX and parse out any data from text, but that is harder.


Example for JSON:

{

"Sensor1": {
"Temperature": 10
}

}

On the main HTTP node chose parser type "Json"

If you would like to read out temperature from sensor 1 (value 10), create a new variable under HTTP node e.g. double and enter Sensor1.Temperature in the Token Name field.


Regards


0
Answered

Aeotec Door & Window Sensor 6

jason 9 years ago in Devices / Z-Wave updated by ComfortClick Support 8 years ago 5

Hi,

how to create a task with this sensor to switch on a light?


0
Answered

resetting the hour counter?

Daniel Hermann 9 years ago in bOS Configurator / Tasks updated 9 years ago 5

Hey there!


I try to reset the hour counter from an operating time task to get a daily overview for the consumption. I tried to reset it via a program task but it seems the hour counter cant be resetted. Is there an other way i could try?

I appreciate any help :)

Greetings


Daniel

Answer
ComfortClick Support 9 years ago

Hello,

which version of bOS are you using? You should be able to reset Operating time counter by runing Reset () function via Program task or manually by clicking three dots button in Reset line under Operating time Functions tab.



0
Answered

RPC communication not working

MyName MySurname 9 years ago in bOS Server updated by Tilen Suhadolnik 9 years ago 17

Hi,


I am trying to test the RPC functionality of the bOS server with the postman tool. When I try to send a post request as described in the manual to call a function (please note that the .net test file link at the manual page does not work so I cannot see more detail/examples), I am always getting an "Object reference not set to an instance of an object." response. The Any idea what I am doing wrong? RPC is enabled in the server service configuration file.

Thank you in advance

Answer
Tilen Suhadolnik 9 years ago

Hello,

Thank you for notifying us about broken link. The RPC demo client can be downloaded here:

http://www.comfortclick.com/Archive/BOS3_0_76/Util/RPCClient.zip

Please let us know if you have any more questions.


Best regards,

Tilen

0
Planned

Intrunet SPC - Siemens

Anders Gustavsson 9 years ago in bOS Configurator / Devices updated by ComfortClick Support 9 years ago 1

Hi,

Are there any plans of adding support for Intrunet SPC - Siemens (recently purchased by Vanderbilt) alarm systems in the near future?

Thanks

Anders


Answer
ComfortClick Support 9 years ago

Hi,

we get a lot of different request for new drivers, and we are constantly trying to upgrade and add new drivers to our bOS, but there is also a lot of optimization and maintenance on the existing ones. We are planning to add many more drivers to our system in the future, including Intrument SPC, but we cannot promise anything right now. The priority is always to make the current drivers work as well as possible and then add new ones.

0
Answered

Randomizing schedule

Anders Gustavsson 9 years ago in bOS Configurator / Tasks updated by Daniel Czibolya 5 years ago 2

Hi,

I was wondering if there is a good way to randomize when a schedule is turned on and turned of.

I.e. today I have a plc-based function which turns on a switch sometime between 9 and 10 pm and turns it off sometime between 11.30 and 11.50 pm. Thus making the on/off randomized between a set time frame.

I'd appreciate any help in getting this to work.

Thanks

Anders