Navigation

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

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 0
    • Groups 1

    Pass3de

    @Pass3de

    Starter

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

    Pass3de Follow
    Starter

    Latest posts made by Pass3de

    • ioBroker M-Bus mit Raspberry Pi HAT verbinden

      Hallo zusammen, Einsteiger verzweifelt!

      Ich versuche seit geraumer Zeit einen Raspberry Pi 3B mit einem M-Bus Raspberry Pi HAT und ioBroker zu verbinden.
      Installiert ist libmbus. Auf dem rpi lässt sich der angeschlossene Wärmemengenzähler abfragen.

      user@Waerme:~/libmbus/bin $ ./mbus-serial-scan -d -b 2400 /dev/serial0          Scanning primary addresses:
      0 [2024-01-18 21:50:13Z] SEND (005): 10 40 00 40 16
      [2024-01-18 21:50:13Z] RECV (001): E5
      Found a M-Bus device at address 0
      1 [2024-01-18 21:50:13Z] SEND (005): 10 40 01 41 16
      [2024-01-18 21:50:13Z] RECV (001): E5
      Found a M-Bus device at address 1
      2 [2024-01-18 21:50:13Z] SEND (005): 10 40 02 42 16
      [2024-01-18 21:50:13Z] RECV (001): E5
      Found a M-Bus device at address 2
      3 [2024-01-18 21:50:14Z] SEND (005): 10 40 03 43 16
      [2024-01-18 21:50:14Z] RECV (001): E5
      Found a M-Bus device at address 3
      4 [2024-01-18 21:50:14Z] SEND (005): 10 40 04 44 16
      5 [2024-01-18 21:50:14Z] SEND (005): 10 40 05 45 16
      
      user@Waerme:~/libmbus/bin $ ./mbus-serial-request-data -d -b 2400 /dev/serial0 1
      init_slaves: debug: sending init frame #1
      [2024-01-18 22:14:50Z] SEND (005): 10 40 FD 3D 16
      init_slaves: debug: sending init frame #2
      [2024-01-18 22:14:50Z] SEND (005): 10 40 FD 3D 16
      [2024-01-18 22:14:51Z] SEND (005): 10 5B 01 5C 16
      [2024-01-18 22:14:51Z] RECV (074): 68 44 44 68 08 01 72 32 29 04 01 49 6A 88 07 06 00 00 00 0C 78 32 29 04 45 04 13 7E 76 00 00 82 04 6C 01 31 C2 84 00 6C E1 21 84 04 13 7E 76 00 00 C4 84 00 13 7E 76 00 00 82 8A 00 6C 01 31 84 8A 00 13 7E 76 00 00 1F EA 16
      mbus_frame_print: Dumping M-Bus frame [type 4, 74 bytes]: 68 44 44 68 08 01 72 32 29 04 01 49 6A 88 07 06 00 00 00 0C 78 32 29 04 45 04 13 7E 76 00 00 82 04 6C 01 31 C2 84 00 6C E1 21 84 04 13 7E 76 00 00 C4 84 00 13 7E 76 00 00 82 8A 00 6C 01 31 84 8A 00 13 7E 76 00 00 1F EA 16
      <?xml version="1.0" encoding="ISO-8859-1"?>
      <MBusData>
      
          <SlaveInformation>
              <Id>1042932</Id>
              <Manufacturer>ZRI</Manufacturer>
              <Version>136</Version>
              <ProductName></ProductName>
              <Medium>Water</Medium>
              <AccessNumber>6</AccessNumber>
              <Status>00</Status>
              <Signature>0000</Signature>
          </SlaveInformation>
      
          <DataRecord id="0">
              <Function>Instantaneous value</Function>
              <StorageNumber>0</StorageNumber>
              <Unit>Fabrication number</Unit>
              <Value>45042932</Value>
              <Timestamp>2024-01-18T22:14:51Z</Timestamp>
          </DataRecord>
      
          <DataRecord id="1">
              <Function>Instantaneous value</Function>
              <StorageNumber>0</StorageNumber>
              <Unit>Volume (m m^3)</Unit>
              <Value>30334</Value>
              <Timestamp>2024-01-18T22:14:51Z</Timestamp>
          </DataRecord>
      
          <DataRecord id="2">
              <Function>Instantaneous value</Function>
              <StorageNumber>8</StorageNumber>
              <Tariff>0</Tariff>
              <Device>0</Device>
              <Unit>Time Point (date)</Unit>
              <Value>2024-01-01</Value>
              <Timestamp>2024-01-18T22:14:51Z</Timestamp>
          </DataRecord>
      
          <DataRecord id="3">
              <Function>Instantaneous value</Function>
              <StorageNumber>9</StorageNumber>
              <Tariff>0</Tariff>
              <Device>0</Device>
              <Unit>Time Point (date)</Unit>
              <Value>2023-01-01</Value>
              <Timestamp>2024-01-18T22:14:51Z</Timestamp>
          </DataRecord>
      
          <DataRecord id="4">
              <Function>Instantaneous value</Function>
              <StorageNumber>8</StorageNumber>
              <Tariff>0</Tariff>
              <Device>0</Device>
              <Unit>Volume (m m^3)</Unit>
              <Value>30334</Value>
              <Timestamp>2024-01-18T22:14:51Z</Timestamp>
          </DataRecord>
      
          <DataRecord id="5">
              <Function>Instantaneous value</Function>
              <StorageNumber>9</StorageNumber>
              <Tariff>0</Tariff>
              <Device>0</Device>
              <Unit>Volume (m m^3)</Unit>
              <Value>30334</Value>
              <Timestamp>2024-01-18T22:14:51Z</Timestamp>
          </DataRecord>
      
          <DataRecord id="6">
              <Function>Instantaneous value</Function>
              <StorageNumber>20</StorageNumber>
              <Tariff>0</Tariff>
              <Device>0</Device>
              <Unit>Time Point (date)</Unit>
              <Value>2024-01-01</Value>
              <Timestamp>2024-01-18T22:14:51Z</Timestamp>
          </DataRecord>
      
          <DataRecord id="7">
              <Function>Instantaneous value</Function>
              <StorageNumber>20</StorageNumber>
              <Tariff>0</Tariff>
              <Device>0</Device>
              <Unit>Volume (m m^3)</Unit>
              <Value>30334</Value>
              <Timestamp>2024-01-18T22:14:51Z</Timestamp>
          </DataRecord>
      
          <DataRecord id="8">
              <Function>More records follow</Function>
              <Value></Value>
              <Timestamp>2024-01-18T22:14:51Z</Timestamp>
          </DataRecord>
      
      </MBusData>
      
      

      Ich bekommen keine Verbindung vom ioBroker mbus zum rpi. Ich weiß allerdings auch nicht, was im ioBroker in der mbus Instanz für Verbindungsparameter eingestellt werden müssen.

      Ich bin für jede Information dankbar…

      Ich habe noch vergessen zu erwähnen, dass der ioBroker nicht mit auf dem Raspberry läuft.

      posted in Einbindung von Geräten
      P
      Pass3de
    • RE: Installation Iobroker auf Debian 11

      Hallo zusammen,

      danke für eure Ideen und Unterstützung.
      Wartezimmer Wunderheilung.
      Einfach mal ein paar Tage liegen lassen und schon geht´s...

      Ich habe in der Tat eine ziemlich scharf eingestellte Sophos UTM laufen, habe aber über ein "anderes" GW den Weg frei nach draußen gelassen.

      LG
      Andre

      posted in Installation
      P
      Pass3de
    • RE: Installation Iobroker auf Debian 11

      @thomas-braun

      Hi Thomas,

      leider auch nicht.

      deb@deb-iob-03:~$ curl -L https://iobroker.net/install.sh | bash -
        % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                       Dload  Upload   Total   Spent    Left  Speed
      100    65  100    65    0     0    439      0 --:--:-- --:--:-- --:--:--   439
        0     0    0     0    0     0      0      0 --:--:--  0:00:10 --:--:--     0
      curl: (52) Empty reply from server
      deb@deb-iob-03:~$
      
      posted in Installation
      P
      Pass3de
    • RE: Installation Iobroker auf Debian 11

      @fredf

      Hi fredf,

      das funktioniert leider auch nicht, dass hat mit ESX vorraussichtlich auch nichts zu tun.
      Trotzdem vielen Dank.

      posted in Installation
      P
      Pass3de
    • RE: Installation Iobroker auf Debian 11

      Ah ja, Code habe ich nicht gefunden...

      deb@deb-iob-03:~$ curl -v -sLf https://iobroker.net/install.sh | bash --
      *   Trying 82.165.135.239:443...
      * Connected to iobroker.net (82.165.135.239) port 443 (#0)
      * ALPN, offering h2
      * ALPN, offering http/1.1
      * successfully set certificate verify locations:
      *  CAfile: /etc/ssl/certs/ca-certificates.crt
      *  CApath: /etc/ssl/certs
      } [5 bytes data]
      * TLSv1.3 (OUT), TLS handshake, Client hello (1):
      } [512 bytes data]
      * TLSv1.3 (IN), TLS handshake, Server hello (2):
      { [108 bytes data]
      * TLSv1.2 (IN), TLS handshake, Certificate (11):
      { [4016 bytes data]
      * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
      { [365 bytes data]
      * TLSv1.2 (IN), TLS handshake, Server finished (14):
      { [4 bytes data]
      * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
      } [102 bytes data]
      * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
      } [1 bytes data]
      * TLSv1.2 (OUT), TLS handshake, Finished (20):
      } [16 bytes data]
      * TLSv1.2 (IN), TLS handshake, Finished (20):
      { [16 bytes data]
      * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
      * ALPN, server accepted to use http/1.1
      * Server certificate:
      *  subject: CN=iobroker.net
      *  start date: Sep 15 00:00:15 2022 GMT
      *  expire date: Dec 14 00:00:14 2022 GMT
      *  subjectAltName: host "iobroker.net" matched cert's "iobroker.net"
      *  issuer: C=US; O=Let's Encrypt; CN=R3
      *  SSL certificate verify ok.
      } [5 bytes data]
      > GET /install.sh HTTP/1.1
      > Host: iobroker.net
      > User-Agent: curl/7.74.0
      > Accept: */*
      >
      { [5 bytes data]
      * Mark bundle as not supporting multiuse
      < HTTP/1.1 301 Moved Permanently
      < Server: nginx/1.10.3
      < Date: Sat, 12 Nov 2022 09:36:53 GMT
      < Content-Type: text/plain; charset=utf-8
      < Content-Length: 65
      < Connection: keep-alive
      < X-Powered-By: Express
      < Location: http://iobroker.live/install.sh
      < Vary: Accept
      <
      * Ignoring the response-body
      { [65 bytes data]
      * Connection #0 to host iobroker.net left intact
      * Clear auth, redirects to port from 443 to 80Issue another request to this URL: 'http://iobroker.live/install.sh'
      *   Trying 217.160.0.211:80...
      * Connected to iobroker.live (217.160.0.211) port 80 (#1)
      > GET /install.sh HTTP/1.1
      > Host: iobroker.live
      > User-Agent: curl/7.74.0
      > Accept: */*
      >
      * Empty reply from server
      * Connection #1 to host iobroker.live left intact
      deb@deb-iob-03:~$
      
      
      posted in Installation
      P
      Pass3de
    • Installation Iobroker auf Debian 11

      Hallo zusammen,

      die pure Verzweifelung mit der Hoffnung auf Hilfe.😵
      Leider geling mir die Installation von iobroker auf einer aktuellen Debian 11 Version auf VMware nicht. Die Debian Installation habe ich x mal neu gemacht...
      Der Befehl:
      curl -v -sLf https://iobroker.net/install.sh | bash -

      Bringt immer das gleiche Ergebniss! nichts...

      deb@deb-iob-03:~$ curl -v -sLf https://iobroker.net/install.sh | bash -

      • Trying 82.165.135.239:443...
      • Connected to iobroker.net (82.165.135.239) port 443 (#0)
      • ALPN, offering h2
      • ALPN, offering http/1.1
      • successfully set certificate verify locations:
      • CAfile: /etc/ssl/certs/ca-certificates.crt
      • CApath: /etc/ssl/certs
        } [5 bytes data]
      • TLSv1.3 (OUT), TLS handshake, Client hello (1):
        } [512 bytes data]
      • TLSv1.3 (IN), TLS handshake, Server hello (2):
        { [108 bytes data]
      • TLSv1.2 (IN), TLS handshake, Certificate (11):
        { [4016 bytes data]
      • TLSv1.2 (IN), TLS handshake, Server key exchange (12):
        { [365 bytes data]
      • TLSv1.2 (IN), TLS handshake, Server finished (14):
        { [4 bytes data]
      • TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
        } [102 bytes data]
      • TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
        } [1 bytes data]
      • TLSv1.2 (OUT), TLS handshake, Finished (20):
        } [16 bytes data]
      • TLSv1.2 (IN), TLS handshake, Finished (20):
        { [16 bytes data]
      • SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
      • ALPN, server accepted to use http/1.1
      • Server certificate:
      • subject: CN=iobroker.net
      • start date: Sep 15 00:00:15 2022 GMT
      • expire date: Dec 14 00:00:14 2022 GMT
      • subjectAltName: host "iobroker.net" matched cert's "iobroker.net"
      • issuer: C=US; O=Let's Encrypt; CN=R3
      • SSL certificate verify ok.
        } [5 bytes data]

      GET /install.sh HTTP/1.1
      Host: iobroker.net
      User-Agent: curl/7.74.0
      Accept: /

      { [5 bytes data]

      • Mark bundle as not supporting multiuse
        < HTTP/1.1 301 Moved Permanently
        < Server: nginx/1.10.3
        < Date: Sat, 12 Nov 2022 00:21:42 GMT
        < Content-Type: text/plain; charset=utf-8
        < Content-Length: 65
        < Connection: keep-alive
        < X-Powered-By: Express
        < Location: http://iobroker.live/install.sh
        < Vary: Accept
        <
      • Ignoring the response-body
        { [65 bytes data]
      • Connection #0 to host iobroker.net left intact
      • Clear auth, redirects to port from 443 to 80Issue another request to this URL: 'http://iobroker.live/install.sh'
      • Trying 217.160.0.211:80...
      • Connected to iobroker.live (217.160.0.211) port 80 (#1)

      GET /install.sh HTTP/1.1
      Host: iobroker.live
      User-Agent: curl/7.74.0
      Accept: /

      • Empty reply from server
      • Connection #1 to host iobroker.live left intact
        deb@deb-iob-03:~$

      Ich kann:

      • Empty reply from server
      • Connection #1 to host iobroker.live left intact

      nicht mehr sehen.

      Wer kann helfen?

      posted in Installation
      P
      Pass3de
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo