Z-wave The configuration parameters do not appear
Hi,
I have several z-wave devices from different manufacturers and I don't understand why in some I don't see any parameters to configure them.
I have tried to send them manually and it says "index outside the limits of the matrix"
I am doing something wrong?
Two of the devices that happen to them are Fibaro RGBW Controller and Qubino Flush RGBW Dimmer.
I would greatly appreciate a solution, at least I can send the parameters manually.
regards
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
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.
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
Hikvision face terminal conectivity
Hello! I have been trying for a few days to connect a hikvision facial recognition terminal (ds-k1t341am) to comfort click using http. I would like to take over from this moment when he gives the command to unlock the door. for any command I used, it tells me that it is an unauthorized or invalid code as well as the status code. Does anyone have an idea how I could solve this problem? In Postman I tried to retrieve certain data, the only thing I managed to retrieve (using /ISAPI/System/deviceInfo) was the device data, but if I use this command in comfort click, it tells me that it is unauthorized. Thank you!
Help to identify the correct token
Hello Guys,
I'm getting a new device API setup, but I'm facing an issue with a token and need help to identify my mistake.
I have the following command response data: [{"accountId":"aa1111bb-cc2d-3333-e44f-55g666h7i888","genesis":true}]
I'm looking to get the account Id value, which, according to multiple JSON path finder should be under the token : [0].accountId
However, the value remains desperately empty :
Any idea about the possible issue ?
I've already tried with [].accountId and accountId, but same result
Thanks in advance for any tip
getting time from the server
the jigsaw has the date and time. is there a way i can extract the data from the jigsaw and put it in a groupsadress, so other knx participants also get the time?
i have an MDT screen that needs a time input in order to display the time. I would like to get the time from the jigsaw
Run bOS functions with Microsoft Power Automate
Hello everyone,
There a bunch of times, where I'm sitting at the office in my workstation, and I need to turn on the office table light.
I could:
- Move my ass and reach to the office entrance, and push the KNX button
- Pick up the phone, open the bOS app and navigate into the office room to turn on the light
- Open the bOS Windows app and do exactly the same
But honestly I was looking for a quicker way to turn on/off the office light while I'm at the computer.
So I opened Microsoft Power Automate, and created two flows to work with bOS RPC API:
- One flow to turn ON the light; And a shortcut to fire it up (CTRL+SHIFT+L)
- One flow to turn OFF the light; And a shortcut to fire it up (CTRL+SHIFT+D)
And that's it! Now I can quickly turn on/off the office table light while I'm working, without having to open the bOS apps, by using the bOS RPC API and Microsoft Power Automate.
Lazy asses, you can thank me later :D
Best regards
Ricardo Pinto
Customer support service by UserEcho