Hi
vielleicht kann jemand sehen was ich in der config verkehrt mache.
bei manchen items kommt "requested invalid item"
*.config Datei
logfile beim seitenaufruf
[CODE]
2013-09-21 18:28:55,266 Scheduler DEBUG series next time: 2013-09-21 18:29:05+02:00 -- scheduler.py:_next_time:238
2013-09-21 18:29:04,913 SmartHome.py INFO WebSocket: incoming connection from 192.168.120.123:49502 -- __init__.py:handle_accept:115
2013-09-21 18:29:05,034 SmartHome.py DEBUG 192.168.120.123:49502 sent '{"cmd":"proto","ver":2}' -- __init__.py:json_parse:257
2013-09-21 18:29:05,044 SmartHome.py DEBUG 192.168.120.123:49502 sent '{"cmd":"monitor","items":["OG.Flur.licht_Decke","OG.Flur.licht_Decke.dimmen" ,"Aussenlicht","Aussensteckdosen","OG.Flur.raffsto re1.move","OG.Flur.raffstore1.position","OG.Flur.r affstore1.stop","OG.Flur.temperature","OG.Flur.tem perature.set","OG.Flur.temperature.mode","OG.Flur. temperature.night","OG.Flur.temperature.frost","OG .Flur.temperature.state","OG.Flur.temperature.avg. 24h.0"]}' -- __init__.py:json_parse:257
2013-09-21 18:29:05,048 SmartHome.py INFO Client 192.168.120.123:49502 requested invalid item: Aussenlicht -- __init__.py:json_parse:281
2013-09-21 18:29:05,058 SmartHome.py INFO Client 192.168.120.123:49502 requested invalid item: OG.Flur.temperature.avg.24h.0 -- __init__.py:json_parse:281
2013-09-21 18:29:05,064 SmartHome.py INFO Client 192.168.120.123:49502 requested invalid item: Aussensteckdosen -- __init__.py:json_parse:281
2013-09-21 18:29:05,073 SmartHome.py DEBUG 192.168.120.123:49502 sent '{"cmd":"series","item":"OG.Flur.temperature","ser ies":"avg","start":"24h"}' -- __init__.py:json_parse:257
2013-09-21 18:29:05,362 Scheduler DEBUG series next time: 2013-09-21 18:29:15+02:00 -- scheduler.py:_next_time:238
logfile Startup
vielleicht kann jemand sehen was ich in der config verkehrt mache.
bei manchen items kommt "requested invalid item"
*.config Datei
Code:
[OG] [[Flur]] name = Flur OG sv_page = room sv_img = scene_hall.png [[[licht_Decke]]] name = Deckenlicht type = bool visu = yes sv_widget = "{{ device.dimmer('item', 'item.name', 'item', 'item.dimmen') }}" knx_dpt = 1 knx_cache = 2/0/115 knx_send = 2/1/115 [[[[dimmen]]]] type = num visu = yes knx_dpt = 5 knx_cache = 2/4/115 knx_send = 2/2/115 [[[licht_Aussen]]] name = Aussenlicht type = bool visu = yes sv_widget = "{{ basic.switch('item', 'item.name',icon1~'light_light.png',icon0~'light_light.png' ) }} Aussenlicht 1" knx_dpt = 1 knx_cache = 2/0/116 knx_send = 2/1/116 [[[SD]]] name = Aussensteckdosen type = bool visu = yes sv_widget = "{{ basic.switch('item', 'item.name',icon1~'light_light.png',icon0~'light_light.png' ) }} Aussensteckdosen" knx_dpt = 1 knx_cache = 2/0/119 knx_send = 2/1/119 [[[raffstore1]]] name = Raffstore sv_widget = "{{ device.blind('item', 'item.name', 'item.move', 'item.stop', 'item.position') }}" [[[[move]]]] type = bool knx_dpt = 1 knx_send = 3/1/4 knx_cache = 3/0/4 visu = yes [[[[stop]]]] type = bool knx_dpt = 1 knx_send = 3/2/4 knx_cache = 3/0/4 visu = yes [[[[position]]]] type = num knx_dpt = 5 knx_send = 3/3/4 knx_cache = 3/4/4 visu = yes [[[temperature]]] name = Raumtemperatur type = num visu = yes knx_dpt = 9 knx_cache = 7/0/21 sv_widget = "{{ device.rtr('item', 'item.name', 'item', 'item.set', 'item.mode', 'item.night', 'item.frost', 'item.state') }}" sqlite = yes [[[[set]]]] type = num visu = yes [[[[mode]]]] type = num visu = yes [[[[night]]]] type = num visu = yes [[[[frost]]]] type = num visu = yes [[[[state]]]] type = num visu = yes history = true [[[Temp_plot]]] type = num visu = yes sv_widget = "{{ plot.period('item', 'OG.Flur.temperature', 'avg', '24h') }}"
[CODE]
2013-09-21 18:28:55,266 Scheduler DEBUG series next time: 2013-09-21 18:29:05+02:00 -- scheduler.py:_next_time:238
2013-09-21 18:29:04,913 SmartHome.py INFO WebSocket: incoming connection from 192.168.120.123:49502 -- __init__.py:handle_accept:115
2013-09-21 18:29:05,034 SmartHome.py DEBUG 192.168.120.123:49502 sent '{"cmd":"proto","ver":2}' -- __init__.py:json_parse:257
2013-09-21 18:29:05,044 SmartHome.py DEBUG 192.168.120.123:49502 sent '{"cmd":"monitor","items":["OG.Flur.licht_Decke","OG.Flur.licht_Decke.dimmen" ,"Aussenlicht","Aussensteckdosen","OG.Flur.raffsto re1.move","OG.Flur.raffstore1.position","OG.Flur.r affstore1.stop","OG.Flur.temperature","OG.Flur.tem perature.set","OG.Flur.temperature.mode","OG.Flur. temperature.night","OG.Flur.temperature.frost","OG .Flur.temperature.state","OG.Flur.temperature.avg. 24h.0"]}' -- __init__.py:json_parse:257
2013-09-21 18:29:05,048 SmartHome.py INFO Client 192.168.120.123:49502 requested invalid item: Aussenlicht -- __init__.py:json_parse:281
2013-09-21 18:29:05,058 SmartHome.py INFO Client 192.168.120.123:49502 requested invalid item: OG.Flur.temperature.avg.24h.0 -- __init__.py:json_parse:281
2013-09-21 18:29:05,064 SmartHome.py INFO Client 192.168.120.123:49502 requested invalid item: Aussensteckdosen -- __init__.py:json_parse:281
2013-09-21 18:29:05,073 SmartHome.py DEBUG 192.168.120.123:49502 sent '{"cmd":"series","item":"OG.Flur.temperature","ser ies":"avg","start":"24h"}' -- __init__.py:json_parse:257
2013-09-21 18:29:05,362 Scheduler DEBUG series next time: 2013-09-21 18:29:15+02:00 -- scheduler.py:_next_time:238
logfile Startup
Code:
Start SmartHome.py 0.9-3-g3d90e39 -- smarthome.py:__init__:192 2013-09-21 18:32:36,771 SmartHome.py DEBUG Python 2.7.3 -- smarthome.py:__init__:193 2013-09-21 18:32:36,776 SmartHome.py INFO Init Scheduler -- scheduler.py:__init__:53 2013-09-21 18:32:36,780 SmartHome.py INFO Init Plugins -- smarthome.py:__init__:208 2013-09-21 18:32:36,785 Scheduler DEBUG creating 5 workers -- scheduler.py:run:59 2013-09-21 18:32:36,799 SmartHome.py DEBUG Plugin: knx -- plugin.py:__init__:42 2013-09-21 18:32:36,835 SmartHome.py DEBUG Plugin: cli -- plugin.py:__init__:42 2013-09-21 18:32:36,855 SmartHome.py DEBUG Plugin: visu -- plugin.py:__init__:42 2013-09-21 18:32:36,938 SmartHome.py DEBUG Plugin: sql -- plugin.py:__init__:42 2013-09-21 18:32:36,963 SmartHome.py DEBUG SQLite 3.7.13 -- __init__.py:__init__:60 2013-09-21 18:32:36,989 SmartHome.py DEBUG sqlite next time: 2013-09-22 03:02:00+02:00 -- scheduler.py:_next_time:238 2013-09-21 18:32:36,993 SmartHome.py DEBUG Plugin: rrd -- plugin.py:__init__:42 2013-09-21 18:32:37,088 SmartHome.py INFO Init Items -- smarthome.py:__init__:210 2013-09-21 18:32:37,141 SmartHome.py DEBUG knx: OG.Flur.licht_Decke.dimmen listen on and init with cache 2/4/115 -- __init__.py:parse_item:249 2013-09-21 18:32:37,145 SmartHome.py DEBUG knx: Deckenlicht listen on and init with cache 2/0/115 -- __init__.py:parse_item:249 2013-09-21 18:32:37,151 SmartHome.py DEBUG knx: Aussenlicht listen on and init with cache 2/0/116 -- __init__.py:parse_item:249 2013-09-21 18:32:37,158 SmartHome.py DEBUG knx: Aussensteckdosen listen on and init with cache 2/0/119 -- __init__.py:parse_item:249 2013-09-21 18:32:37,167 SmartHome.py DEBUG knx: OG.Flur.raffstore1.move listen on and init with cache 3/0/4 -- __init__.py:parse_item:249 2013-09-21 18:32:37,173 SmartHome.py DEBUG knx: OG.Flur.raffstore1.stop listen on and init with cache 3/0/4 -- __init__.py:parse_item:249 2013-09-21 18:32:37,179 SmartHome.py DEBUG knx: OG.Flur.raffstore1.position listen on and init with cache 3/4/4 -- __init__.py:parse_item:249 2013-09-21 18:32:37,202 SmartHome.py DEBUG knx: Raumtemperatur listen on and init with cache 7/0/21 -- __init__.py:parse_item:249 2013-09-21 18:32:37,211 SmartHome.py INFO Start Plugins -- plugin.py:start:63 2013-09-21 18:32:37,237 SmartHome.py INFO Start Logics -- logic.py:__init__:32 2013-09-21 18:32:37,239 SmartHome.py DEBUG reading logics from /usr/smarthome/etc/logic.conf -- logic.py:__init__:38 2013-09-21 18:32:37,247 rrd DEBUG rrd next time: 2013-09-21 18:34:17+02:00 -- scheduler.py:_next_time:238 2013-09-21 18:32:37,265 visu DEBUG series next time: 2013-09-21 18:32:44+02:00 -- scheduler.py:_next_time:238 2013-09-21 18:32:37,342 sh.con DEBUG knx: read cache -- __init__.py:handle_connect:106 2013-09-21 18:32:37,340 sh.gc DEBUG Garbage collector: collected 74 objects. -- smarthome.py:_garbage_collection:345 2013-09-21 18:32:37,366 sh.con DEBUG knx: enable group monitor -- __init__.py:handle_connect:110 2013-09-21 18:32:37,370 sh.con INFO KNX: connected to 127.0.0.1:6720 -- my_asynchat.py:connect:69 2013-09-21 18:32:37,509 Scheduler DEBUG sh.gc next time: 2013-09-22 02:04:00+02:00 -- scheduler.py:_next_time:238
Kommentar