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. Development
  3. How to use V_TEXT in 2.0.0

How to use V_TEXT in 2.0.0

Scheduled Pinned Locked Moved Development
5 Posts 3 Posters 2.1k 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.
  • L Offline
    L Offline
    lafleur
    wrote on last edited by lafleur
    #1

    Looks like I'm missing something here on using V_TEXT?

    MyMessage TEXTMsg         (CHILD_ID,V_TEXT);      // 47
    send(TEXTMsg.set("Alarm is Active", 0));     // Send to gateway
    

    I get this error...

    Using library MySensors at version 2.0.0-beta in folder: /Users/lafleur/Desktop/MySensor-Arduino-development/Arduino-development_1.6b/libraries/MySensors 
    exit status 1
    invalid conversion from 'const void*' to 'void*' [-fpermissive]
    

    Thanks...

    martinhjelmareM 1 Reply Last reply
    0
    • L lafleur

      Looks like I'm missing something here on using V_TEXT?

      MyMessage TEXTMsg         (CHILD_ID,V_TEXT);      // 47
      send(TEXTMsg.set("Alarm is Active", 0));     // Send to gateway
      

      I get this error...

      Using library MySensors at version 2.0.0-beta in folder: /Users/lafleur/Desktop/MySensor-Arduino-development/Arduino-development_1.6b/libraries/MySensors 
      exit status 1
      invalid conversion from 'const void*' to 'void*' [-fpermissive]
      

      Thanks...

      martinhjelmareM Offline
      martinhjelmareM Offline
      martinhjelmare
      Plugin Developer
      wrote on last edited by
      #2

      @lafleur

      Hi!

      I think you need to send a character array:
      https://www.arduino.cc/en/Reference/String

      You can use the function toCharArray to convert a String to a character array.

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hek
        Admin
        wrote on last edited by
        #3

        What happens if you just skip the ",0", like this:
        TEXTMsg.set("Alarm is Active")

        L 1 Reply Last reply
        0
        • H hek

          What happens if you just skip the ",0", like this:
          TEXTMsg.set("Alarm is Active")

          L Offline
          L Offline
          lafleur
          wrote on last edited by
          #4

          @hek

          That works?? what the ,0 for ??

          1 Reply Last reply
          0
          • H Offline
            H Offline
            hek
            Admin
            wrote on last edited by
            #5

            Sorry, I don't know why you added ,0. :stuck_out_tongue_winking_eye:

            For some of the msg setters, the second argument is used to specify length (buffer) or number of decimals (float).

            Please read through the API:
            http://www.mysensors.org/download/sensor_api_15#the-full-api

            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


            13

            Online

            12.1k

            Users

            11.2k

            Topics

            113.4k

            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