Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
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
Brand Logo
  1. Home
  2. Controllers
  3. Vera
  4. Send heartbeat message from Vera

Send heartbeat message from Vera

Scheduled Pinned Locked Moved Vera
8 Posts 4 Posters 2.4k Views 3 Watching
  • 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.
  • Lior RubinL Offline
    Lior RubinL Offline
    Lior Rubin
    wrote on last edited by
    #1

    is there anyway to send this message ?

    I'm not so Luup script expert but i think it should be able, anyone ?

    1 Reply Last reply
    0
    • Lior RubinL Offline
      Lior RubinL Offline
      Lior Rubin
      wrote on last edited by
      #2

      anyone ?

      1 Reply Last reply
      0
      • sundberg84S Offline
        sundberg84S Offline
        sundberg84
        Hardware Contributor
        wrote on last edited by
        #3

        No clue... dont have vera but is this something?
        https://forum.mysensors.org/topic/80/getting-numbers-from-vera-to-a-sensor/6

        Controller: Proxmox VM - Home Assistant
        MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
        MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
        RFLink GW - Arduino Mega + RFLink Shield, 433mhz

        1 Reply Last reply
        0
        • Lior RubinL Offline
          Lior RubinL Offline
          Lior Rubin
          wrote on last edited by
          #4

          I found that the following luup command send the variable V_VAR5 with payload (value=2):

          luup.call_action("urn:upnp-arduino-cc:serviceId:arduino1", "SendCommand", {radioId="1;255", variableId="VAR_5", value=2}, 98)
          

          is there any way to send the subtype message I_HEARTBEAT ?

          BartEB 1 Reply Last reply
          0
          • Lior RubinL Lior Rubin

            I found that the following luup command send the variable V_VAR5 with payload (value=2):

            luup.call_action("urn:upnp-arduino-cc:serviceId:arduino1", "SendCommand", {radioId="1;255", variableId="VAR_5", value=2}, 98)
            

            is there any way to send the subtype message I_HEARTBEAT ?

            BartEB Offline
            BartEB Offline
            BartE
            Contest Winner
            wrote on last edited by BartE
            #5

            @Lior-Rubin What you can do is on your Vera (UI5 but should work on UI7):

            • Create a "Hearthbeat" scene
            • Add a scene "Schedule" on the heartbeat interval you like say: "Interval based: Every 1 hour"
            • On the Luup-tab fill in this command
            luup.call_action("urn:upnp-arduino-cc:serviceId:arduino1", "SendCommand", {radioId="2;255", variableId="VAR_5", value=2}, 98)
            
            • Confirm the new scene
            • Save changes to let restart your Luup engine

            There is no such thing as a I_HEARTBEAT (nor a V_HEARTBEAT) look on this page for the available sub-types (skip the V_ in your variableId-string)

            Your MySensors node (in the example with ID 2) should handle the incoming message with sub-type V_VAR5
            ID 1 (radioID 1) will not work this is reserved for the gateway

            1 Reply Last reply
            1
            • hekH Offline
              hekH Offline
              hek
              Admin
              wrote on last edited by
              #6

              The vera plugin hasn't been updated with the most recent additions (like the I_HEARTBEAT) yet. But as @barte says, you can basically send anything to the node.

              Lior RubinL 1 Reply Last reply
              0
              • hekH hek

                The vera plugin hasn't been updated with the most recent additions (like the I_HEARTBEAT) yet. But as @barte says, you can basically send anything to the node.

                Lior RubinL Offline
                Lior RubinL Offline
                Lior Rubin
                wrote on last edited by
                #7

                @hek I'm aware of all you says.
                Is there any roadmap for the Vera Plugin ?

                I think that the plugin need to get attention...

                1 Reply Last reply
                0
                • hekH Offline
                  hekH Offline
                  hek
                  Admin
                  wrote on last edited by
                  #8

                  No roadmap for the Vera plugin at the moment. I_HEARTBEAT will be documented on the main site when 2.0 is released.

                  @BartE has done a great job implementing new sensor types on Vera. Creating a new sensor type is a fun and pretty isolated development task. Additional maintainers is always welcome.

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  19

                  Online

                  11.7k

                  Users

                  11.2k

                  Topics

                  113.1k

                  Posts


                  Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • MySensors
                  • OpenHardware.io
                  • Categories
                  • Recent
                  • Tags
                  • Popular