Enter forum description here ...
0
Under review

MQTT subscriptions

Artem Kuteynikov 4 years ago in Devices / Other updated 4 years ago 5

Hello.

   Has anyone experienced problems with values in subscriptions? I`m working with ShellyEM and there are values of power instead of voltage, reactive power instead of power and so on. In MQTT Explorer everything looks fine... Are there any restrictions on subscriptions number or something like this (now i have14 subscriptions for 1 Client)?

0
Under review

MQTT bug Internal Broker IP address

Pascal Platteel 4 years ago in Devices / Other updated 4 years ago 5

When setting-up MQTT and setting Internal broker to TRUE, then the local IP address is used of the client that is running the bOS Configurator (in my case my laptop). This is the wrong IP address and can not be changed! 

It should be the IP address of the bOS Server. 

When setting-up MQTT from the bOS Server, then the IP address is correct.

0
Under review

Import of new KNX objects report that they already exists using bOS 4.9.0

Pascal Platteel 4 years ago in Devices / KNX updated by matej bregar 4 years ago 19

Using version 4.9.0. When importing new KNX data through xml file, the import tool shows that these objects already exists. But in reality they don't. Import does go smooth using export data from ETS6. 

Image 3509

0
Under review

Away from home or Vacation Mode

Emanuel Visan 4 years ago in Devices / KNX updated by ComfortClick Support 4 years ago 2

Hello,

I have in KNX integration 10 presence sensor from Steinel. He sets to work all of time but i need to implement a program to away from home and vacation.

I read a lot info on forum and manuals but i can't find any solution to stop illumination on day time.

For exemple at 9 a.m to 17 p.m when i'm gone to work and my cat is home not to activate the sensors or other lighting circuit.

A little help please.

0

openHAB

Kunzai 4 years ago in Devices / KNX updated 4 years ago 2

Hi,

Is there some possibility to connect bOS with openHAB via KNX/IP  (https://www.openhab.org/addons/bindings/knx/)?
Tried already a few things but couldn't figure it out. 


Thanks!

0
Under review

Sonos up/down volume control

Grzegorz Kulinski 4 years ago in Devices / Sonos updated 4 years ago 6

Hello.

Is it possible to add "volume up"/"volume down" function directly in the Sonos driver? I don't see such a possibility in current driver, so I perform an additional calculation of subtracting/adding a constant value to the current volume value. And it works fine.

But I want to add a loop while the "volume up"/"volume down" button is held down. I used the MouseDownButton object for this.


Image 3408


Is there any other way to restart the program or make a loop? In used "Restart" function, the minimum time can be set to 1s, but it is definitely too long to get smooth volume down/up.

Regards,

Grzegorz Kulinski

0
Under review

Regex multiple line text parsing

Paul G 4 years ago in Devices / Basic updated 4 years ago 18

Hi,


I have issued a basic http command that retrieves multiple lines, effectively we cannot get the values of the 7 groups that are returned under a specific matching. The question is how does COmfortClik handle the groups within regex text to be able to handle the group values, remember this is a text regex not a JSON or XML regex, so there are no tokens!!


Image 3398


Image 3402

The REGEX listener I have created is for a string (it has been validated as it works in any regex tester) ^\#>(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})(?[0-9]{2})$/gm

Image 3399

However, Comfortclick does not seem to handle the groups within a Text REGEX, despite multiple lines are coming in the system response

Image 3400

When executed through a host connection this is the same code returned

Image 3401

0
Under review

Weather stop work?

Panayiotis Evgeniou 4 years ago in Devices / Other updated by ComfortClick Support 4 years ago 6

The weather don't work .

0
Under review

no control of satellite outputs

Łukasz Klinger 4 years ago in bOS Configurator / Devices updated by Andrzej Szymkowicz 2 years ago 5

Hello, the SATEL integration works, but the outputs are still missing, are you able to make some extra adjustments?

0
Under review

Modbus devices with different properties in one bus.

Artem Kuteynikov 4 years ago in Devices / Modbus updated 4 years ago 2

Hello,

is it possible to communicate with devices in the same bus, which have different settings (for example: Low Word First)? Could Data settings of Modbus driver be implemented on Slave node?

And a possibility to disable any Slave (for commissioning or testing) so that server won`t see an error, would be convenient.

Thanks.