Enter forum description here ...
0
Under review

Toggle button send sometime several time the same command instead of toggling them.

Fabien Fuster 7 years ago in Devices / KNX updated 7 years ago 2

Seems to be a bug somewhere as I did confirm via ETS that hitting several time on the toggle button, the same command is send. This is erratic and do function sometime properly for a short period of time.


Feedback word is already associated with the command under the specific devices.


Anything I can do to help sorting out this issue ?

0

HTTP request stopping

Andy Gill 7 years ago in Devices / Http 0

Hi There,


I have a Http Json type that fetches meter data, I'm finding it stops fetching randomly once stopped does not come back until I change for example the encoding? it still shows as connected?

So one is this to do with timeout? if so is there a way of detecting it's happened and resetting something automatically?

0
Under review

Cyclical Reference Detected

Andy Gill 7 years ago in bOS Configurator updated by Rait Lotamõis 7 years ago 5

Hello,


I keep getting a cyclical reference detected when I try display values in a theme? I'm trying to show meter readings in a screen they are simply a Double value.

Any help appreciated.

0

value in counter log

Andy Gill 7 years ago in General updated 7 years ago 1

Hello,

I've just added counter logs for values I'm getting from meter data via HTTP, should the total value not update immediately? the double it's referencing has a value?


Am I missing something?


Cheers

0
Planned

Timer / stopwatch ?

netit 7 years ago in Devices / Other updated 2 years ago 8

The current "Timer" function (count down) in bOS is great, but are there plans to have a timer-counter ? (count up / stopwatch) ?


Idea I'm playing with is to calculate the time since an action last occurred (example: last movement in house 10 minutes, 1 hour... 2 hours ... ago), and then trigger an event.

0
Under review

editing schedule via client sets all commands to the same value

Christiaens Filip 7 years ago in bOS Client updated by ComfortClick Support 7 years ago 4

When I open the settings of a schedule via my android phone, I can edit the timings, commands etc. but when I save them, all values of my command (type Mode) are set to the same value e.g. Presence. Via the server it is possible the set different modes as you can see in the attached image.

Image 395

0

AstroTime

Holger Winkelmann Winkelmann 7 years ago in bOS Server updated 7 years ago 1

Do support astrotime for schedules. Like "Switch light on 30min before sunset"

0
Under review

Is it possible to run bOS server on a nass using Docker?

Arends Ronald 7 years ago in bOS Server updated 7 years ago 2

I would like to use a nass to run the bOS server. I am thinking off using a nass with celeron n3150 for this to run my knx system. Sadly you do not offer the bOS server to run on a home made arm server as i understand correctly.

0

Playing sound file on a specific Sonos device

Bart Schellens 7 years ago in Devices / Sonos updated by LÊ NHÂN 4 weeks ago 13

Can someone tell me how to play a specific sound file in the Music Library of my Sonos system on a specific Sonos. I'm trying to use the ChangeStationByUri(stationName, streamingUrl) function but no success yet. The command is being transferred to the Sonos player when I put the link to the file (\\NAS-....) instead of stationName (and leave streamingURL blank) but my Sonos controller tells me "Unable to locate ...". Also tried putting the audio file in my Sonos favorites and calling the favorite in bOS but no luck so far.

0

Modbus Coils

Marco Magnani 7 years ago in Devices / Modbus updated by Tilen Suhadolnik 7 years ago 2

Dear Support

I got a problem with the Modbus. I exchange variables with the PLC (Beckhoff) using Coils… I created some buttons in the Comfort click pages and I used them to turn on and off the lights. As well I have some buttons in the Comfort Click page that show the status of the lights based on the output of the light feedback (light on or off)

When I push the light button from ComfortClick (for e.g. to turn on the light) the Modbus updates the coil status and the I see the new coils status in the PLC immediately (around 100 ms) To read the coils status from Comfort Click I used the modbus function code 01 (loading the status of all coils coming from comfortclick in one array of boolevery PLC scan)

Instead when the PLC software change the status of a coil (to update the status of the light) the comfort click tool takes up to 10 seconds to update the coil status in the ComfortClick (I monitor the Modbus bool tag status time to change from 1 to 0 or vice versa directly on the comfortclick tag value page)

To write the coils for comfortclick I used the modbus function 15 writing every 2 plc scan the status of all the coils directed to the comfortclick in an array of bool

The coils that I used to turn on the light and monitor its status are different (2 different coils with different address)


Can you help me to make the update of the coils to comfort click faster? As it is now is a pain...


Regards

Marco