Hallo Zusammen,
leider sendet das Plug in nichts auf den Bus, vielleicht erkennt ihr den Fehler.
plugin.conf
items-sma.conf
Log Datei
leider sendet das Plug in nichts auf den Bus, vielleicht erkennt ihr den Fehler.
plugin.conf
Code:
# plugin.conf [knx] class_name = KNX class_path = plugins.knx # host = 127.0.0.1 # port = 6720 # send_time = 600 # update date/time every 600 seconds, default none # time_ga = 1/1/1 # default none # date_ga = 1/1/2 # default none [sma] class_name = SMA class_path = plugins.sma bt_addr = 00:80:25:2D:41:F4 password = 0000 update_cycle = 60 allowed_timedelta = 10 [visu] class_name = WebSocket class_path = plugins.visu # ip='0.0.0.0' # port=2424 # acl = ro smartvisu_dir = /var/www/smartvisu [cli] class_name = CLI class_path = plugins.cli ip = 0.0.0.0 update = True [sql] class_name = SQL class_path = plugins.sqlite #[ow] # class_name = OneWire # class_path = plugins.onewire # host = 127.0.0.1 # port = 4304
Code:
[Inverter] [[Einspeiseleistung_in_W]] type = num sma = "AC_P_TOTAL" visu_acl = rw knx_dpt = 12 knx_send =8/4/0 knx_reply = 8/4/0 knx_init = 8/4/0 [[Tagesertrag_in_Wh]] type = num sma = "E_DAY" visu_acl = rw knx_dpt = 12 knx_send =8/4/1 knx_reply = 8/4/1 knx_init = 8/4/1 [[Totale_Einspeiseleistung_in_Wh]] type = num sma = "E_TOTAL" visu_acl = rw knx_dpt = 12 knx_send =8/4/2 knx_reply = 8/4/2 knx_init = 8/4/2 [[Serial_Number]] type = num sma = INV_SERIAL visu_acl = rw knx_dpt = 12 knx_send =8/4/3 knx_reply = 8/4/3 knx_init = 8/4/3 [[MAC_Address]] type = str sma = "INV_ADDRESS" visu_acl = rw knx_dpt = 16000 knx_send =8/4/4 knx_reply = 8/4/4 knx_init = 8/4/4 [[Last_Update_Of_Data]] type = str sma = LAST_UPDATE visu_acl = rw knx_dpt = 16000 knx_send =8/4/5 knx_reply = 8/4/5 knx_init = 8/4/5 [[DC_Power_String1_in_W]] type = num sma = DC_STRING1_P visu_acl = rw knx_dpt = 12 knx_send =8/4/6 knx_reply = 8/4/6 knx_init = 8/4/6 [[DC_Power_String2_in_W]] type = num sma = DC_STRING2_P visu_acl = rw knx_dpt = 12 knx_send =8/4/7 knx_reply = 8/4/7 knx_init = 8/4/7 [[DC_Voltage_String1_in_V]] type = num sma = DC_STRING1_U visu_acl = rw knx_dpt = 12 knx_send =8/4/8 knx_reply = 8/4/8 knx_init = 8/4/8 [[DC_Voltage_String2_in_V]] type = num sma = DC_STRING2_U visu_acl = rw knx_dpt = 12 knx_send =8/4/9 knx_reply = 8/4/9 knx_init = 8/4/9 [[DC_Current_String1_in_A]] type = num sma = DC_STRING1_I visu_acl = rw knx_dpt = 12 knx_send =8/4/10 knx_reply = 8/4/10 knx_init = 8/4/10 [[DC_Current_String2_in_A]] type = num sma = DC_STRING2_I visu_acl = rw knx_dpt = 12 knx_send =8/4/11 knx_reply = 8/4/11 knx_init = 8/4/11 [[Operating_Time_in_s]] type = num sma = OPERATING_TIME visu_acl = rw knx_dpt = 12 knx_send =8/4/12 knx_reply = 8/4/12 knx_init = 8/4/12 [[Feeding_Time_in_s]] type = num sma = FEEDING_TIME visu_acl = rw knx_dpt = 12 knx_send =8/4/13 knx_reply = 8/4/13 knx_init = 8/4/13 [[Grid_Frequency_in_Hz]] type = num sma = GRID_FREQUENCY visu_acl = rw knx_dpt = 12 knx_send =8/4/14 knx_reply = 8/4/14 knx_init = 8/4/14 [[Inverter_Status]] type = str sma = STATUS visu_acl = rw knx_dpt = 12 knx_send =8/4/15 knx_reply = 8/4/15 knx_init = 8/4/15 [[Relais_Status]] type = str sma = GRID_RELAY visu_acl = rw knx_dpt = 12 knx_send =8/4/16 knx_reply = 8/4/16 knx_init = 8/4/16 [[Software_Version]] type = str sma = SW_VERSION visu_acl = rw knx_dpt = 12 knx_send =8/4/17 knx_reply = 8/4/17 knx_init = 8/4/17
Code:
2014-03-14 08:07:46,020 INFO Main Start SmartHome.py 1.0-32-gfd0043e+ -- smarthome.py:__init__:231 2014-03-14 08:07:46,027 DEBUG Main Python 3.2.3 -- smarthome.py:__init__:232 2014-03-14 08:07:46,035 INFO Main Init Scheduler -- scheduler.py:__init__:86 2014-03-14 08:07:46,043 INFO Main Init Plugins -- smarthome.py:start:274 2014-03-14 08:07:46,060 DEBUG Scheduler creating 5 workers -- scheduler.py:run:93 2014-03-14 08:07:46,075 DEBUG Main Plugin: knx -- plugin.py:__init__:43 2014-03-14 08:07:46,117 DEBUG Main Plugin: sma -- plugin.py:__init__:43 2014-03-14 08:07:46,146 DEBUG Main Plugin: visu -- plugin.py:__init__:43 2014-03-14 08:07:46,245 DEBUG Main Plugin: cli -- plugin.py:__init__:43 2014-03-14 08:07:46,260 DEBUG Main Plugin: sql -- plugin.py:__init__:43 2014-03-14 08:07:46,297 DEBUG Main SQLite 3.7.13 -- __init__.py:__init__:62 2014-03-14 08:07:46,401 DEBUG Main SQLite: database integrity ok -- __init__.py:__init__:78 2014-03-14 08:07:46,433 DEBUG Main SQLite pack next time: 2014-03-15 03:02:00+01:00 -- scheduler.py:_next_time:289 2014-03-14 08:07:46,442 INFO Main Init Items -- smarthome.py:start:280 2014-03-14 08:07:46,707 DEBUG Main Item env.core.memory = 13717504.0 via SQLite None None -- item.py:set:457 2014-03-14 08:07:46,739 DEBUG Main Item env.core.threads = 8.0 via SQLite None None -- item.py:set:457 2014-03-14 08:07:46,778 DEBUG Main Item env.core.garbage = 0.0 via SQLite None None -- item.py:set:457 2014-03-14 08:07:46,786 DEBUG Main Item env.core: no type specified. -- item.py:__init__:242 2014-03-14 08:07:46,845 DEBUG Main Item env.location: no type specified. -- item.py:__init__:242 2014-03-14 08:07:46,890 DEBUG Main Item env.system.load = 0.04 via SQLite None None -- item.py:set:457 2014-03-14 08:07:46,903 DEBUG Main Item env.system: no type specified. -- item.py:__init__:242 2014-03-14 08:07:46,909 DEBUG Main Item env: no type specified. -- item.py:__init__:242 2014-03-14 08:07:46,925 DEBUG Main KNX: Inverter.Einspeiseleistung_in_W listen on and init with 8/4/0 -- __init__.py:parse_item:244 2014-03-14 08:07:46,931 DEBUG Main KNX: Inverter.Einspeiseleistung_in_W reply to 8/4/0 -- __init__.py:parse_item:267 2014-03-14 08:07:46,936 DEBUG Main sma: Inverter.Einspeiseleistung_in_W connected to field AC_P_TOTAL (0x263f01) -- __init__.py:parse_item:340 2014-03-14 08:07:46,948 DEBUG Main KNX: Inverter.Tagesertrag_in_Wh listen on and init with 8/4/1 -- __init__.py:parse_item:244 2014-03-14 08:07:46,954 DEBUG Main KNX: Inverter.Tagesertrag_in_Wh reply to 8/4/1 -- __init__.py:parse_item:267 2014-03-14 08:07:46,959 DEBUG Main sma: Inverter.Tagesertrag_in_Wh connected to field E_DAY (0x262201) -- __init__.py:parse_item:340 2014-03-14 08:07:46,971 DEBUG Main KNX: Inverter.Totale_Einspeiseleistung_in_Wh listen on and init with 8/4/2 -- __init__.py:parse_item:244 2014-03-14 08:07:46,977 DEBUG Main KNX: Inverter.Totale_Einspeiseleistung_in_Wh reply to 8/4/2 -- __init__.py:parse_item:267 2014-03-14 08:07:46,982 DEBUG Main sma: Inverter.Totale_Einspeiseleistung_in_Wh connected to field E_TOTAL (0x260101) -- __init__.py:parse_item:340 2014-03-14 08:07:46,994 DEBUG Main KNX: Inverter.Serial_Number listen on and init with 8/4/3 -- __init__.py:parse_item:244 2014-03-14 08:07:47,000 DEBUG Main KNX: Inverter.Serial_Number reply to 8/4/3 -- __init__.py:parse_item:267 2014-03-14 08:07:47,005 DEBUG Main sma: Inverter.Serial_Number connected to field INV_SERIAL) -- __init__.py:parse_item:350 2014-03-14 08:07:47,017 DEBUG Main KNX: Inverter.MAC_Address listen on and init with 8/4/4 -- __init__.py:parse_item:244 2014-03-14 08:07:47,022 DEBUG Main KNX: Inverter.MAC_Address reply to 8/4/4 -- __init__.py:parse_item:267 2014-03-14 08:07:47,028 DEBUG Main sma: Inverter.MAC_Address connected to field INV_ADDRESS) -- __init__.py:parse_item:350 2014-03-14 08:07:47,039 DEBUG Main KNX: Inverter.Last_Update_Of_Data listen on and init with 8/4/5 -- __init__.py:parse_item:244 2014-03-14 08:07:47,045 DEBUG Main KNX: Inverter.Last_Update_Of_Data reply to 8/4/5 -- __init__.py:parse_item:267 2014-03-14 08:07:47,051 DEBUG Main sma: Inverter.Last_Update_Of_Data connected to field LAST_UPDATE) -- __init__.py:parse_item:350 2014-03-14 08:07:47,062 DEBUG Main KNX: Inverter.DC_Power_String1_in_W listen on and init with 8/4/6 -- __init__.py:parse_item:244 2014-03-14 08:07:47,068 DEBUG Main KNX: Inverter.DC_Power_String1_in_W reply to 8/4/6 -- __init__.py:parse_item:267 2014-03-14 08:07:47,074 DEBUG Main sma: Inverter.DC_Power_String1_in_W connected to field DC_STRING1_P (0x251e01) -- __init__.py:parse_item:340 2014-03-14 08:07:47,086 DEBUG Main KNX: Inverter.DC_Power_String2_in_W listen on and init with 8/4/7 -- __init__.py:parse_item:244 2014-03-14 08:07:47,093 DEBUG Main KNX: Inverter.DC_Power_String2_in_W reply to 8/4/7 -- __init__.py:parse_item:267 2014-03-14 08:07:47,098 DEBUG Main sma: Inverter.DC_Power_String2_in_W connected to field DC_STRING2_P (0x251e02) -- __init__.py:parse_item:340 2014-03-14 08:07:47,110 DEBUG Main KNX: Inverter.DC_Voltage_String1_in_V listen on and init with 8/4/8 -- __init__.py:parse_item:244 2014-03-14 08:07:47,116 DEBUG Main KNX: Inverter.DC_Voltage_String1_in_V reply to 8/4/8 -- __init__.py:parse_item:267 2014-03-14 08:07:47,122 DEBUG Main sma: Inverter.DC_Voltage_String1_in_V connected to field DC_STRING1_U (0x451f01) -- __init__.py:parse_item:340 2014-03-14 08:07:47,135 DEBUG Main KNX: Inverter.DC_Voltage_String2_in_V listen on and init with 8/4/9 -- __init__.py:parse_item:244 2014-03-14 08:07:47,143 DEBUG Main KNX: Inverter.DC_Voltage_String2_in_V reply to 8/4/9 -- __init__.py:parse_item:267 2014-03-14 08:07:47,148 DEBUG Main sma: Inverter.DC_Voltage_String2_in_V connected to field DC_STRING2_U (0x451f02) -- __init__.py:parse_item:340 2014-03-14 08:07:47,161 DEBUG Main KNX: Inverter.DC_Current_String1_in_A listen on and init with 8/4/10 -- __init__.py:parse_item:244 2014-03-14 08:07:47,167 DEBUG Main KNX: Inverter.DC_Current_String1_in_A reply to 8/4/10 -- __init__.py:parse_item:267 2014-03-14 08:07:47,173 DEBUG Main sma: Inverter.DC_Current_String1_in_A connected to field DC_STRING1_I (0x452101) -- __init__.py:parse_item:340 2014-03-14 08:07:47,184 DEBUG Main KNX: Inverter.DC_Current_String2_in_A listen on and init with 8/4/11 -- __init__.py:parse_item:244 2014-03-14 08:07:47,190 DEBUG Main KNX: Inverter.DC_Current_String2_in_A reply to 8/4/11 -- __init__.py:parse_item:267 2014-03-14 08:07:47,195 DEBUG Main sma: Inverter.DC_Current_String2_in_A connected to field DC_STRING2_I (0x452102) -- __init__.py:parse_item:340 2014-03-14 08:07:47,207 DEBUG Main KNX: Inverter.Operating_Time_in_s listen on and init with 8/4/12 -- __init__.py:parse_item:244 2014-03-14 08:07:47,213 DEBUG Main KNX: Inverter.Operating_Time_in_s reply to 8/4/12 -- __init__.py:parse_item:267 2014-03-14 08:07:47,219 DEBUG Main sma: Inverter.Operating_Time_in_s connected to field OPERATING_TIME (0x462e01) -- __init__.py:parse_item:340 2014-03-14 08:07:47,230 DEBUG Main KNX: Inverter.Feeding_Time_in_s listen on and init with 8/4/13 -- __init__.py:parse_item:244 2014-03-14 08:07:47,236 DEBUG Main KNX: Inverter.Feeding_Time_in_s reply to 8/4/13 -- __init__.py:parse_item:267 2014-03-14 08:07:47,242 DEBUG Main sma: Inverter.Feeding_Time_in_s connected to field FEEDING_TIME (0x462f01) -- __init__.py:parse_item:340 2014-03-14 08:07:47,253 DEBUG Main KNX: Inverter.Grid_Frequency_in_Hz listen on and init with 8/4/14 -- __init__.py:parse_item:244 2014-03-14 08:07:47,259 DEBUG Main KNX: Inverter.Grid_Frequency_in_Hz reply to 8/4/14 -- __init__.py:parse_item:267 2014-03-14 08:07:47,265 DEBUG Main sma: Inverter.Grid_Frequency_in_Hz connected to field GRID_FREQUENCY (0x465701) -- __init__.py:parse_item:340 2014-03-14 08:07:47,276 DEBUG Main KNX: Inverter.Inverter_Status listen on and init with 8/4/15 -- __init__.py:parse_item:244 2014-03-14 08:07:47,282 DEBUG Main KNX: Inverter.Inverter_Status reply to 8/4/15 -- __init__.py:parse_item:267 2014-03-14 08:07:47,288 DEBUG Main sma: Inverter.Inverter_Status connected to field STATUS (0x214801) -- __init__.py:parse_item:340 2014-03-14 08:07:47,300 DEBUG Main KNX: Inverter.Relais_Status listen on and init with 8/4/16 -- __init__.py:parse_item:244 2014-03-14 08:07:47,305 DEBUG Main KNX: Inverter.Relais_Status reply to 8/4/16 -- __init__.py:parse_item:267 2014-03-14 08:07:47,311 DEBUG Main sma: Inverter.Relais_Status connected to field GRID_RELAY (0x416401) -- __init__.py:parse_item:340 2014-03-14 08:07:47,323 DEBUG Main KNX: Inverter.Software_Version listen on and init with 8/4/17 -- __init__.py:parse_item:244 2014-03-14 08:07:47,329 DEBUG Main KNX: Inverter.Software_Version reply to 8/4/17 -- __init__.py:parse_item:267 2014-03-14 08:07:47,335 DEBUG Main sma: Inverter.Software_Version connected to field SW_VERSION (0x823401) -- __init__.py:parse_item:340 2014-03-14 08:07:47,341 DEBUG Main Item Inverter: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,368 DEBUG Main Item first.hallway: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,384 DEBUG Main Item first.living.light: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,499 DEBUG Main Item first.living.blind: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,516 DEBUG Main Item first.living: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,521 DEBUG Main Item first: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,546 DEBUG Main KNX: second.sleeping.light.level listen on 3/2/14 -- __init__.py:parse_item:235 2014-03-14 08:07:47,553 DEBUG Main KNX: Light listen on 3/2/12 -- __init__.py:parse_item:235 2014-03-14 08:07:47,625 DEBUG Main Item second.sleeping.blind: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,636 DEBUG Main Item second.sleeping: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,731 DEBUG Main Item second.bath.blind: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,737 DEBUG Main Item second.bath: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,742 DEBUG Main Item second: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,758 DEBUG Main KNX: Licht.Buero listen on and init with 1/2/6 -- __init__.py:parse_item:244 2014-03-14 08:07:47,764 DEBUG Main KNX: Licht.Buero reply to 1/2/6 -- __init__.py:parse_item:267 2014-03-14 08:07:47,770 DEBUG Main Item Licht: no type specified. -- item.py:__init__:242 2014-03-14 08:07:47,784 INFO Main Start Plugins -- plugin.py:start:65 2014-03-14 08:07:47,847 INFO Main Start Logics -- logic.py:__init__:33 2014-03-14 08:07:47,853 DEBUG Main Reading Logics from /usr/smarthome/lib/env/logic_conf -- logic.py:_read_logics:64 2014-03-14 08:07:47,884 DEBUG Main Reading Logics from /usr/smarthome/etc/logic.conf -- logic.py:_read_logics:64 2014-03-14 08:07:47,912 DEBUG Main Logic: dummy -- logic.py:__init__:44 2014-03-14 08:07:47,989 DEBUG Main dummy next time: 2014-03-14 08:07:57+01:00 -- scheduler.py:_next_time:289 2014-03-14 08:07:48,008 DEBUG Main Logic: hello -- logic.py:__init__:44 2014-03-14 08:07:48,024 DEBUG Main Logic: env_init -- logic.py:__init__:44 2014-03-14 08:07:48,057 DEBUG Main Logic: env_stat -- logic.py:__init__:44 2014-03-14 08:07:48,088 DEBUG Main env_stat next time: 2014-03-14 08:08:00+01:00 -- scheduler.py:_next_time:289 2014-03-14 08:07:48,099 DEBUG Main Logic: env_loc -- logic.py:__init__:44 2014-03-14 08:07:48,254 DEBUG Connections KNX: connected to 127.0.0.1:6720 -- connection.py:connect:386 2014-03-14 08:07:48,261 DEBUG Connections KNX: enable group monitor -- __init__.py:handle_connect:117 2014-03-14 08:07:48,267 DEBUG Connections KNX: init read -- __init__.py:handle_connect:123 2014-03-14 08:07:48,304 DEBUG Connections WebSocket: binding to 0.0.0.0:2424 (TCP) -- connection.py:connect:161 2014-03-14 08:07:48,324 DEBUG Connections CLI: binding to 0.0.0.0:2323 (TCP) -- connection.py:connect:161 2014-03-14 08:07:48,366 INFO sma sma: via bluetooth connected to 00:80:25:2D:41:F4 -- __init__.py:run:229 2014-03-14 08:07:48,413 INFO sma sma: own bluetooth address: 00:15:83:15:a3:10 -- __init__.py:_inv_connect:510 2014-03-14 08:07:48,641 INFO sma sma: inverter serial = 304956956 -- __init__.py:_inv_login:583 2014-03-14 08:07:48,648 DEBUG sma Item Inverter.MAC_Address = 00:80:25:2D:41:F4 via SMA 304956956 None -- item.py:__update:363 2014-03-14 08:07:48,661 DEBUG sma Item Inverter.Serial_Number = 304956956 via SMA 304956956 None -- item.py:__update:363 2014-03-14 08:07:48,740 INFO sma sma: inverter timestamp = 0s / host timestamp = 1394780868s / diff = -1394780868s -- __init__.py:run:256 2014-03-14 08:07:48,749 DEBUG sma SMA next time: 2014-03-14 08:07:58+01:00 -- scheduler.py:_next_time:289 2014-03-14 08:07:49,155 DEBUG Main KNX: 0.0.0 read 8/4/0 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,166 DEBUG Main KNX: 0.0.0 read 8/4/1 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,179 DEBUG Main KNX: 0.0.0 read 8/4/2 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,201 DEBUG Main KNX: 0.0.0 read 8/4/3 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,209 DEBUG Main KNX: 0.0.0 read 8/4/4 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,220 DEBUG Main KNX: 0.0.0 read 8/4/5 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,240 DEBUG Main KNX: 0.0.0 read 8/4/6 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,260 DEBUG Main KNX: 0.0.0 read 8/4/7 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,267 DEBUG Main KNX: 0.0.0 read 8/4/8 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,280 DEBUG Main KNX: 0.0.0 read 8/4/9 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,300 DEBUG Main KNX: 0.0.0 read 8/4/10 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,307 DEBUG Main KNX: 0.0.0 read 8/4/11 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,320 DEBUG Main KNX: 0.0.0 read 8/4/12 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,340 DEBUG Main KNX: 0.0.0 read 8/4/13 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,355 DEBUG Main KNX: 0.0.0 read 8/4/14 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,363 DEBUG Main KNX: 0.0.0 read 8/4/15 -- __init__.py:parse_telegram:203 2014-03-14 08:07:49,372 DEBUG Main KNX: closing socket 127.0.0.1:6720 -- connection.py:close:303 2014-03-14 08:07:53,291 INFO hello Hello World! -- hello.py:<module>:3 2014-03-14 08:07:53,294 DEBUG sh.gc Garbage collector: collected 0 objects. -- smarthome.py:_garbage_collection:498 2014-03-14 08:07:53,298 DEBUG env_init Item env.core.version = 1.0-32-gfd0043e+ via Logic None None -- item.py:__update:363 2014-03-14 08:07:53,301 DEBUG env_loc Item env.location.sunrise = 2014-03-15 06:32:18.342844+01:00 via Logic None None -- item.py:__update:363 2014-03-14 08:07:53,358 DEBUG env_init Item env.core.start = 2014-03-14 08:07:53.341992+01:00 via Logic None None -- item.py:__update:363 2014-03-14 08:07:53,405 DEBUG env_init Item env.system.name = smarthome.local via Logic None None -- item.py:__update:363 2014-03-14 08:07:53,435 DEBUG env_loc Item env.location.sunset = 2014-03-14 18:21:15.493579+01:00 via Logic None None -- item.py:__update:363 2014-03-14 08:07:53,443 DEBUG env_init Item env.system.start = 2014-03-14 07:21:44.439514+01:00 via Logic None None -- item.py:__update:363 2014-03-14 08:07:53,549 DEBUG env_loc Item env.location.moonrise = 2014-03-14 16:17:56.392142+01:00 via Logic None None -- item.py:__update:363 2014-03-14 08:07:53,637 DEBUG env_loc Item env.location.moonset = 2014-03-15 05:42:17.196463+01:00 via Logic None None -- item.py:__update:363 2014-03-14 08:07:53,683 DEBUG env_loc Item env.location.moonphase = 4 via Logic None None -- item.py:__update:363 2014-03-14 08:07:53,737 DEBUG sh.gc Object references: 9064 -- smarthome.py:_maintenance:490 2014-03-14 08:07:53,768 DEBUG env_loc Item env.location.day = True via Logic None None -- item.py:__update:363 2014-03-14 08:07:53,860 DEBUG Scheduler env_loc next time: 2014-03-14 08:37:53+01:00 -- scheduler.py:_next_time:289 2014-03-14 08:07:53,888 DEBUG Scheduler sh.gc next time: 2014-03-15 02:04:00+01:00 -- scheduler.py:_next_time:289 2014-03-14 08:07:57,413 DEBUG dummy Item first.living.temperature = 23 via Logic None None -- item.py:__update:363 2014-03-14 08:07:57,424 DEBUG dummy Item first.living.humidity = 52 via Logic None None -- item.py:__update:363 2014-03-14 08:07:57,435 DEBUG dummy Item second.sleeping.temperature = 18 via Logic None None -- item.py:__update:363 2014-03-14 08:07:57,446 DEBUG dummy Item second.bath.temperature = 23 via Logic None None -- item.py:__update:363 2014-03-14 08:07:57,919 DEBUG Scheduler dummy next time: 2014-03-14 08:12:57+01:00 -- scheduler.py:_next_time:289 2014-03-14 08:07:58,438 DEBUG Connections KNX: connected to 127.0.0.1:6720 -- connection.py:connect:386 2014-03-14 08:07:58,455 DEBUG Connections KNX: enable group monitor -- __init__.py:handle_connect:117 2014-03-14 08:07:58,530 WARNING sma sma: rx - unknown/malformed response! -- __init__.py:run:312 2014-03-14 08:07:58,539 WARNING sma sma: rx - len=44 data=[0x7e, 0xff, 0x03, 0x60, 0x65, 0x09, 0x90, 0xf4, 0x41, 0x2d, 0x25, 0x80, 0x00, 0x00, 0xe0, 0xb5, 0x00, 0x1c, 0x46, 0x2d, 0x12, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x05, 0x80, 0x01, 0x02, 0x00, 0x51, 0x00, 0x3f, 0x26, 0x00, 0xff, 0x3f, 0x26, 0x00, 0xce, 0x6c, 0x7e] -- __init__.py:run:313 2014-03-14 08:07:58,548 WARNING sma sma: sma2-seq=32773 / sma2-data=[0x01 0x02 0x00 0x51 0x00 0x3f 0x26 0x00 0xff 0x3f 0x26 0x00 0xce 0x6c 0x7e] -- __init__.py:run:315 2014-03-14 08:07:58,949 DEBUG Scheduler SMA next time: 2014-03-14 08:08:58+01:00 -- scheduler.py:_next_time:289 2014-03-14 08:07:59,660 DEBUG Main knx: 1.1.10 set 8/1/21 to 00000000 -- __init__.py:parse_telegram:181 2014-03-14 08:07:59,687 DEBUG Main knx: 1.1.10 set 8/1/22 to 00000000 -- __init__.py:parse_telegram:181 2014-03-14 08:07:59,719 DEBUG Main knx: 1.1.10 set 8/1/23 to 41600000 -- __init__.py:parse_telegram:181 2014-03-14 08:07:59,851 DEBUG Main knx: 1.1.10 set 8/1/24 to 436c0000 -- __init__.py:parse_telegram:181 2014-03-14 08:07:59,881 DEBUG Main knx: 1.1.10 set 8/1/25 to 436d0000 -- __init__.py:parse_telegram:181 2014-03-14 08:07:59,911 DEBUG Main knx: 1.1.10 set 8/1/26 to 43690000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:00,536 DEBUG env_stat Item env.core.memory = 13524992 via Logic None None -- item.py:__update:363 2014-03-14 08:08:00,548 DEBUG env_stat Item env.system.load = 0.06 via Logic None None -- item.py:__update:363 2014-03-14 08:08:00,560 DEBUG env_stat Item env.location.moonlight = 94 via Logic None None -- item.py:__update:363 2014-03-14 08:08:00,762 DEBUG Main knx: 1.1.10 set 8/1/27 to 3f3d70a3 -- __init__.py:parse_telegram:181 2014-03-14 08:08:00,792 DEBUG Main knx: 1.1.10 set 8/1/28 to 3f828f5b -- __init__.py:parse_telegram:181 2014-03-14 08:08:00,822 DEBUG Main knx: 1.1.10 set 8/1/29 to 3fb70a3c -- __init__.py:parse_telegram:181 2014-03-14 08:08:00,980 DEBUG Scheduler env_stat next time: 2014-03-14 08:13:00+01:00 -- scheduler.py:_next_time:289 2014-03-14 08:08:01,791 DEBUG Main knx: 1.1.10 set 8/1/15 to 41300000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:01,820 DEBUG Main knx: 1.1.10 set 8/1/18 to 438a8000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:01,850 DEBUG Main knx: 1.1.10 set 8/1/19 to 42b60000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:01,880 DEBUG Main knx: 1.1.10 set 8/1/20 to 42d60000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:01,906 DEBUG Main knx: 1.1.11 set 8/2/9 to 3bc49ba4 -- __init__.py:parse_telegram:181 2014-03-14 08:08:03,518 WARNING sma sma: rx - unknown/malformed response! -- __init__.py:run:312 2014-03-14 08:08:03,538 WARNING sma sma: rx - len=44 data=[0x7e, 0xff, 0x03, 0x60, 0x65, 0x09, 0x90, 0xf4, 0x41, 0x2d, 0x25, 0x80, 0x00, 0x00, 0xe0, 0xb5, 0x00, 0x1c, 0x46, 0x2d, 0x12, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x06, 0x80, 0x01, 0x02, 0x00, 0x54, 0x00, 0x01, 0x26, 0x00, 0xff, 0x22, 0x26, 0x00, 0x69, 0xb7, 0x7e] -- __init__.py:run:313 2014-03-14 08:08:03,548 WARNING sma sma: sma2-seq=32774 / sma2-data=[0x01 0x02 0x00 0x54 0x00 0x01 0x26 0x00 0xff 0x22 0x26 0x00 0x69 0xb7 0x7e] -- __init__.py:run:315 2014-03-14 08:08:06,809 DEBUG Main knx: 1.1.10 set 8/1/15 to 41200000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:06,839 DEBUG Main knx: 1.1.10 set 8/1/18 to 438a8000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:06,869 DEBUG Main knx: 1.1.10 set 8/1/19 to 42b40000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:06,899 DEBUG Main knx: 1.1.10 set 8/1/20 to 42d00000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:06,926 DEBUG Main knx: 1.1.11 set 8/2/9 to 3bc49ba4 -- __init__.py:parse_telegram:181 2014-03-14 08:08:07,040 DEBUG Main knx: 1.1.50 set 7/3/0 to 01 -- __init__.py:parse_telegram:181 2014-03-14 08:08:07,232 DEBUG Main knx: 1.1.254 set 0/5/30 to 3d06 -- __init__.py:parse_telegram:181 2014-03-14 08:08:07,740 DEBUG Main knx: 1.1.254 set 0/5/14 to 340d -- __init__.py:parse_telegram:181 2014-03-14 08:08:08,040 DEBUG Main knx: 1.1.254 set 7/2/0 to a80808 -- __init__.py:parse_telegram:181 2014-03-14 08:08:08,064 DEBUG Main knx: 1.1.254 set 7/2/1 to 0e030e -- __init__.py:parse_telegram:181 2014-03-14 08:08:08,506 WARNING sma sma: rx - unknown/malformed response! -- __init__.py:run:312 2014-03-14 08:08:08,515 WARNING sma sma: rx - len=44 data=[0x7e, 0xff, 0x03, 0x60, 0x65, 0x09, 0x90, 0xf4, 0x41, 0x2d, 0x25, 0x80, 0x00, 0x00, 0xe0, 0xb5, 0x00, 0x1c, 0x46, 0x2d, 0x12, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x07, 0x80, 0x01, 0x02, 0x80, 0x53, 0x00, 0x1e, 0x25, 0x00, 0xff, 0x1e, 0x25, 0x00, 0xb2, 0x2b, 0x7e] -- __init__.py:run:313 2014-03-14 08:08:08,525 WARNING sma sma: sma2-seq=32775 / sma2-data=[0x01 0x02 0x80 0x53 0x00 0x1e 0x25 0x00 0xff 0x1e 0x25 0x00 0xb2 0x2b 0x7e] -- __init__.py:run:315 2014-03-14 08:08:11,821 DEBUG Main knx: 1.1.10 set 8/1/15 to 41200000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:11,850 DEBUG Main knx: 1.1.10 set 8/1/18 to 438d0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:11,880 DEBUG Main knx: 1.1.10 set 8/1/19 to 42ba0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:11,910 DEBUG Main knx: 1.1.10 set 8/1/20 to 42ce0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:11,939 DEBUG Main knx: 1.1.12 set 8/0/7 to 457a0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:11,963 DEBUG Main knx: 1.1.11 set 8/2/9 to 3bc49ba4 -- __init__.py:parse_telegram:181 2014-03-14 08:08:12,426 DEBUG Main knx: 1.1.50 set 7/1/0 to 658d -- __init__.py:parse_telegram:181 2014-03-14 08:08:12,886 DEBUG Main knx: 1.1.50 set 7/1/3 to 658d -- __init__.py:parse_telegram:181 2014-03-14 08:08:12,958 DEBUG Main knx: 1.1.50 set 7/1/5 to 658d -- __init__.py:parse_telegram:181 2014-03-14 08:08:13,522 WARNING sma sma: rx - unknown/malformed response! -- __init__.py:run:312 2014-03-14 08:08:13,531 WARNING sma sma: rx - len=44 data=[0x7e, 0xff, 0x03, 0x60, 0x65, 0x09, 0x90, 0xf4, 0x41, 0x2d, 0x25, 0x80, 0x00, 0x00, 0xe0, 0xb5, 0x00, 0x1c, 0x46, 0x2d, 0x12, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x08, 0x80, 0x01, 0x02, 0x80, 0x53, 0x00, 0x1f, 0x45, 0x00, 0xff, 0x21, 0x45, 0x00, 0x0e, 0x05, 0x7e] -- __init__.py:run:313 2014-03-14 08:08:13,541 WARNING sma sma: sma2-seq=32776 / sma2-data=[0x01 0x02 0x80 0x53 0x00 0x1f 0x45 0x00 0xff 0x21 0x45 0x00 0x0e 0x05 0x7e] -- __init__.py:run:315 2014-03-14 08:08:14,700 DEBUG Main knx: 1.1.10 set 8/1/21 to 00000000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:14,730 DEBUG Main knx: 1.1.10 set 8/1/22 to 00000000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:14,760 DEBUG Main knx: 1.1.10 set 8/1/23 to 40e00000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:14,890 DEBUG Main knx: 1.1.10 set 8/1/24 to 436c0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:14,918 DEBUG Main knx: 1.1.10 set 8/1/25 to 436c0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:14,947 DEBUG Main knx: 1.1.10 set 8/1/26 to 436a0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:15,803 DEBUG Main knx: 1.1.10 set 8/1/27 to 3f3d70a3 -- __init__.py:parse_telegram:181 2014-03-14 08:08:15,832 DEBUG Main knx: 1.1.10 set 8/1/28 to 3f83d709 -- __init__.py:parse_telegram:181 2014-03-14 08:08:15,862 DEBUG Main knx: 1.1.10 set 8/1/29 to 3fb70a3c -- __init__.py:parse_telegram:181 2014-03-14 08:08:16,635 DEBUG Main knx: 1.1.254 set 0/0/60 to 0c28 -- __init__.py:parse_telegram:181 2014-03-14 08:08:16,836 DEBUG Main knx: 1.1.10 set 8/1/15 to 41000000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:16,866 DEBUG Main knx: 1.1.10 set 8/1/18 to 438c8000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:16,898 DEBUG Main knx: 1.1.10 set 8/1/19 to 42ba0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:16,929 DEBUG Main knx: 1.1.10 set 8/1/20 to 42ce0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:16,958 DEBUG Main knx: 1.1.11 set 8/2/9 to 3bc49ba4 -- __init__.py:parse_telegram:181 2014-03-14 08:08:17,091 DEBUG Main knx: 1.1.254 set 0/0/62 to 0333 -- __init__.py:parse_telegram:181 2014-03-14 08:08:17,118 DEBUG Main knx: 1.1.254 set 0/0/61 to 6e -- __init__.py:parse_telegram:181 2014-03-14 08:08:17,150 DEBUG Main knx: 1.1.254 set 0/0/63 to 41000000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:17,807 DEBUG Main knx: 1.1.50 set 7/3/0 to 01 -- __init__.py:parse_telegram:181 2014-03-14 08:08:18,540 WARNING sma sma: rx - unknown/malformed response! -- __init__.py:run:312 2014-03-14 08:08:18,548 WARNING sma sma: rx - len=44 data=[0x7e, 0xff, 0x03, 0x60, 0x65, 0x09, 0x90, 0xf4, 0x41, 0x2d, 0x25, 0x80, 0x00, 0x00, 0xe0, 0xb5, 0x00, 0x1c, 0x46, 0x2d, 0x12, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x09, 0x80, 0x01, 0x02, 0x00, 0x54, 0x00, 0x2e, 0x46, 0x00, 0xff, 0x2f, 0x46, 0x00, 0x61, 0x4f, 0x7e] -- __init__.py:run:313 2014-03-14 08:08:18,558 WARNING sma sma: sma2-seq=32777 / sma2-data=[0x01 0x02 0x00 0x54 0x00 0x2e 0x46 0x00 0xff 0x2f 0x46 0x00 0x61 0x4f 0x7e] -- __init__.py:run:315 2014-03-14 08:08:20,528 DEBUG Main knx: 1.1.254 set 0/0/3 to 159d -- __init__.py:parse_telegram:181 2014-03-14 08:08:21,048 DEBUG Main knx: 1.1.254 set 7/2/0 to a80815 -- __init__.py:parse_telegram:181 2014-03-14 08:08:21,091 DEBUG Main knx: 1.1.254 set 7/2/1 to 0e030e -- __init__.py:parse_telegram:181 2014-03-14 08:08:21,851 DEBUG Main knx: 1.1.10 set 8/1/15 to 41600000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:21,881 DEBUG Main knx: 1.1.10 set 8/1/18 to 438c8000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:21,911 DEBUG Main knx: 1.1.10 set 8/1/19 to 42ba0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:21,941 DEBUG Main knx: 1.1.10 set 8/1/20 to 42cc0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:21,971 DEBUG Main knx: 1.1.11 set 8/2/9 to 3bc49ba4 -- __init__.py:parse_telegram:181 2014-03-14 08:08:23,529 WARNING sma sma: rx - unknown/malformed response! -- __init__.py:run:312 2014-03-14 08:08:23,538 WARNING sma sma: rx - len=44 data=[0x7e, 0xff, 0x03, 0x60, 0x65, 0x09, 0x90, 0xf4, 0x41, 0x2d, 0x25, 0x80, 0x00, 0x00, 0xe0, 0xb5, 0x00, 0x1c, 0x46, 0x2d, 0x12, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x0a, 0x80, 0x01, 0x02, 0x00, 0x51, 0x00, 0x57, 0x46, 0x00, 0xff, 0x57, 0x46, 0x00, 0x28, 0xa8, 0x7e] -- __init__.py:run:313 2014-03-14 08:08:23,548 WARNING sma sma: sma2-seq=32778 / sma2-data=[0x01 0x02 0x00 0x51 0x00 0x57 0x46 0x00 0xff 0x57 0x46 0x00 0x28 0xa8 0x7e] -- __init__.py:run:315 2014-03-14 08:08:26,222 DEBUG Main knx: 1.1.254 set 0/0/30 to 07a4 -- __init__.py:parse_telegram:181 2014-03-14 08:08:26,580 DEBUG Main knx: 1.1.254 set 0/0/31 to 75 -- __init__.py:parse_telegram:181 2014-03-14 08:08:26,605 DEBUG Main knx: 1.1.254 set 0/0/32 to 02fa -- __init__.py:parse_telegram:181 2014-03-14 08:08:26,650 DEBUG Main knx: 1.1.254 set 0/0/33 to 40f7ae14 -- __init__.py:parse_telegram:181 2014-03-14 08:08:26,865 DEBUG Main knx: 1.1.10 set 8/1/15 to 40800000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:26,893 DEBUG Main knx: 1.1.10 set 8/1/18 to 438d8000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:26,923 DEBUG Main knx: 1.1.10 set 8/1/19 to 42ba0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:26,953 DEBUG Main knx: 1.1.10 set 8/1/20 to 42d00000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:26,985 DEBUG Main knx: 1.1.11 set 8/2/9 to 3bc49ba4 -- __init__.py:parse_telegram:181 2014-03-14 08:08:28,461 DEBUG Main knx: 1.1.50 set 7/3/0 to 01 -- __init__.py:parse_telegram:181 2014-03-14 08:08:28,547 WARNING sma sma: rx - unknown/malformed response! -- __init__.py:run:312 2014-03-14 08:08:28,565 WARNING sma sma: rx - len=44 data=[0x7e, 0xff, 0x03, 0x60, 0x65, 0x09, 0x90, 0xf4, 0x41, 0x2d, 0x25, 0x80, 0x00, 0x00, 0xe0, 0xb5, 0x00, 0x1c, 0x46, 0x2d, 0x12, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x0b, 0x80, 0x01, 0x02, 0x80, 0x51, 0x00, 0x48, 0x21, 0x00, 0xff, 0x48, 0x21, 0x00, 0x66, 0xa4, 0x7e] -- __init__.py:run:313 2014-03-14 08:08:28,575 WARNING sma sma: sma2-seq=32779 / sma2-data=[0x01 0x02 0x80 0x51 0x00 0x48 0x21 0x00 0xff 0x48 0x21 0x00 0x66 0xa4 0x7e] -- __init__.py:run:315 2014-03-14 08:08:29,529 DEBUG Main knx: 1.1.254 set 0/0/6 to 0d2d -- __init__.py:parse_telegram:181 2014-03-14 08:08:29,742 DEBUG Main knx: 1.1.10 set 8/1/21 to 00000000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:29,772 DEBUG Main knx: 1.1.10 set 8/1/22 to 00000000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:29,803 DEBUG Main knx: 1.1.10 set 8/1/23 to 40800000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:29,932 DEBUG Main knx: 1.1.10 set 8/1/24 to 436c0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:29,963 DEBUG Main knx: 1.1.10 set 8/1/25 to 436c0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:29,993 DEBUG Main knx: 1.1.10 set 8/1/26 to 436a0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,405 DEBUG Main knx: 1.1.9 set 4/2/5 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,486 DEBUG Main knx: 15.15.255 set 4/4/0 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,510 DEBUG Main knx: 1.1.9 set 4/0/0 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,608 DEBUG Main knx: 1.1.9 set 4/0/1 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,654 DEBUG Main knx: 15.15.255 set 4/4/1 to 01 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,710 DEBUG Main knx: 1.1.9 set 4/0/5 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,814 DEBUG Main knx: 1.1.9 set 4/0/6 to 01 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,834 DEBUG Main knx: 15.15.255 set 2/1/0 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,860 DEBUG Main knx: 1.1.10 set 8/1/27 to 3f3d70a3 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,890 DEBUG Main knx: 1.1.10 set 8/1/28 to 3f866666 -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,921 DEBUG Main knx: 1.1.10 set 8/1/29 to 3fb851eb -- __init__.py:parse_telegram:181 2014-03-14 08:08:30,942 DEBUG Main knx: 1.1.9 set 4/0/7 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:31,019 DEBUG Main knx: 1.1.9 set 4/0/10 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:31,885 DEBUG Main knx: 1.1.10 set 8/1/15 to 40c00000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:31,915 DEBUG Main knx: 1.1.10 set 8/1/18 to 438c8000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:31,938 DEBUG Main knx: 1.1.254 set 0/1/50 to 07f8 -- __init__.py:parse_telegram:181 2014-03-14 08:08:31,964 DEBUG Main knx: 1.1.10 set 8/1/19 to 42b80000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:31,989 DEBUG Main knx: 1.1.12 set 8/0/7 to 457a0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:32,016 DEBUG Main knx: 1.1.11 set 8/2/9 to 3ba3d70a -- __init__.py:parse_telegram:181 2014-03-14 08:08:32,041 DEBUG Main knx: 1.1.10 set 8/1/20 to 42d00000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:32,065 DEBUG Main knx: 1.1.254 set 7/2/0 to a80820 -- __init__.py:parse_telegram:181 2014-03-14 08:08:32,102 DEBUG Main knx: 1.1.254 set 7/2/1 to 0e030e -- __init__.py:parse_telegram:181 2014-03-14 08:08:32,294 DEBUG Main knx: 1.1.254 set 0/1/51 to 6e -- __init__.py:parse_telegram:181 2014-03-14 08:08:32,323 DEBUG Main knx: 1.1.254 set 0/1/52 to 02e5 -- __init__.py:parse_telegram:181 2014-03-14 08:08:32,362 DEBUG Main knx: 1.1.254 set 0/1/53 to 40f3851f -- __init__.py:parse_telegram:181 2014-03-14 08:08:33,541 WARNING sma sma: rx - unknown/malformed response! -- __init__.py:run:312 2014-03-14 08:08:33,562 WARNING sma sma: rx - len=44 data=[0x7e, 0xff, 0x03, 0x60, 0x65, 0x09, 0x90, 0xf4, 0x41, 0x2d, 0x25, 0x80, 0x00, 0x00, 0xe0, 0xb5, 0x00, 0x1c, 0x46, 0x2d, 0x12, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x0c, 0x80, 0x01, 0x02, 0x80, 0x51, 0x00, 0x64, 0x41, 0x00, 0xff, 0x64, 0x41, 0x00, 0x84, 0x42, 0x7e] -- __init__.py:run:313 2014-03-14 08:08:33,577 WARNING sma sma: sma2-seq=32780 / sma2-data=[0x01 0x02 0x80 0x51 0x00 0x64 0x41 0x00 0xff 0x64 0x41 0x00 0x84 0x42 0x7e] -- __init__.py:run:315 2014-03-14 08:08:33,846 DEBUG Main knx: 1.1.19 set 1/0/0 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:33,911 DEBUG Main knx: 1.1.2 set 1/0/1 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:33,978 DEBUG Main KNX: 15.15.255 read 1/0/0 -- __init__.py:parse_telegram:203 2014-03-14 08:08:33,999 DEBUG Main knx: 1.1.50 set 7/3/0 to 01 -- __init__.py:parse_telegram:181 2014-03-14 08:08:34,019 DEBUG Main knx: 1.1.2 set 1/0/0 to 00 -- __init__.py:parse_telegram:181 2014-03-14 08:08:35,014 DEBUG Main knx: 1.1.12 set 8/0/6 to 001100a2 -- __init__.py:parse_telegram:181 2014-03-14 08:08:36,470 DEBUG Main knx: 1.1.254 set 0/0/4 to 0cd5 -- __init__.py:parse_telegram:181 2014-03-14 08:08:36,896 DEBUG Main knx: 1.1.10 set 8/1/15 to 40e00000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:36,923 DEBUG Main knx: 1.1.10 set 8/1/18 to 438e0000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:36,953 DEBUG Main knx: 1.1.10 set 8/1/19 to 42b60000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:36,983 DEBUG Main knx: 1.1.10 set 8/1/20 to 42d00000 -- __init__.py:parse_telegram:181 2014-03-14 08:08:37,017 DEBUG Main knx: 1.1.11 set 8/2/9 to 3ba3d70a -- __init__.py:parse_telegram:181 2014-03-14 08:08:37,312 DEBUG Main knx: 1.1.10 set 8/1/3 to 00001987 -- __init__.py:parse_telegram:181 2014-03-14 08:08:37,339 DEBUG Main knx: 1.1.10 set 8/1/4 to 00000081 -- __init__.py:parse_telegram:181 2014-03-14 08:08:37,369 DEBUG Main knx: 1.1.10 set 8/1/5 to 000000eb -- __init__.py:parse_telegram:181 2014-03-14 08:08:37,399 DEBUG Main knx: 1.1.10 set 8/1/6 to 00000840 -- __init__.py:parse_telegram:181 2014-03-14 08:08:37,924 INFO Main Number of Threads: 8 -- smarthome.py:stop:348 2014-03-14 08:08:37,930 INFO Main Stop Plugins -- plugin.py:stop:70 2014-03-14 08:08:38,556 WARNING sma sma: rx - unknown/malformed response! -- __init__.py:run:312 2014-03-14 08:08:38,572 WARNING sma sma: rx - len=44 data=[0x7e, 0xff, 0x03, 0x60, 0x65, 0x09, 0x90, 0xf4, 0x41, 0x2d, 0x25, 0x80, 0x00, 0x00, 0xe0, 0xb5, 0x00, 0x1c, 0x46, 0x2d, 0x12, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x0d, 0x80, 0x01, 0x02, 0x00, 0x58, 0x00, 0x34, 0x82, 0x00, 0xff, 0x34, 0x82, 0x00, 0x4f, 0xb6, 0x7e] -- __init__.py:run:313 2014-03-14 08:08:38,582 WARNING sma sma: sma2-seq=32781 / sma2-data=[0x01 0x02 0x00 0x58 0x00 0x34 0x82 0x00 0xff 0x34 0x82 0x00 0x4f 0xb6 0x7e] -- __init__.py:run:315 2014-03-14 08:08:44,280 DEBUG Main KNX: closing socket 127.0.0.1:6720 -- connection.py:close:303 2014-03-14 08:08:44,599 DEBUG sma sma: connection to inverter closed -- __init__.py:run:321 2014-03-14 08:08:44,606 INFO Main SmartHome.py stopped -- smarthome.py:stop:372 Init SmartHome.py 1.0-32-gfd0043e+
Kommentar