Ankündigung

Einklappen
Keine Ankündigung bisher.

- √ - sqlite dump Error "could not convert string to float"

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

    - √ - sqlite dump Error "could not convert string to float"

    Hi

    ich habe Heute mal auf die 1.0 umgestellt. Läuft alles soweit sehr gut. Bis auf die folgende Meldung im Log.

    Code:
    2013-11-21 20:39:07,641 ERROR    SQLite dump  Method SQLite dump exception: could not convert string to float:  -- scheduler.py:_task:348
    Traceback (most recent call last):
      File "/usr/smarthome/lib/scheduler.py", line 344, in _task
        obj()
      File "/usr/smarthome/plugins/sqlite/__init__.py", line 160, in _dump
        self.update_item(item)
      File "/usr/smarthome/plugins/sqlite/__init__.py", line 147, in update_item
        val = float(item())
    ValueError: could not convert string to float:
    Logfile und Items im Anhang.

    Grüße Ronny
    Angehängte Dateien

    #2
    Habs gefunden.

    War ein Item mit type = str

    Grüße Ronny

    Kommentar

    Lädt...
    X