Ankündigung

Einklappen
Keine Ankündigung bisher.

error saving config

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

    #16
    Hi Hendrik,

    Zitat von henfri Beitrag anzeigen
    Wo kann ich weiter suchen?
    Du kannst SH.py mal im Debugmodus (-d oder -n) starten.

    Dann solltest Du die gesammte Kommunikation sehen.

    Bis bald

    Marcus

    Kommentar


      #17
      Re: error saving config

      das hab ich ja schon. da ist keinerlei Kommunikation zu sehen.
      ich poste heure Abend ein log

      Kommentar


        #18
        Hi Hendrik,

        Zitat von henfri Beitrag anzeigen
        Code:
        tcp        0      0 0.0.0.0:2424            0.0.0.0:*               LISTEN
        tcp      490      0 192.168.177.3:2424      192.168.177.20:[COLOR="red"]49321[/COLOR]    VERBUNDEN
        tcp      491      0 192.168.177.3:2424      192.168.177.20:[COLOR="Red"]49263[/COLOR]    CLOSE_WAIT
        Wo kann ich weiter suchen?
        ändern sich die Ports?

        Bis bald

        Marcus

        Kommentar


          #19
          Hallo,

          ändern sich in Abhängigkeit von was?
          So sieht es jetzt aus:
          Code:
          root@homeserver:~# netstat -na | grep 2424
          tcp        0      0 0.0.0.0:2424            0.0.0.0:*               LISTEN
          root@homeserver:~# netstat -na | grep 2424
          tcp        0      0 0.0.0.0:2424            0.0.0.0:*               LISTEN
          tcp      490      0 192.168.177.3:2424      192.168.177.20:50336    VERBUNDEN
          Der erste Aufruf war vor der Verbindung mit dem Browser, der Zweite danach.

          Unten mal das Log.

          Gruß&danke für deine Hilfe,
          Hendrik

          Code:
          root@homeserver:~# /usr/local/smarthome/bin/smarthome.py -n -d
          2013-08-02 22:27:27,144 SmartHome.py INFO     Start SmartHome.py 0.9-7-g0d34a2e -- smarthome.py:__init__:192
          2013-08-02 22:27:27,145 SmartHome.py DEBUG    Python 2.7.3 -- smarthome.py:__init__:193
          2013-08-02 22:27:27,145 SmartHome.py INFO     Init Scheduler -- scheduler.py:__init__:53
          2013-08-02 22:27:27,145 Scheduler    DEBUG    creating 5 workers -- scheduler.py:run:59
          2013-08-02 22:27:27,146 SmartHome.py INFO     Init Plugins -- smarthome.py:__init__:208
          2013-08-02 22:27:27,147 SmartHome.py DEBUG    Plugin: knx -- plugin.py:__init__:42
          2013-08-02 22:27:27,150 SmartHome.py DEBUG    Plugin: rrd -- plugin.py:__init__:42
          2013-08-02 22:27:27,152 SmartHome.py WARNING  Plugin rrd exception: No module named rrdtool -- plugin.py:__init__:56
          2013-08-02 22:27:27,152 SmartHome.py DEBUG    Plugin: visu -- plugin.py:__init__:42
          2013-08-02 22:27:27,160 SmartHome.py DEBUG    Plugin: sql -- plugin.py:__init__:42
          2013-08-02 22:27:27,162 SmartHome.py DEBUG    SQLite 3.7.9 -- __init__.py:__init__:60
          2013-08-02 22:27:27,164 SmartHome.py DEBUG    sqlite next time: 2013-08-03 03:02:00+02:00 -- scheduler.py:_next_time:238
          2013-08-02 22:27:27,164 SmartHome.py DEBUG    Plugin: squeezebox -- plugin.py:__init__:42
          2013-08-02 22:27:27,165 SmartHome.py DEBUG    Plugin: ow -- plugin.py:__init__:42
          2013-08-02 22:27:27,166 SmartHome.py INFO     Onewire: connected to 127.0.0.1:4304 -- __init__.py:connect:67
          2013-08-02 22:27:27,167 SmartHome.py INFO     Init Items -- smarthome.py:__init__:210
          2013-08-02 22:27:27,167 SmartHome.py WARNING  Problem reading 1w_items.conf: local variable 'parent' referenced before assignment -- smarthome.py:__init__:216
          2013-08-02 22:27:27,169 SmartHome.py DEBUG    knx: Counter listen on 6/7/0 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,172 SmartHome.py DEBUG    knx: eg.wohnzimmer.light.level listen on 1/1/163 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,172 SmartHome.py DEBUG    knx: Light listen on 1/1/160 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,174 SmartHome.py DEBUG    knx: aussen.dach.sens_umwelt aussen temp nord ost listen on 6/5/1 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,177 SmartHome.py DEBUG    knx: multimedia.zones listen on 9/1/55 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,177 SmartHome.py DEBUG    knx: multimedia.zones listen on and init with 9/1/55 -- __init__.py:parse_item:239
          2013-08-02 22:27:27,179 SmartHome.py DEBUG    knx: multimedia.power listen on 9/1/0 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,179 SmartHome.py DEBUG    knx: multimedia.TunerCDToggle listen on 9/1/1 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,179 SmartHome.py DEBUG    knx: multimedia.MasterVolume_updown listen on 9/1/3 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,180 SmartHome.py DEBUG    knx: multimedia.MasterMute listen on 9/1/4 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,180 SmartHome.py DEBUG    knx: multimedia.ZoneAToggle listen on 9/1/5 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,180 SmartHome.py DEBUG    knx: multimedia.ZoneBToggle listen on 9/1/6 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,181 SmartHome.py DEBUG    knx: multimedia.ZoneCToggle listen on 9/1/7 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,181 SmartHome.py DEBUG    knx: multimedia.ZoneDToggle listen on 9/1/8 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,181 SmartHome.py DEBUG    knx: multimedia.TunerPresetUpDown listen on 9/1/10 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,182 SmartHome.py DEBUG    knx: multimedia.Zone2Toggle listen on 9/1/12 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,182 SmartHome.py DEBUG    knx: multimedia.Zone2VolUpDown listen on 9/1/13 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,182 SmartHome.py DEBUG    knx: multimedia.Zone2MuteToggle listen on 9/1/14 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,183 SmartHome.py DEBUG    knx: multimedia.Zone2InputToggle listen on 9/1/15 -- __init__.py:parse_item:230
          2013-08-02 22:27:27,187 SmartHome.py WARNING  knx: Ignoring Squeezebox.Name unknown dpt: 16.001 -- __init__.py:parse_item:220
          2013-08-02 22:27:27,188 SmartHome.py DEBUG    squeezebox: Squeezebox.Name receives updates by "00:04:20:27:a7:28 name" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,188 SmartHome.py DEBUG    squeezebox: Squeezebox.Name is send to "00:04:20:27:a7:28 name {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,188 SmartHome.py DEBUG    squeezebox: Squeezebox.IP receives updates by "player ip 00:04:20:27:a7:28" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,189 SmartHome.py DEBUG    squeezebox: Squeezebox.Signal_Strength receives updates by "00:04:20:27:a7:28 signalstrength" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,189 SmartHome.py DEBUG    knx: Squeezebox.Power listen on and init with 9/2/1 -- __init__.py:parse_item:239
          2013-08-02 22:27:27,189 SmartHome.py DEBUG    squeezebox: Squeezebox.Power receives updates by "00:04:20:27:a7:28 prefset server power" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,189 SmartHome.py DEBUG    squeezebox: Squeezebox.Power is initialized by "00:04:20:27:a7:28 power" -- __init__.py:parse_item:75
          2013-08-02 22:27:27,189 SmartHome.py DEBUG    squeezebox: Squeezebox.Power is send to "00:04:20:27:a7:28 power {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,190 SmartHome.py DEBUG    knx: Squeezebox.Mute listen on and init with 9/2/2 -- __init__.py:parse_item:239
          2013-08-02 22:27:27,190 SmartHome.py DEBUG    squeezebox: Squeezebox.Mute receives updates by "00:04:20:27:a7:28 prefset server mute" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,190 SmartHome.py DEBUG    squeezebox: Squeezebox.Mute is initialized by "00:04:20:27:a7:28 mixer muting" -- __init__.py:parse_item:75
          2013-08-02 22:27:27,190 SmartHome.py DEBUG    squeezebox: Squeezebox.Mute is send to "00:04:20:27:a7:28 mixer muting {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,190 SmartHome.py DEBUG    squeezebox: Squeezebox.Volume receives updates by "00:04:20:27:a7:28 prefset server volume" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,190 SmartHome.py DEBUG    squeezebox: Squeezebox.Volume is initialized by "00:04:20:27:a7:28 mixer volume" -- __init__.py:parse_item:75
          2013-08-02 22:27:27,190 SmartHome.py DEBUG    squeezebox: Squeezebox.Volume is send to "00:04:20:27:a7:28 mixer volume {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,191 SmartHome.py DEBUG    squeezebox: Squeezebox.Volume_Up is send to "00:04:20:27:a7:28 button volup" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,191 SmartHome.py DEBUG    squeezebox: Squeezebox.Volume_Down is send to "00:04:20:27:a7:28 button voldown" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,191 SmartHome.py DEBUG    knx: Squeezebox.Play listen on and init with 9/2/5 -- __init__.py:parse_item:239
          2013-08-02 22:27:27,191 SmartHome.py DEBUG    squeezebox: Squeezebox.Play receives updates by "00:04:20:27:a7:28 play" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,191 SmartHome.py DEBUG    squeezebox: Squeezebox.Play is initialized by "00:04:20:27:a7:28 mode" -- __init__.py:parse_item:75
          2013-08-02 22:27:27,191 SmartHome.py DEBUG    squeezebox: Squeezebox.Play is send to "00:04:20:27:a7:28 play" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,192 SmartHome.py DEBUG    knx: Squeezebox.Stop listen on and init with 9/2/6 -- __init__.py:parse_item:239
          2013-08-02 22:27:27,192 SmartHome.py DEBUG    squeezebox: Squeezebox.Stop receives updates by "00:04:20:27:a7:28 stop" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,192 SmartHome.py DEBUG    squeezebox: Squeezebox.Stop is initialized by "00:04:20:27:a7:28 mode" -- __init__.py:parse_item:75
          2013-08-02 22:27:27,192 SmartHome.py DEBUG    squeezebox: Squeezebox.Stop is send to "00:04:20:27:a7:28 stop" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,192 SmartHome.py DEBUG    knx: Squeezebox.Pause listen on and init with 9/2/7 -- __init__.py:parse_item:239
          2013-08-02 22:27:27,192 SmartHome.py DEBUG    squeezebox: Squeezebox.Pause receives updates by "00:04:20:27:a7:28 pause" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,192 SmartHome.py DEBUG    squeezebox: Squeezebox.Pause is initialized by "00:04:20:27:a7:28 mode" -- __init__.py:parse_item:75
          2013-08-02 22:27:27,193 SmartHome.py DEBUG    squeezebox: Squeezebox.Pause is send to "00:04:20:27:a7:28 pause {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,193 SmartHome.py WARNING  knx: Ignoring Squeezebox.Current_Title unknown dpt: 16.001 -- __init__.py:parse_item:220
          2013-08-02 22:27:27,193 SmartHome.py DEBUG    squeezebox: Squeezebox.Current_Title receives updates by "00:04:20:27:a7:28 playlist newsong" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,193 SmartHome.py DEBUG    squeezebox: Squeezebox.Current_Title is initialized by "00:04:20:27:a7:28 current_title" -- __init__.py:parse_item:75
          2013-08-02 22:27:27,193 SmartHome.py DEBUG    squeezebox: Squeezebox.Genre receives updates by "00:04:20:27:a7:28 genre" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,194 SmartHome.py DEBUG    squeezebox: Squeezebox.Artist receives updates by "00:04:20:27:a7:28 artist" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,194 SmartHome.py DEBUG    squeezebox: Squeezebox.Album receives updates by "00:04:20:27:a7:28 album" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,194 SmartHome.py DEBUG    squeezebox: Squeezebox.Title receives updates by "00:04:20:27:a7:28 title" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,194 SmartHome.py DEBUG    squeezebox: Squeezebox.Duration receives updates by "00:04:20:27:a7:28 duration" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,194 SmartHome.py DEBUG    squeezebox: Squeezebox.Time receives updates by "00:04:20:27:a7:28 time" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,195 SmartHome.py DEBUG    squeezebox: Squeezebox.Time is send to "00:04:20:27:a7:28 time {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,195 SmartHome.py DEBUG    squeezebox: Squeezebox.Playlist_Index receives updates by "00:04:20:27:a7:28 playlist index" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,195 SmartHome.py DEBUG    squeezebox: Squeezebox.Playlist_Index is send to "00:04:20:27:a7:28 playlist index {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,195 SmartHome.py DEBUG    squeezebox: Squeezebox.Playlist_Forward is send to "00:04:20:27:a7:28 playlist index +1" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,195 SmartHome.py DEBUG    squeezebox: Squeezebox.Playlist_Backward is send to "00:04:20:27:a7:28 playlist index -1" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,196 SmartHome.py DEBUG    squeezebox: Squeezebox.Playlist_Name receives updates by "00:04:20:27:a7:28 playlist name" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,196 SmartHome.py DEBUG    squeezebox: Squeezebox.Playlist_Name is send to "00:04:20:27:a7:28 playlist name {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,196 SmartHome.py DEBUG    squeezebox: Squeezebox.Playlist_Save is send to "00:04:20:27:a7:28 playlist save {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,196 SmartHome.py DEBUG    squeezebox: Squeezebox.Playlist_Load is send to "00:04:20:27:a7:28 playlist load {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,197 SmartHome.py DEBUG    squeezebox: Squeezebox.Playlist_Load_Internetradio is send to "00:04:20:27:a7:28 playlist load file:///home/robert/playlists/Internetradio.m3u" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,197 SmartHome.py DEBUG    squeezebox: Squeezebox.Repeat receives updates by "00:04:20:27:a7:28 playlist repeat" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,197 SmartHome.py DEBUG    squeezebox: Squeezebox.Repeat is send to "00:04:20:27:a7:28 playlist repeat {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,197 SmartHome.py DEBUG    squeezebox: Squeezebox.Repeat_Song is send to "00:04:20:27:a7:28 playlist repeat 1" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,198 SmartHome.py DEBUG    squeezebox: Squeezebox.Repeat_Playlist is send to "00:04:20:27:a7:28 playlist repeat 2" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,198 SmartHome.py DEBUG    squeezebox: Squeezebox.Repeat_None is send to "00:04:20:27:a7:28 playlist repeat 0" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,198 SmartHome.py DEBUG    squeezebox: Squeezebox.Shuffle receives updates by "00:04:20:27:a7:28 playlist shuffle" -- __init__.py:parse_item:63
          2013-08-02 22:27:27,198 SmartHome.py DEBUG    squeezebox: Squeezebox.Shuffle is send to "00:04:20:27:a7:28 playlist shuffle {}" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,198 SmartHome.py DEBUG    squeezebox: Squeezebox.Shuffle_By_Song is send to "00:04:20:27:a7:28 playlist shuffle 1" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,199 SmartHome.py DEBUG    squeezebox: Squeezebox.Shuffle_By_Album is send to "00:04:20:27:a7:28 playlist shuffle 2" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,199 SmartHome.py DEBUG    squeezebox: Squeezebox.Shuffle_None is send to "00:04:20:27:a7:28 playlist shuffle 0" -- __init__.py:parse_item:90
          2013-08-02 22:27:27,201 SmartHome.py DEBUG    Triggering Allgemein.Stromzaehler.Zaehlerstand - by: Init source: None dest: None value: None -- scheduler.py:trigger:117
          2013-08-02 22:27:27,201 SmartHome.py DEBUG    Triggering Allgemein.Stromzaehler.Momentanleistung_1min - by: Init source: None dest: None value: None -- scheduler.py:trigger:117
          2013-08-02 22:27:27,201 SmartHome.py INFO     Start Plugins -- plugin.py:start:63
          2013-08-02 22:27:27,204 visu         DEBUG    series next time: 2013-08-02 22:27:33+02:00 -- scheduler.py:_next_time:238
          2013-08-02 22:27:27,204 ow           DEBUG    1w-disc next time: 2013-08-02 22:27:27+02:00 -- scheduler.py:_next_time:238
          2013-08-02 22:27:27,204 SmartHome.py INFO     Start Logics -- logic.py:__init__:32
          2013-08-02 22:27:27,205 SmartHome.py DEBUG    reading logics from /usr/local/smarthome/etc/logic.conf -- logic.py:__init__:38
          2013-08-02 22:27:27,205 SmartHome.py DEBUG    Logic: ByteToBit -- logic.py:__init__:45
          2013-08-02 22:27:27,207 SmartHome.py DEBUG    Logic: EventRequest -- logic.py:__init__:45
          2013-08-02 22:27:27,208 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/0 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,208 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/1 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,208 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/3 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,208 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/4 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,208 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/5 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,208 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/6 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,209 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/7 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,209 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/8 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,209 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/10 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,209 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/12 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,209 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/13 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,209 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/14 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,209 SmartHome.py DEBUG    knx: <lib.logic.Logic instance at 0x2039c20> listen on 9/1/15 -- __init__.py:parse_logic:289
          2013-08-02 22:27:27,210 SmartHome.py DEBUG    Logic: wunderground -- logic.py:__init__:45
          2013-08-02 22:27:27,211 SmartHome.py DEBUG    wunderground next time: 2013-08-02 22:33:00+02:00 -- scheduler.py:_next_time:238
          2013-08-02 22:27:27,215 Allgemein.Stromzaehler.Momentanleistung_1min WARNING  Method Allgemein.Stromzaehler.Momentanleistung_1min exception: near "<": syntax error -- scheduler.py:_task:295
          2013-08-02 22:27:27,370 sh.con       DEBUG    knx: enable group monitor -- __init__.py:handle_connect:110
          2013-08-02 22:27:27,371 sh.con       DEBUG    knx: init read -- __init__.py:handle_connect:116
          2013-08-02 22:27:27,376 sh.gc        DEBUG    Garbage collector: collected 1141 objects. -- smarthome.py:_garbage_collection:345
          2013-08-02 22:27:27,377 sh.con       INFO     KNX: connected to 127.0.0.1:6720 -- my_asynchat.py:connect:69
          2013-08-02 22:27:27,379 sh.con       DEBUG    Sending request: listen 1 -- __init__.py:_send:127
          2013-08-02 22:27:27,380 sh.con       DEBUG    squeezebox: init read -- __init__.py:handle_connect:204
          2013-08-02 22:27:27,380 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 name ? -- __init__.py:_send:127
          2013-08-02 22:27:27,381 sh.con       DEBUG    Sending request: player ip 00:04:20:27:a7:28 ? -- __init__.py:_send:127
          2013-08-02 22:27:27,381 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 signalstrength ? -- __init__.py:_send:127
          2013-08-02 22:27:27,381 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 power ? -- __init__.py:_send:127
          2013-08-02 22:27:27,381 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 mixer muting ? -- __init__.py:_send:127
          2013-08-02 22:27:27,381 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 mixer volume ? -- __init__.py:_send:127
          2013-08-02 22:27:27,382 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 mode ? -- __init__.py:_send:127
          2013-08-02 22:27:27,382 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 current_title ? -- __init__.py:_send:127
          2013-08-02 22:27:27,382 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 genre ? -- __init__.py:_send:127
          2013-08-02 22:27:27,382 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 artist ? -- __init__.py:_send:127
          2013-08-02 22:27:27,382 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 album ? -- __init__.py:_send:127
          2013-08-02 22:27:27,383 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 title ? -- __init__.py:_send:127
          2013-08-02 22:27:27,383 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 duration ? -- __init__.py:_send:127
          2013-08-02 22:27:27,383 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 time ? -- __init__.py:_send:127
          2013-08-02 22:27:27,383 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 playlist index ? -- __init__.py:_send:127
          2013-08-02 22:27:27,383 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 playlist name ? -- __init__.py:_send:127
          2013-08-02 22:27:27,384 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 playlist repeat ? -- __init__.py:_send:127
          2013-08-02 22:27:27,384 sh.con       DEBUG    Sending request: 00:04:20:27:a7:28 playlist shuffle ? -- __init__.py:_send:127
          2013-08-02 22:27:27,384 sh.con       INFO     Squeezebox: connected to 192.168.177.3:9090 -- my_asynchat.py:connect:69
          2013-08-02 22:27:27,554 Scheduler    DEBUG    1w-disc next time: 2013-08-02 22:37:27+02:00 -- scheduler.py:_next_time:238
          2013-08-02 22:27:27,555 Scheduler    DEBUG    sh.gc next time: 2013-08-03 02:04:00+02:00 -- scheduler.py:_next_time:238
          2013-08-02 22:27:27,876 1w-disc      INFO     1-Wire: 28.309E1B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:27,876 1w-disc      INFO     1-Wire: 28.14B51B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:27,876 1w-disc      INFO     1-Wire: 28.F412E0020000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:27,877 1w-disc      INFO     1-Wire: 28.EC931B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:27,877 1w-disc      INFO     1-Wire: 28.D24AE0020000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:27,878 1w-disc      INFO     1-Wire: 28.8AC81B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:27,878 1w-disc      INFO     1-Wire: 28.EECD1B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:27,879 1w-disc      INFO     1-Wire: 28.5ED7AA030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,213 SmartHome.py DEBUG    Got: ['listen', '1'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,213 SmartHome.py INFO     Listen-mode enabled -- __init__.py:_parse_response:137
          2013-08-02 22:27:28,213 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'name', 'Radio K\xc3\xbcche'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,213 SmartHome.py DEBUG    Squeezebox.Name = Radio Küche via LMS 192.168.177.3:9090 -- item.py:_update:219
          2013-08-02 22:27:28,214 SmartHome.py DEBUG    Got: ['player', 'ip', '00:04:20:27:a7:28', '192.168.177.27:50330'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,214 SmartHome.py DEBUG    Squeezebox.IP = 192.168.177.27:50330 via LMS 192.168.177.3:9090 -- item.py:_update:219
          2013-08-02 22:27:28,214 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'signalstrength', '100'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,214 SmartHome.py DEBUG    Squeezebox.Signal_Strength = 100 via LMS 192.168.177.3:9090 -- item.py:_update:219
          2013-08-02 22:27:28,215 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'power', '0'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,215 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'mixer', 'muting'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,215 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'mixer', 'volume', '22'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,215 SmartHome.py DEBUG    Squeezebox.Volume = 22 via LMS 192.168.177.3:9090 -- item.py:_update:219
          2013-08-02 22:27:28,216 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'mode', 'stop'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,216 SmartHome.py DEBUG    Squeezebox.Stop = True via LMS 192.168.177.3:9090 -- item.py:_update:219
          2013-08-02 22:27:28,218 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'current_title', 'NDR 2 (Hamburg)'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,218 SmartHome.py DEBUG    Squeezebox.Current_Title = NDR 2 (Hamburg) via LMS 192.168.177.3:9090 -- item.py:_update:219
          2013-08-02 22:27:28,218 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'genre'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,219 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'artist'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,219 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'album'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,220 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'title', 'NDR 2 (Hamburg)'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,220 SmartHome.py DEBUG    Squeezebox.Title = NDR 2 (Hamburg) via LMS 192.168.177.3:9090 -- item.py:_update:219
          2013-08-02 22:27:28,220 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'duration', '0'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,220 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'time', '0'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,221 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'playlist', 'index', '0'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,221 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'playlist', 'name', 'NDR 2 (Hamburg)'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,221 SmartHome.py DEBUG    Squeezebox.Playlist_Name = NDR 2 (Hamburg) via LMS 192.168.177.3:9090 -- item.py:_update:219
          2013-08-02 22:27:28,221 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'playlist', 'repeat', '0'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,222 SmartHome.py DEBUG    Got: ['00:04:20:27:a7:28', 'playlist', 'shuffle', '0'] -- __init__.py:_parse_response:132
          2013-08-02 22:27:28,222 SmartHome.py DEBUG    0.0.0 read 9/1/55 -- __init__.py:parse_telegram:198
          2013-08-02 22:27:28,222 SmartHome.py DEBUG    0.0.0 read 9/2/1 -- __init__.py:parse_telegram:198
          2013-08-02 22:27:28,222 SmartHome.py DEBUG    0.0.0 read 9/2/2 -- __init__.py:parse_telegram:198
          2013-08-02 22:27:28,223 SmartHome.py DEBUG    0.0.0 read 9/2/5 -- __init__.py:parse_telegram:198
          2013-08-02 22:27:28,223 SmartHome.py DEBUG    0.0.0 read 9/2/6 -- __init__.py:parse_telegram:198
          2013-08-02 22:27:28,223 SmartHome.py DEBUG    0.0.0 read 9/2/7 -- __init__.py:parse_telegram:198
          2013-08-02 22:27:28,223 SmartHome.py DEBUG    knx: 1.0.36 set 6/2/20 to d 23 -- __init__.py:parse_telegram:180
          2013-08-02 22:27:28,223 SmartHome.py DEBUG    knx: 1.0.35 set 9/1/55 to 0 -- __init__.py:parse_telegram:185
          2013-08-02 22:27:28,224 SmartHome.py DEBUG    multimedia.zones = 0 via KNX 1.0.35 -- item.py:_update:219
          2013-08-02 22:27:28,224 SmartHome.py DEBUG    Triggering ByteToBit - by: Item source: multimedia.zones dest: None value: 0 -- scheduler.py:trigger:117
          2013-08-02 22:27:28,225 SmartHome.py DEBUG    knx: 0.0.0 set 9/2/6 to True -- __init__.py:parse_telegram:185
          2013-08-02 22:27:28,241 ByteToBit    DEBUG    multimedia.zoneAactive = False via Logic None -- item.py:_update:219
          2013-08-02 22:27:28,242 ByteToBit    DEBUG    multimedia.zoneBactive = False via Logic None -- item.py:_update:219
          2013-08-02 22:27:28,242 ByteToBit    DEBUG    multimedia.zoneCactive = False via Logic None -- item.py:_update:219
          2013-08-02 22:27:28,243 ByteToBit    DEBUG    multimedia.zoneDactive = False via Logic None -- item.py:_update:219
          2013-08-02 22:27:28,244 SmartHome.py DEBUG    knx: 0.0.0 set 9/1/56 to 0 -- __init__.py:parse_telegram:180
          2013-08-02 22:27:28,244 SmartHome.py DEBUG    knx: 0.0.0 set 9/1/57 to 0 -- __init__.py:parse_telegram:180
          2013-08-02 22:27:28,244 SmartHome.py DEBUG    knx: 0.0.0 set 9/1/58 to 0 -- __init__.py:parse_telegram:180
          2013-08-02 22:27:28,245 SmartHome.py DEBUG    knx: 0.0.0 set 9/1/59 to 0 -- __init__.py:parse_telegram:180
          2013-08-02 22:27:28,275 1w-disc      INFO     1-Wire: 28.00A61B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,275 1w-disc      INFO     1-Wire: 28.88A61B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,275 1w-disc      INFO     1-Wire: 28.28C21B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,276 1w-disc      INFO     1-Wire: 28.24931B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,276 1w-disc      INFO     1-Wire: 28.62C41B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,277 1w-disc      INFO     1-Wire: 28.D2C61B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,277 1w-disc      INFO     1-Wire: 28.F29C1B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,277 1w-disc      INFO     1-Wire: 28.7A921B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,277 1w-disc      INFO     1-Wire: 28.FACE1B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,278 1w-disc      INFO     1-Wire: 28.86AE1B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,278 1w-disc      INFO     1-Wire: 28.F633E0020000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,278 1w-disc      INFO     1-Wire: 28.E94AE0020000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,278 1w-disc      INFO     1-Wire: 28.55C11B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,279 1w-disc      INFO     1-Wire: 28.BFBA1B030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
          2013-08-02 22:27:28,279 1w-disc      INFO     1-Wire: 3A.DE8E07000000 with sensors: IA, IB, OB, OA -- __init__.py:_discovery:390
          2013-08-02 22:27:28,279 1w-disc      INFO     1-Wire: 3A.E19307000000 with sensors: IA, IB, OB, OA -- __init__.py:_discovery:390
          2013-08-02 22:27:28,376 1w-disc      DEBUG    1-Wire: sensor 26.4AA02E010000 voltage: 4.91 -- __init__.py:identify_sensor:192
          2013-08-02 22:27:28,376 1w-disc      INFO     1-Wire: 26.4AA02E010000 with sensors: VDD, H, T, L -- __init__.py:_discovery:390
          2013-08-02 22:27:28,472 1w-disc      DEBUG    1-Wire: sensor 26.A1B930010000 voltage: 4.91 -- __init__.py:identify_sensor:192
          2013-08-02 22:27:28,472 1w-disc      INFO     1-Wire: 26.A1B930010000 with sensors: VDD, H, T, L -- __init__.py:_discovery:390
          2013-08-02 22:27:28,568 1w-disc      DEBUG    1-Wire: sensor 26.5BAE30010000 voltage: 4.92 -- __init__.py:identify_sensor:192
          2013-08-02 22:27:28,568 1w-disc      INFO     1-Wire: 26.5BAE30010000 with sensors: V -- __init__.py:_discovery:390
          2013-08-02 22:27:28,664 1w-disc      DEBUG    1-Wire: sensor 26.CFA82E010000 voltage: 4.92 -- __init__.py:identify_sensor:192
          2013-08-02 22:27:28,664 1w-disc      INFO     1-Wire: 26.CFA82E010000 with sensors: V -- __init__.py:_discovery:390
          2013-08-02 22:27:28,665 1w-disc      INFO     1-Wire: 81.C0912F000000 with sensors: BM -- __init__.py:_discovery:390
          2013-08-02 22:27:28,706 ow           DEBUG    1w-sen next time: 2013-08-02 22:27:28+02:00 -- scheduler.py:_next_time:238
          2013-08-02 22:27:28,799 1w-sen       DEBUG    cycle takes 1.90734863281e-06 seconds -- __init__.py:_sensor_cycle:365
          2013-08-02 22:27:28,958 Scheduler    DEBUG    1w-sen next time: 2013-08-02 22:32:28+02:00 -- scheduler.py:_next_time:238
          2013-08-02 22:27:33,366 Scheduler    DEBUG    series next time: 2013-08-02 22:27:43+02:00 -- scheduler.py:_next_time:238
          2013-08-02 22:27:34,047 SmartHome.py DEBUG    knx: 1.0.5 set 6/7/0 to 22560 -- __init__.py:parse_telegram:185
          2013-08-02 22:27:34,047 SmartHome.py DEBUG    Allgemein.Stromzaehler.Counter = 22560 via KNX 1.0.5 -- item.py:_update:219
          2013-08-02 22:27:43,385 Scheduler    DEBUG    series next time: 2013-08-02 22:27:53+02:00 -- scheduler.py:_next_time:238

          Kommentar


            #20
            Hallo Hendrik,

            kannst Du bitte mal ein bisschen was zu der Umgebung posten.

            Umzug von welchem OS und Version auf was.
            Welchen Browser verwendest Du? Cache geleert?
            tmp-Verzeichnis der smartVISU geleert?
            Bitte poste auch die config.php

            Danke

            Marcus

            Kommentar


              #21
              Hallo,

              der Umzug war von zentyal 3.0 auf ubuntu 12.04, also quasi von 12.04 auf 12.04, eben alles neu installiert.

              Der Browser ist Chrome, cache geleert.
              temp habe ich jetzt auch gelöscht.

              Anbei die config.php.

              Gruß&nochmal danke!

              Hendrik
              Code:
              <?php
              /**
               * -----------------------------------------------------------------------------
               * @package     smartVISU
               * @author      Martin Gleiß
               * @copyright   2012
               * @license     GPL <http://www.gnu.de>
               * -----------------------------------------------------------------------------
               */
              
              
              // -----------------------------------------------------------------------------
              // C O M M U N I C A T I O N
              // -----------------------------------------------------------------------------
              
                /**
                  * The backend
                  */
                  define ('config_driver',                'smarthome.py');
              
                /**
                  * The address, might be a url or filename
                  */
                  define ('config_driver_address',        '192.168.177.3');
              
                /**
                  * The port, if the driver needs one
                  */
                  define ('config_driver_port',           '2424');
              
                /**
                  * Use the realtime-mode if possible
                  */
                  define ('config_driver_realtime',       true);
              
              
              // -----------------------------------------------------------------------------
              // U S E R - I N T E R F A C E
              // -----------------------------------------------------------------------------
              
                /**
                  * The name of the stylesheet. Results in NAME.min.css
                  * You may change your design with the jquerymobile theme roller
                  *
                  * @link     http://jquerymobile.com/themeroller/
                  */
                  define ('config_design',                'night');
              
                /**
                  * smartVISU supports different projects, located under 'pages'
                  * this is the directory for your project
                  */
                  define ('config_pages',                 'smarthome');
              
                /**
                  * Select your language. Some widgets are multilanguage
                  */
                  define ('config_lang',                  'en');
              
                /**
                  * The default page loaded in the project directory
                  */
                  define ('config_index',                 'index');
              
                /**
                  * The title of the html-pages
                  */
                  define ('config_title',                 'YOUR NAME [smartVISU]');
              
                /**
                  * Is the page-cache enabled?
                  */
                  define ('config_cache',                 false);
              
                /**
                  * Is the client-dom-cache enabled?
                  */
                  define ('config_cache_dom',             true);
              
                /**
                  * How is the page-transition made?
                  * 'none', 'fade' (default), 'slide'
                  */
                  define ('config_transition',                'none');
              
                /**
                  * Should some html-elements and widgets be animated?
                  */
                  define ('config_animation',             false);
              
                /**
                  * the refresh-delay between glued widgets
                  */
                  define ('config_delay',                 '750');
              
              
              // -----------------------------------------------------------------------------
              // W I D G E T S
              // -----------------------------------------------------------------------------
              
                /**
                  * Which service should by used?
                  *
                  * @value    offline: random values
                  * @value    google: google api (deprecated)
                  * @value    wunderground: get key: http://www.wunderground.com/weather/api
                  * @value    yr.no: http://www.yr.no
                  */
                  define ('config_weather_service',       'offline');
              
                /**
                  * What is the default location?
                  */
                  define ('config_weather_location',      'Germany/Bayern/Bremen');
              
                /**
                  * Is there a key for the service?
                  */
                  define ('config_weather_key',           '');
              
              
                /**
                  * Which phone-system should by used?
                  *
                  * @value    offline: random values
                  * @value    auerswald: Auerswald VoiP 5010, 5020, Commander Basic.2
                  * @value    fritz!box: Fritzbox 7050
                  * @value    fritz!box_v5.20: Fritzbox 7390 with fw 5.20+
                  * @value    fritz!box_v5.50: Fritzbox 7390 with fw 5.50
                  */
                  define ('config_phone_service',         'offline');
              
                /**
                  * What is the ip-address of the phone-system?
                  */
                  define ('config_phone_server',          '192.168.x.x');
              
                /**
                  * Is there a user to authenticate?
                  */
                  define ('config_phone_user',            '');
              
                /**
                  * Is there a password to authenticate?
                  */
                  define ('config_phone_pass',            '');
              
              
                /**
                  * Which calender should be used?
                  *
                  * @value    offline: random values
                  * @value    google: Google Calendar
                  */
                  define ('config_calendar_service',      'offline');
              
                /**
                  * What is the private url?
                  */
                  define ('config_calendar_url',          'http://www.google.com/calendar/feeds/...');
              
              
              // -----------------------------------------------------------------------------
              // O P T I M A T I O N S
              // -----------------------------------------------------------------------------
              
                /**
                  * Use the minimised files?
                  * @value    'js' or 'min.js'
                  */
                  define ('config_js',                        'min.js');
              
              
              // -----------------------------------------------------------------------------
              // C O M M O N
              // -----------------------------------------------------------------------------
              
              // Normally, no need to change values here!
              
                /**
                  * Path of smartVISU
                  */
                  define ('const_path',                   dirname(__FILE__).'/');
              
                /**
                  * Path of system-directory
                  */
                  define ('const_path_system',            const_path.'lib/');
              
                /**
                  * Special design variable. Defines the eye cancer of using a flavour.
                  */
                  define ('const_cvsucks',                10);
              
                /**
                  * The timezone
                  */
                  date_default_timezone_set(              'Europe/Berlin');
              
                /**
                  * Change permissions to enable delete in temp dir
                  */
                  umask(                                  0002);
              
                /**
                  * PHP Error-level
                  */
                  error_reporting(                        'E_ALL & ~E_NOTICE');
              ?>
              und :

              Code:
              [visu]
              class_name = WebSocket
              class_path = plugins.visu
              #ip='0.0.0.0'
              port=2424
              #visu_dir = /var/www/smarthome
              smartvisu_dir = /var/www/smartVISU

              Kommentar


                #22
                Moin,

                Hast du eibd auch auf dem Ubuntu laufen?

                Ich habe das bei mir versucht, bekomme es aber nicht ans laufen. Eibd lässt sich starten aber ich bekomme vom Bus keine Meldungen. Also auch nicht mit busmonitor1.
                Über IP. (IPAS MCG)

                Vielleicht könntest du mir mal schreiben wie Du das mit eibd, smarthome.py und visu auf deinem Ubuntu gelöst hast?

                Gruß Lars.


                PS: Sorry etwas OT

                Gesendet von meinem GT-I9300 mit Tapatalk 4 Beta

                Kommentar


                  #23
                  error saving config

                  Hallo Lars,

                  mach bitte einen neuen Thread im diy oder Hauptforum dazu auf.

                  Danke

                  Marcus

                  Kommentar


                    #24
                    Hallo,

                    ja, der eibd läuft, zumindest kann ich mir mit der ETS im Gruppenmonitor Telegramme über den eibd ansehen.

                    @Marcus: Hast du noch eine Idee?

                    Gruß,
                    Hendrik

                    Kommentar


                      #25
                      Hallo Hendrik,

                      ehrlich gesagt bin ich ein bisschen ratlos.

                      Eigentlich sollte sofort eine Meldung (im Log) kommen wenn jemand sich mit dem Port (2424) verbindet.

                      Was passiert bei telnet IP 2424, siehst Du da etwas?

                      Bis bald

                      Marcus

                      Kommentar


                        #26
                        Ja:
                        telnet localhost 2424
                        Trying 127.0.0.1...
                        Connected to localhost.
                        Escape character is '^]'

                        Dabei erscheint aber nix im Log (smarthome.py -n -d)

                        Gruß,
                        Hendrik

                        Kommentar


                          #27
                          Hi,

                          bitte gib mal folgendes ein:

                          Code:
                          netstat -lptu | grep 2424
                          
                          ps aux | grep smarthome.py
                          Bis bald

                          Marcus

                          Kommentar


                            #28
                            Hi Marcus,

                            das sieht doch eigentlich gut aus:
                            Code:
                            root@homeserver:~# netstat -lptu | grep 2424
                            tcp        0      0 *:2424                  *:*                     LISTEN      12264/python
                            root@homeserver:~# ps aux | grep smarthome.py
                            root      1934  0.0  0.0  10896   932 pts/3    S+   22:52   0:00 grep --color=auto smarthome.py
                            root     12264  0.5  0.1 720144 13456 pts/1    Sl+  22:34   0:06 python /usr/local/smarthome/bin/smarthome.py -n -d
                            Kann ich über Telnet sh.py etwas provozieren, so das etwas in das debug-log geschrieben wird?


                            Gruß,
                            Hendrik

                            Kommentar


                              #29
                              Hi Hendrik,

                              ja, das passt alles soweit.

                              Bei mir wird sofort:
                              Code:
                              2013-08-03 23:01:46,168 SmartHome.py INFO     WebSocket: incoming connection from 127.0.0.1:55897 -- __init__.py:handle_accept:115
                              ins Log geschrieben, wenn ich mit Telnet auf den Port gehe.
                              Bis dahin kann Python, oder ich, gar nicht so viel falsch machen.

                              btw. ich entwickle auf Ubuntu 12.04! Und teste gerade mit dem 0.9 Release, wie Du.

                              Ich denk noch mal nach, ist aber echt eine harte Nuss.

                              Bis bald

                              Marcus

                              Kommentar


                                #30
                                Hi Hendrik,

                                kommentier bitte mal das rrd aus der plugin.conf aus.

                                Danke

                                Marcus

                                Kommentar

                                Lädt...
                                X