Ankündigung

Einklappen
Keine Ankündigung bisher.

- √ - KNX Listen - No data from smartvisu

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    - √ - KNX Listen - No data from smartvisu

    Hi,

    I'm trying to read the 'set' temperature with smartvisu and smarthome.py.

    I don't get any data back for these gads from smarthome while groupread return the right values....


    items.conf
    [[buanderie]]
    name = Buanderie
    sv_page = buanderie
    sv_img = scene_livingroom.png
    [[[ecl]]] #<<-
    type = bool
    visu_acl = rw
    knx_dpt = 1
    knx_listen = 1/5/3
    knx_send = 1/1/3
    knx_cache = 1/5/3
    [[[h]]] #<<-
    type = num
    sv_widget = {{ device.rtr('item', 'item.name', 'item', 'item.temp', 'item.mode', 'item.night', 'item.frost', 'item.cons') }}
    visu_acl = rw
    knx_dpt = 9
    knx_listen = 3/1/1
    [[[[cons]]]] #<<- Temp de consigne / set temp
    type = num
    visu_acl = rw
    knx_dpt = 9
    knx_send = 3/2/1
    knx_listen = 3/2/101


    smartvisu call:
    {{ basic.float('myfloat11', 'rez.buanderie.h.cons') }}


    smarthome log:
    2014-04-01 19:19:58,326 DEBUG Main 10.0.1.20:55638 sent '{"cmd":"proto","ver":3}' -- __init__.py:json_parse:273
    2014-04-01 19:19:58,338 DEBUG Main 10.0.1.20:55638 sent '{"cmd":"monitor","items":["rez.buanderie.h.cons","rez.cuisine.h.cons"]}' -- __init__.py:json_parse:273
    2014-04-01 19:20:13,800 DEBUG Main WebSocketHandler: closing socket 10.0.1.20:55439 -- connection.py:close:302
    2014-04-01 19:20:23,032 DEBUG Main knx: 1.1.47 set 0/2/3 to 00 -- __init__.pyarse_telegram:181


    groupread ip:localhost 3/2/101
    LPDU: BC 11 31 1A 65 E3 00 40 02 BC 01 :L_Data low from 1.1.49 to 3/2/101 hops: 06 T_DATA_XXX_REQ A_GroupValue_Response 02 BC
    LPDU: BC 11 31 1A 65 C3 00 40 02 BC 21 :L_Data low from 1.1.49 to 3/2/101 hops: 04 T_DATA_XXX_REQ A_GroupValue_Response 02 BC
    LPDU: BC 11 31 1A 65 E3 00 40 02 BC 01 :L_Data low from 1.1.49 to 3/2/101 hops: 06 T_DATA_XXX_REQ A_GroupValue_Response 02 BC
    LPDU: BC 11 31 1A 65 C3 00 40 02 BC 21 :L_Data low from 1.1.49 to 3/2/101 hops: 04 T_DATA_XXX_REQ A_GroupValue_Response 02 BC
    LPDU: BC 11 31 1A 65 E3 00 40 02 BC 01 :L_Data low from 1.1.49 to 3/2/101 hops: 06 T_DATA_XXX_REQ A_GroupValue_Response 02 BC
    LPDU: BC 11 31 1A 65 C3 00 40 02 BC 21 :L_Data low from 1.1.49 to 3/2/101 hops: 04 T_DATA_XXX_REQ A_GroupValue_Response 02 BC

    Any help would be greatly appreciated

    #2
    I forgot to mention that I'm getting a connection error:

    2014-04-01 20:02:48,417 DEBUG Main WebSocketHandler: closing socket 10.0.1.20:54534 -- connection.py:close:302
    2014-04-01 20:02:57,174 DEBUG Main knx: 1.1.47 set 0/2/3 to 00 -- __init__.pyarse_telegram:181
    2014-04-01 20:03:02,988 DEBUG Main knx: 1.1.17 set 3/4/3 to 00 -- __init__.pyarse_telegram:181
    2014-04-01 20:03:03,994 DEBUG Main WebSocket: closing connection to 10.0.1.20:54786. -- __init__.py:rfc6455_parse:402
    2014-04-01 20:03:06,639 DEBUG Main knx: 1.1.50 set 3/4/11 to 00 -- __init__.pyarse_telegram:181
    2014-04-01 20:03:08,764 DEBUG Main WebSocket: incoming connection from 10.0.1.20:54996 to 0.0.0.0:2424 -- connection.py:accept:187
    2014-04-01 20:03:08,775 ERROR Main Connection polling failed: release unlocked lock -- smarthome.py:start:344
    Traceback (most recent call last):
    File "/usr/local/smarthome/bin/smarthome.py", line 342, in start
    self.connections.poll()
    File "/usr/local/smarthome/lib/connection.py", line 103, in poll
    server.handle_connection()
    File "/usr/local/smarthome/plugins/visu/__init__.py", line 126, in handle_connection
    self._lock.release()
    RuntimeError: release unlocked lock

    Kommentar


      #3
      Hi,
      fetch the current master version from github. It's a known and fixed bug.

      So Long

      Marcus


      Gesendet von unterwegs

      Kommentar

      Lädt...
      X