C-Bus Module ver.3.13 - problem with temperature sensors

Discussion in 'C-Bus Toolkit and C-Gate Software' started by Viktor, Apr 26, 2006.

  1. Viktor

    Viktor

    Joined:
    Apr 13, 2006
    Messages:
    7
    Likes Received:
    0
    I'm using C-Bus Module ver.3.13 and have a problem with temperature sensors.
    At the beginning, I initialize C-Bus:

    cbus_vf_register_serial_transmit_handler(SerialListener).
    cbus_vf_register_connect_handler(ConnectListener).
    cbus_measurement_vf_register_handler(MeasurementListener).
    cbus_bf_initialise().

    After it, every 50 seconds I call cbus_ef_update(). Connection with bus appears, but no calls of MeasurementListener handler occures.

    When I subscribed for lighting events by call of cbus_lighting_vf_register_event_handler(LightListener), every time lighting state was changed, LightListener handler was called.

    Temperature sensor itself is OK, C-Bus Toolkit read it's values just fine.

    How can I read temperature sensor values through C-Bus Module?

    Will be gratefull for any help.
     
    Viktor, Apr 26, 2006
    #1
  2. Viktor

    ashleigh Moderator

    Joined:
    Aug 4, 2004
    Messages:
    2,392
    Likes Received:
    24
    Location:
    Adelaide, South Australia
    The measurement application supports the cbus general input unit, not the temperature sensor.

    Cbus Module does not support reading from the temperature sensor.
     
    ashleigh, Apr 27, 2006
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.