Ankündigung

Einklappen
Keine Ankündigung bisher.

- √ - 1-Wire Problem

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

    - √ - 1-Wire Problem

    Hi

    ich habe mir mal das PI Image aufgespielt und finde das echt Klasse. Super gemacht.
    Jetzt habe ich meinen USBLINK mit einem Temperatursensor angeschlossen. Es wird auch alles erkannt. Mit OWHTTPD kann ich auch die Temperatur auslesen. In der smarthome.log kommt aber ein Warning

    013-05-22 17:25:52,078 SmartHome.py INFO Start SmartHome.py 0.8-163-g1d0506d -- smarthome.py:__init__:192
    2013-05-22 17:25:52,083 SmartHome.py DEBUG Python 2.7.3 -- smarthome.py:__init__:193
    2013-05-22 17:25:52,089 SmartHome.py INFO Init Scheduler -- scheduler.py:__init__:53
    2013-05-22 17:25:52,094 SmartHome.py INFO Init Plugins -- smarthome.py:__init__:208
    2013-05-22 17:25:52,105 Scheduler DEBUG creating 5 workers -- scheduler.py:run:59
    2013-05-22 17:25:52,117 SmartHome.py DEBUG Plugin: knx -- plugin.py:__init__:42
    2013-05-22 17:25:52,157 SmartHome.py DEBUG Plugin: ow -- plugin.py:__init__:42
    2013-05-22 17:25:52,182 SmartHome.py INFO Onewire: connected to 127.0.0.1:4304 -- __init__.py:connect:67
    2013-05-22 17:25:52,191 SmartHome.py DEBUG Plugin: cli -- plugin.py:__init__:42
    2013-05-22 17:25:52,205 SmartHome.py DEBUG Plugin: visu -- plugin.py:__init__:42
    2013-05-22 17:25:52,299 SmartHome.py DEBUG Plugin: rrd -- plugin.py:__init__:42
    2013-05-22 17:25:52,407 SmartHome.py INFO Init Items -- smarthome.py:__init__:210
    2013-05-22 17:25:52,526 SmartHome.py DEBUG knx: second.sleeping.light.level listen on 3/2/14 -- __init__.pyarse_item:222
    2013-05-22 17:25:52,530 SmartHome.py DEBUG knx: Light listen on 3/2/12 -- __init__.pyarse_item:222
    2013-05-22 17:25:52,772 SmartHome.py DEBUG knx: office.Büro.light.level listen on X/X/X -- __init__.pyarse_item:222
    2013-05-22 17:25:52,776 SmartHome.py DEBUG knx: Lichter listen on X/X/X -- __init__.pyarse_item:222
    2013-05-22 17:25:52,802 SmartHome.py DEBUG knx: Temperatur listen on 1/1/6 -- __init__.pyarse_item:222
    2013-05-22 17:25:52,805 SmartHome.py DEBUG knx: Temperatur reply to 1/1/6 -- __init__.pyarse_item:254
    2013-05-22 17:25:52,808 SmartHome.py INFO 1-Wire: unknown sensor specified for office.Büro.temperature using path: /28.E5C2EB030000/temperature -- __init__.pyarse_item:434
    2013-05-22 17:25:52,950 SmartHome.py INFO Start Plugins -- plugin.py:start:63
    2013-05-22 17:25:52,960 ow DEBUG 1w-disc next time: 2013-05-22 17:25:52+02:00 -- scheduler.py:_next_time:238
    2013-05-22 17:25:52,977 rrd DEBUG rrd next time: 2013-05-22 17:27:32+02:00 -- scheduler.py:_next_time:238
    2013-05-22 17:25:52,981 SmartHome.py INFO Start Logics -- logic.py:__init__:32
    2013-05-22 17:25:52,984 SmartHome.py DEBUG reading logics from /usr/local/smarthome/etc/logic.conf -- logic.py:__init__:38
    2013-05-22 17:25:52,991 SmartHome.py DEBUG Logic: hello -- logic.py:__init__:45
    2013-05-22 17:25:52,999 SmartHome.py WARNING hello: Could not access logic file (hello_world.py) => ignoring. -- logic.py:generate_bytecode:106
    2013-05-22 17:25:53,065 sh.con DEBUG knx: enable group monitor -- __init__.py:handle_connect:106
    2013-05-22 17:25:53,076 sh.con INFO KNX: connected to 127.0.0.1:6720 -- my_asynchat.py:connect:69
    2013-05-22 17:25:53,112 visu DEBUG series next time: 2013-05-22 17:26:01+02:00 -- scheduler.py:_next_time:238
    2013-05-22 17:25:53,190 1w-disc INFO 1-Wire: 28.E5C2EB030000 with sensors: T11, T10, T, T12, T9 -- __init__.py:_discovery:390
    2013-05-22 17:25:53,239 Scheduler DEBUG 1w-disc next time: 2013-05-22 17:35:53+02:00 -- scheduler.py:_next_time:238
    2013-05-22 17:25:53,307 sh.gc DEBUG Garbage collector: collected 929 objects. -- smarthome.py:_garbage_collection:345
    2013-05-22 17:25:53,468 Scheduler DEBUG sh.gc next time: 2013-05-23 02:04:00+02:00 -- scheduler.py:_next_time:238
    2013-05-22 17:25:53,475 ow DEBUG 1w-sen next time: 2013-05-22 17:25:53+02:00 -- scheduler.py:_next_time:238
    2013-05-22 17:25:53,882 Scheduler DEBUG 1w-sen next time: 2013-05-22 17:26:03+02:00 -- scheduler.py:_next_time:238
    2013-05-22 17:25:54,522 1w-sen WARNING Method 1w-sen exception: 'ascii' codec can't decode byte 0xfc in position 8: ordinal not in range(128) -- scheduler.py:_task:287

    jemand eine Idee

    Grüße

    #2
    These: er verkraftet das ü in Büro nicht?

    Kommentar


      #3
      Hallo Ronny,

      freut mich das Dir das Image gefällt.

      Zitat von Robert Beitrag anzeigen
      These: er verkraftet das ü in Büro nicht?
      +1: Items dürfen nur aus ASCII Zeichen bestehen.

      Siehe Doku. Bei `name` kann man Umlaute verwenden.

      Bis bald

      Marcus

      Kommentar


        #4
        Danke, Danke

        Mist das hatte ich aus einem Beispiel kopiert, jetzt geht es. Echt genial was da gemacht habt.
        Das man so viel erweitern kann finde ich am besten.
        Nur schade das ich kein KNX im Haus habe. Aber da das alle so offen ist werde ich wenn mal wieder Zeit mein eigenen Hausbus (CAN ) ans Smarthome bringen.

        Zuerst kommt aber endlich meine WP (Dimplex mit Modbus). Die steht ganz oben auf der Visu Liste und meine Wetterstattion (ELV).

        Macht weiter so.

        Ich versuche mich dann öfter mit einzuklinken.

        Grüße Stromie

        Kommentar

        Lädt...
        X