Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Ballazonk

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Groups 1

    Ballazonk

    @Ballazonk

    Starter

    0
    Reputation
    5
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Ballazonk Follow
    Starter

    Latest posts made by Ballazonk

    • RE: InfluxDB2 keine Werte

      @marc-berg Es lag daran das ich den Wert in blockly nicht aktualisiert habe, sondern steuere genommen habe dies führte wohl zu einem ack false.

      posted in Einsteigerfragen
      B
      Ballazonk
    • InfluxDB2 keine Werte

      Hallo in die Runde,
      ich bekomme die Werte eines Objektes das in den Einstellungen Influx aktiviert hat nicht in Influx angezeigt, die Werte kommen nicht an. Kennt sich vielleicht jemand damit aus?

      Vielen Dank im Voraus.

      2022-08-27 14_43_15-objects - iobroker und 3 weitere Seiten - Persönlich – Microsoft​ Edge.png

      {
        "common": {
          "type": "number",
          "unit": "KWh",
          "name": "Strom Solar Tages KWh ",
          "role": "state",
          "custom": {
            "influxdb.0": {
              "enabled": true,
              "storageType": "",
              "aliasId": "",
              "debounceTime": 0,
              "blockTime": 0,
              "changesOnly": true,
              "changesRelogInterval": 0,
              "changesMinDelta": 0,
              "ignoreBelowNumber": "",
              "disableSkippedValueLogging": false,
              "enableDebugLogs": false,
              "debounce": 1000
            }
          },
          "read": true,
          "write": true
        },
        "native": {
          "type": "number",
          "unit": "KWh",
          "name": "Strom Solar Tages KWh ",
          "role": "state"
        },
        "type": "state",
        "_id": "javascript.0.Strom Solar Tages KWh ",
        "acl": {
          "object": 1636,
          "state": 1636,
          "file": 1632,
          "owner": "system.user.admin",
          "ownerGroup": "system.group.administrator"
        },
        "from": "system.adapter.admin.0",
        "user": "system.user.admin",
        "ts": 1661599347762
      }
      

      8b011b7b-00de-42ee-9bbc-e093789b99c9-image.png

      posted in Einsteigerfragen
      B
      Ballazonk
    • RE: Telegram keyboard Variable

      @ticaki
      Vielen Dank für die Antwort.
      Das Funktioniert top und macht das Ganze sehr viel komfortabler.
      So langsam komme ich in die Thematik rein und kann es auch nachvollziehen, für mich persönlich sehr wichtig.

      Dank u. viele Gruß

      posted in JavaScript
      B
      Ballazonk
    • Telegram keyboard Variable

      Hallo zusammen,
      arbeite mich als Neuling in die Welt von iobrocker ein.
      Mit Java stehe ich bis jetzt noch auf Kriegsfuß.
      Hoffe deshalb auf mithilfe.
      Derzeit probiere ich in einem Javascript das an Telegram die Buttons (Ja/Nein) schickt, den Text der Buttons (Ja/Nein) als Variable zu definieren.
      Die Variable würde ich dann über Blockly füllen sofern es sowas wie Public Variable gibt.
      Alternativ könnten auch Datenpunkte statt Variable helfen.

      sendTo('telegram.0', {
          text:   'Bitte wähle ein Button',
          reply_markup: {
              keyboard: [
                  ['Ja', 'Nein'],
              ],
              resize_keyboard:   true,
              one_time_keyboard: true
          }
      });
      

      Vielen Dank u. Gruß,

      posted in JavaScript
      B
      Ballazonk
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo