Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Text2command stürzt ab

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    Text2command stürzt ab

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      martinschm last edited by

      Hi,

      ich hab das Problem, das mein text2command abstürzt. Ich will über Telegram mit dem Befehl "Wohnzimmertemperatur" die Temperatur genannt bekommen, zum Einsatz kommt ein Mi Smart Home Temperatur Sensor

      text2command Version 1.2.1

      telegram 1.1.4

      Das Log

      host.ioPi	2018-05-21 17:36:56.527	error	instance system.adapter.text2command.0 terminated with code 0 (OK)
      Caught	2018-05-21 17:36:56.527	error	by controller[0]: at Socket.emit (events.js:188:7)
      Caught	2018-05-21 17:36:56.526	error	by controller[0]: at emitOne (events.js:96:13)
      Caught	2018-05-21 17:36:56.526	error	by controller[0]: at Socket. (/opt/iobroker/node_modules/redis/index.js:274:27)
      Caught	2018-05-21 17:36:56.525	error	by controller[0]: at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:574:12)
      Caught	2018-05-21 17:36:56.525	error	by controller[0]: at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/redis/index.js:192:18)
      Caught	2018-05-21 17:36:56.525	error	by controller[0]: at RedisClient.return_reply (/opt/iobroker/node_modules/redis/index.js:824:9)
      Caught	2018-05-21 17:36:56.524	error	by controller[0]: at normal_reply (/opt/iobroker/node_modules/redis/index.js:726:21)
      Caught	2018-05-21 17:36:56.524	error	by controller[0]: at Command.callback (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:287:17)
      Caught	2018-05-21 17:36:56.524	error	by controller[0]: at adapter.getForeignState (/opt/iobroker/node_modules/iobroker.text2command/lib/simpleControl.js:410:21)
      Caught	2018-05-21 17:36:56.523	error	by controller[0]: at parseTemplates (/opt/iobroker/node_modules/iobroker.text2command/lib/simpleControl.js:657:29)
      Caught	2018-05-21 17:36:56.522	error	by controller[0]: TypeError: Cannot read property 'length' of null
      text2command.0	2018-05-21 17:36:56.494	info	terminating
      text2command.0	2018-05-21 17:36:55.985	error	at Socket.emit (events.js:188:7)
      text2command.0	2018-05-21 17:36:55.985	error	at emitOne (events.js:96:13)
      text2command.0	2018-05-21 17:36:55.985	error	at Socket. (/opt/iobroker/node_modules/redis/index.js:274:27)
      text2command.0	2018-05-21 17:36:55.985	error	at JavascriptRedisParser.execute (/opt/iobroker/node_modules/redis-parser/lib/parser.js:574:12)
      text2command.0	2018-05-21 17:36:55.985	error	at JavascriptRedisParser.returnReply (/opt/iobroker/node_modules/redis/index.js:192:18)
      text2command.0	2018-05-21 17:36:55.985	error	at RedisClient.return_reply (/opt/iobroker/node_modules/redis/index.js:824:9)
      text2command.0	2018-05-21 17:36:55.985	error	at normal_reply (/opt/iobroker/node_modules/redis/index.js:726:21)
      text2command.0	2018-05-21 17:36:55.985	error	at Command.callback (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:287:17)
      text2command.0	2018-05-21 17:36:55.985	error	at adapter.getForeignState (/opt/iobroker/node_modules/iobroker.text2command/lib/simpleControl.js:410:21)
      text2command.0	2018-05-21 17:36:55.985	error	at parseTemplates (/opt/iobroker/node_modules/iobroker.text2command/lib/simpleControl.js:657:29)
      text2command.0	2018-05-21 17:36:55.985	error	TypeError: Cannot read property 'length' of null
      text2command.0	2018-05-21 17:36:55.984	error	uncaught exception: Cannot read property 'length' of null
      text2command.0	2018-05-21 17:36:55.907	info	Say ID mihome.0.devices.weather_v1_158d0001fa5cab.temperature
      text2command.0	2018-05-21 17:36:55.900	warn	Timeout for external processor: telegram.0.communicate.users
      text2command.0	2018-05-21 17:36:55.898	info	processText: "Wohnzimmertemperatur"
      
      1 Reply Last reply Reply Quote 0
      • M
        martinschm last edited by

        Ist mir grade noch in den Logs aufgefallen

        text2command.0	2018-05-21 17:50:18.097	warn	Timeout for external processor: telegram.0.communicate.users
        text2command.0	2018-05-21 17:50:18.095	info	processText: "aussen"
        text2command.0	2018-05-21 17:50:17.086	info	processText: "aussen"
        text2command.0	2018-05-21 17:50:17.069	info	processText: "aussen"
        
        1 Reply Last reply Reply Quote 0
        • apollon77
          apollon77 last edited by

          Wie sieht die konfig aus? Welchen Typ der Anfrage hast du genommen? Er wartet auf die Ausführung einer Funktion … nicht das du den falschen Typ nutzt

          1 Reply Last reply Reply Quote 0
          • M
            martinschm last edited by

            Hier Screenshots

            4283_t2c.png

            4283_t2c_config.png

            1 Reply Last reply Reply Quote 0
            • apollon77
              apollon77 last edited by

              Worum ist das „id bearbeiter“ so gesetzt wie es ist? Wenn du das nicht nutzt dann nimm das mal raus

              1 Reply Last reply Reply Quote 0
              • First post
                Last post

              Support us

              ioBroker
              Community Adapters
              Donate

              908
              Online

              31.6k
              Users

              79.5k
              Topics

              1.3m
              Posts

              2
              5
              333
              Loading More Posts
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes
              Reply
              • Reply as topic
              Log in to reply
              Community
              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
              The ioBroker Community 2014-2023
              logo