Enter forum description here ...
+2

Alexa + blinds

Noel Fuentes 5 years ago in Devices / Other updated by Ricardo Pinto | visiontech pt 1 year ago 9

Hi,

Since Alexa and Comfortclick are now in spanish, I've been doing some testing. It really works fine. But, what I'm missing is a "Blinds" Category in Alexa configuration in bOS. Is there a way to say "Alexa, raise/lower the blinds" (obviusly, in spanish :) ) using only one Endpoint or variable?

Thanks in advance.

Regards

+2
Under review

Alexa in Italian

Marco Magnani 6 years ago in General updated by ComfortClick Support 5 years ago 10

Dear,

yesterday I received my 7 echo units form Amazon, but I discovered that there is not the Alexa Skill in Italian: when are you releasing it?

Regards

Marco

+2
Under review

Unable to handle data from Json array

Pascal Platteel 6 years ago in Devices / Http updated by Sebastian Salmhofer 4 years ago 3

When using the http driver, I am able to connect to an API and process the Json data. For example:

{

       "id": 60662,

       "country": "NL",

        "main": true

}


But when the data is returned in a Json array, the data cannot be parsed! For example, the folowing respons cannot be handled by Comfortclick:


[

  {

       "id": 60662,

       "country": "NL",

        "main": true

   }

]


or


[

  {

       "id": 60662,

       "country": "NL",

        "main": true

   },

  {

       "id": 906428

       "country": "UK",

        "main": false

   }

]


When will support for Json array's be implemented? A lot of sites are returning Json data within an array nowedays.


Or is there an other workarround to process Json data within an array?

+2

Sonos cover picture

Francois Lesueur 6 years ago in Devices / Sonos 0

All objects are available to use in panels, except the cover picture. It's only available on the standard control, and it's a shame, because a cover picture is always nice looking, for example on a free positioning panel showing an entire room. Would it be possible to add this cover picture object to the list of available objects ? 

Another nice improvement would be the ability to group players without going through the Sonos App - but of course that's a bit more complicated. 

+2
Under review

Dinamically disable controls

Ricardo Pinto | visiontech pt 6 years ago in bOS Server updated by Sebastien Clivaz 4 years ago 2

Hi,


I've created an info status button + SMS notification task for when the connection of the KNX BUS fails.


But what I would like to do, would be to lock the KNX controls, while there's no BUS connection, because IMHO the controls shouldn't be available if there's no connection. I know that there's an error message if you press them, but I would like to take it further.


I've searched everything but couldn't find any way to do that, is it possible?


Also, this could useful to dynamically disabled a certain button or whatever we would like, let's say disabled an Arm button if something's already armed, etc etc...


Best regards


+2
Under review

Fonts

Guillem Morey 6 years ago updated by ComfortClick Support 4 years ago 4

Hello, a question, is possible use different fonts?


Thanks.

+2
Under review

Can I set Z-Wave parameter by task?

kim nguyen 7 years ago in Devices / Z-Wave updated by Isaac Mintah 5 years ago 5

is it possible now or in the future if something trigger then set a zwave device parameter?

+2

Interfacing with Resol VBus using Basic HTTP

Scott White 7 years ago in Devices / Http updated 7 years ago 0

I have ComfortClick interfaced to my KNX devices but I would like to also link to my Solar Controller.  The controller is a Resol Deltsol MX  http://www.resol.de/index/produktdetail/kategorie/1/id/69/sprache/en connected to the Resol DL2 Dataloger http://www.resol.de/index/produktdetail/kategorie/2/id/12/sprache/en


All Resol and compatible controllers use the VBus and their are a variety of ways to connect to it.  You can get raw VBus over TCP by telneting to port 7053 of any device on the VBus with an Ethernet interface (see here https://danielwippermann.github.io/resol-vbus/vbus-over-tcp.html) for example.  This lets you issue commands as well as read data.


Initially I am just trying to read data from the bus by using the JSON Data Download API https://danielwippermann.github.io/resol-vbus/dlx-data-download-api.html


If I connect to my device on the following URL I get a JSON formatted response


http://dl2/dlx/download/live?sessionAuthUsername=admin&sessionAuthPassword=password


I am trying to read the temperature that is available as "value" in the following snipit


        "headersets" : [
        {
                "timestamp" : 1506413326.784000,
                "packets" : [
                {
                        "header_index" : 0,
                        "timestamp" : 1506413311.424000,
                        "field_values" : [
                        {
                                "field_index" : 0,
                                "raw_value" : 22.900000,
                                "value" : "22.9"
                        },



Using the basic HTTP device with the the following settings I am able to read this Temp

Image 797



Image 796


Image 798


Image 799


The JSON token name is 


headersets[0].packets[0].field_values[0].raw_value

+2

Scene Sliders and gauges

Andy Gill 8 years ago in bOS Configurator / Themes 0

HI Gents,


Is there any possibility of having slider type graphic for value adjustments, and a gauge graphic for readings?

+2
Under review

Clear events list

Nicolae Stefan 8 years ago in bOS Client updated by ComfortClick Support 2 years ago 3

How can I delete events list?

Thanks!


Image 276