Enter forum description here ...
0

Controls not updated

Ricardo Pinto | visiontech pt 6 years ago in bOS Client updated 6 years ago 2

Hi,

In a recent installation, I'm facing a weird problem, that occurs randomly. Some of the UI controls / labels are not being live updated while staying on the page.

Let me explain:

For example, in a certain page, I have several heating controls, temperature labels, setpoint, and the valves status.

I've noticed, that sometimes I turn on or off some random heating zones (turn on or off the room thermostat), and the valves turn on or off, but sometimes the valve status icons are not updated (but they are being updated on the BUS, as I can see them on ETS). So it's like, a status is true on ETS, and the icon shows as false on bOS.

But if I click on the that page menu link, like I'm entering again on the page, then the valve icons now show with the correct status. This only happens from the bOS side, and in random icons.

I've restarted the server, but nothing changed.


Anyone with something similar?


Best regards






0

KNX blind with tension free contact

Antonio Cano 6 years ago updated by Ricardo Pinto | visiontech pt 6 years ago 4

Hi,

I want to "press a button" in Comfortclik, to open a Blind, that send to knx a True and False command (in the same order o comand in knx 1/1/10), the two commands, one after another. Why that? Because the blind need a contact without tension (on + off in knx) the same like a lock.

In KNX I have that in a command that commands "on" when I press the button and commands "off" when I stop pressing.


Can somebody help me?

Thanks :)

0
Under review

Hue socket issue?

Noel Fuentes 6 years ago in Devices / HUE updated 6 years ago 2

Hello!

I've recently acquire an Osram socket, which is compatible with Hue. It's configured properly and bOS detected it. The thing is that I cannot add it to a scene nor add it to a program trigger: the value property remains grey and no option is shown (image down below).

Anyone with this problem or it's just me? :)

Thanks in advance.

Regards

Image 1763

0
Under review

RPC Security

Ricardo Pinto | visiontech pt 6 years ago in bOS Server updated 6 years ago 2

Hi,

I've been using the RPC service with IFTTT and Tasker, but I'm really concerned about the security.

Of course that a VPN can increase the security. But for those who are still not using a VPN, this means expose a port for a service which is not protected.

Even in the LAN, there's no way to protect the service... unless you shut it down, block the access through MAC addresses, or any other way...

I know that the service is still in "beta" and it's to be used at our own risk, but can you think about protecting the service? It would be awesome!

Thanks


Best regards

0

bOS to control alexa to play music

Yannick Bruynseels 6 years ago in bOS Configurator updated by Ricardo Pinto | visiontech pt 6 years ago 3

Hello,

is it possible to send a command to Alexa (or Google Home) to start the music. This can be done by talking to Alexa, but I want to integrate it in a scene on bOS so that it can be triggered by a push button or a schedule.

Yannick

0

Win 10 version upgrade possibe ?

Fabien Fuster 6 years ago in General 0

Hello Guys,

Silly question : currently my Grinnder is running under Win 10 enterprise 2015 LTSB. Any possibility to upgrade to vers 2016 LTSB ? I guess it would increase the system stability and protection...

Regards,

0

Add abort trigger field for programs

Fernando Prodoin 6 years ago in bOS Configurator / Tasks updated 6 years ago 4

It'd be very useful to have the chance of setting abort triggers for programs, as there are stop triggers in timers.

Thank you very much!!

0

pop up alert in bOS

DiLight-Smart Solution Ltd DiL 6 years ago in bOS Configurator updated by Fredrik Sandblom 6 years ago 1

Is anybody know if its possible to make a pop-up alerts in bos client? 

that when there is an alert it will have a pop-up window.

thank you,

Dor

0

Configuration for blinds in bOS Configurator

Andrej Tibaut 6 years ago in Devices / KNX updated 6 years ago 4

Hello CC users,

where can I find guidelines for configuration of KNX blinds (as seen in the demo project)?

0

Tibber.com API call - help with authorization.

Joachim O 6 years ago in Devices / Http updated 3 years ago 12

Hi.

I'm trying to reach my electricity company through their public API.

I'm able to use the POST field in the command to get a response but a layer of authorization is required.


Is anyone able to point me in the right direction on how to incorporate the authorization token in my call?

This call gives me a response (from their examples)

call:

{
"query": "{ viewer { name }}"
}

response:

{"data":null,"errors":[{"message":"No valid access token in request","locations":[{"line":1,"column":3}],"path":["viewer"],"extensions":{"code":"INTERNAL_SERVER_ERROR"}}]}


Documentation:

https://developer.tibber.com/docs/guides/calling-api


Any help is appreciated