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__.py
arse_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
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__.py

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

Kommentar