
Alexa + blinds
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

Alexa in Italian
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

Unable to handle data from Json array
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?

Sonos cover picture
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.

Dinamically disable controls
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

Can I set Z-Wave parameter by task?
is it possible now or in the future if something trigger then set a zwave device parameter?

Interfacing with Resol VBus using Basic HTTP
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
The JSON token name is
headersets[0].packets[0].field_values[0].raw_value

play sound How do I play a sound
Hello,
Could someone explain how I play a sound based on a program or an event? Ideally through a client but failing that through the server?
I would like to play a warning sound should a condition not be met when the user is changing a mode.
Thanks
Customer support service by UserEcho