Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. HMIP Taster - Langer Tastendruck doppelt?

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    720

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

HMIP Taster - Langer Tastendruck doppelt?

Scheduled Pinned Locked Moved ioBroker Allgemein
iobrokerhmiphmip-wrc2tasterhomematic ip
4 Posts 2 Posters 768 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    HenryH
    wrote on last edited by
    #1

    Moin,

    ich habe bisher immer die alten HM Taster benutzt, die funktionieren wie gewollt. Jedoch habe ich nun zusätzlich HMIP-Taster im Einsatz (HMIP-WRC2), bei denen kommen aber zwei Events beim langen Drücken des Tasters. Jemand eine Idee wo das herkommt?
    Ich habe die Vermutung, dass die nicht alten HM-Taster nur das taster event selbst senden, die HMIP zusätzlich noch ein Button Release (Taster Losgelassen) und der Adapter in ioBroker das Event nicht kennt und als normales Event behandelt. Stärkung der Annahme: Wenn ich den Taster gedrückt halte kommt nur ein Event, erst beim loslassen kommt das zweite.
    Konnte das schon mal irgend wer beobachten?

    1 Reply Last reply
    0
    • htreckslerH Offline
      htreckslerH Offline
      htrecksler
      Forum Testing
      wrote on last edited by
      #2

      hast Du dir das Object mal angesehen?

      on("HMIPTASTERXXXX", function (obj) {
          log('OBJEKT - HMIP Taster: ' + JSON.stringify(obj));
      });
      
      

      Gruss Hermann

      ioBroker auf Proxmox (Debian) auf IntelNuc als Produktivsystem

      H 1 Reply Last reply
      0
      • htreckslerH htrecksler

        hast Du dir das Object mal angesehen?

        on("HMIPTASTERXXXX", function (obj) {
            log('OBJEKT - HMIP Taster: ' + JSON.stringify(obj));
        });
        
        
        H Offline
        H Offline
        HenryH
        wrote on last edited by
        #3

        @htrecksler ich weiß zwar nicht was man dort besonderes sehen soll, aber:

        16:08:37.796	info	javascript.0 script.js.common.Schalter.debug: OBJEKT - HMIP Taster 1: {"id":"hm-rpc.1.000193C99D2DD1.1.PRESS_LONG","newState":{"val":true,"ts":1559225317796,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0},"oldState":{"val":true,"ts":1559225300488,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0},"state":{"val":true,"ts":1559225317796,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0}}
        16:08:38.300	info	javascript.0 script.js.common.Schalter.debug: OBJEKT - HMIP Taster 1: {"id":"hm-rpc.1.000193C99D2DD1.1.PRESS_LONG","newState":{"val":true,"ts":1559225318300,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0},"oldState":{"val":true,"ts":1559225317796,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0},"state":{"val":true,"ts":1559225318300,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0}}
        
        htreckslerH 1 Reply Last reply
        0
        • H HenryH

          @htrecksler ich weiß zwar nicht was man dort besonderes sehen soll, aber:

          16:08:37.796	info	javascript.0 script.js.common.Schalter.debug: OBJEKT - HMIP Taster 1: {"id":"hm-rpc.1.000193C99D2DD1.1.PRESS_LONG","newState":{"val":true,"ts":1559225317796,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0},"oldState":{"val":true,"ts":1559225300488,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0},"state":{"val":true,"ts":1559225317796,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0}}
          16:08:38.300	info	javascript.0 script.js.common.Schalter.debug: OBJEKT - HMIP Taster 1: {"id":"hm-rpc.1.000193C99D2DD1.1.PRESS_LONG","newState":{"val":true,"ts":1559225318300,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0},"oldState":{"val":true,"ts":1559225317796,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0},"state":{"val":true,"ts":1559225318300,"ack":true,"lc":1556724279700,"from":"system.adapter.hm-rpc.1","q":0}}
          
          htreckslerH Offline
          htreckslerH Offline
          htrecksler
          Forum Testing
          wrote on last edited by
          #4

          @HenryH ich hatte gedacht das man dort eventuell einen Unterschied erkennen kann. Aber es sieht so aus als ob er tatsächlich zweimal den identischen wert absetzt

          Gruss Hermann

          ioBroker auf Proxmox (Debian) auf IntelNuc als Produktivsystem

          1 Reply Last reply
          0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          Support us

          ioBroker
          Community Adapters
          Donate
          FAQ Cloud / IOT
          HowTo: Node.js-Update
          HowTo: Backup/Restore
          Downloads
          BLOG

          367

          Online

          32.7k

          Users

          82.6k

          Topics

          1.3m

          Posts
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
          ioBroker Community 2014-2025
          logo
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Home
          • Recent
          • Tags
          • Unread 0
          • Categories
          • Unreplied
          • Popular
          • GitHub
          • Docu
          • Hilfe