Enter forum description here ...
0

HTTP read energy prices from homepage

Tanel Matsi 2 years ago in Devices / Http updated by Jürgen Jürgenson 2 years ago 12

Since the energy prices have gone up I would like to import energy prices to bOS so I could make some desicions according to energy prices. I have read the manual about http driver but I am not a http and api expert and I am not able to understand the manual. Has anybody done such a thing and could explane or share demo how to read values from homepage or api. I understand that reading is different in different pages but maybe with some example I would understand the idea how to GET value to bOS.

0

Settings suddenly different

Emmanuela1984 2 years ago in Devices / KNX updated 2 years ago 2

From last week all the settings off the light have changed suddenly. Some lights doens't work any more and others don't do what I want them to do. I can't even login. What is happening?? 

0

LOAD CONTROL

Andrea Deberto 2 years ago in Devices / KNX 0

Hello,

I would like to implement a 4-priority load control. I have a KES-PLUS installed on the system. I have a 4-channel actuator that would handle the loads to be disconnected. how can I do?

Thank you

    0
    Under review

    MQTT subscriptions

    Artem Kuteynikov 2 years ago in Devices / Other updated 2 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 2 years ago in Devices / Other updated 2 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 2 years ago in Devices / KNX updated by matej bregar 2 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 2 years ago in Devices / KNX updated by ComfortClick Support 2 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 3 years ago in Devices / KNX updated 2 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 3 years ago in Devices / Sonos updated 3 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 3 years ago in Devices / Basic updated 2 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