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. My Project
  3. Scrolling Text sensor node with new V_TEXT

Scrolling Text sensor node with new V_TEXT

Scheduled Pinned Locked Moved My Project
51 Posts 17 Posters 30.0k Views 13 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.
  • hekH Offline
    hekH Offline
    hek
    Admin
    wrote on last edited by
    #2

    Wow, cool @AWI

    1 Reply Last reply
    0
    • B Offline
      B Offline
      billy123
      wrote on last edited by
      #3

      Wow, thats great !

      Could you please post an AliExpress link to the displays you used ?

      Regards,
      Andre

      1 Reply Last reply
      0
      • B Offline
        B Offline
        billy123
        wrote on last edited by
        #4

        I think i found them

        http://www.aliexpress.com/store/product/1pc-MAX7219-dot-matrix-module-microcontroller-module-4-in-one-display/1182157_32432589557.html

        AWIA 1 Reply Last reply
        0
        • F Offline
          F Offline
          fleinze
          wrote on last edited by
          #5

          Wow, I so want to build this!

          1 Reply Last reply
          0
          • B billy123

            I think i found them

            http://www.aliexpress.com/store/product/1pc-MAX7219-dot-matrix-module-microcontroller-module-4-in-one-display/1182157_32432589557.html

            AWIA Offline
            AWIA Offline
            AWI
            Hero Member
            wrote on last edited by
            #6

            @billy123 That would be the right one. You can use most of the max7219 driven display. Sometimes these are 90 deg rotated but that can be adjusted in the library. Have fun!

            1 Reply Last reply
            0
            • HoffanH Offline
              HoffanH Offline
              Hoffan
              wrote on last edited by
              #7

              Will this work in Vera??

              AWIA 1 Reply Last reply
              0
              • HoffanH Hoffan

                Will this work in Vera??

                AWIA Offline
                AWIA Offline
                AWI
                Hero Member
                wrote on last edited by
                #8

                @Hoffan I don't know the abilities of VERA but since this (V_TEXT) is new functionality I expect it works only in Domoticz. I hope the functionality will be extended to the other controllers soon..

                1 Reply Last reply
                0
                • HoffanH Offline
                  HoffanH Offline
                  Hoffan
                  wrote on last edited by
                  #9

                  Thanx for the answer, I hope that too

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    Dheeraj
                    Plugin Developer
                    wrote on last edited by
                    #10

                    found this library for scrolling effect https://code.google.com/p/arudino-maxmatrix-library/.

                    AWIA 1 Reply Last reply
                    0
                    • D Dheeraj

                      found this library for scrolling effect https://code.google.com/p/arudino-maxmatrix-library/.

                      AWIA Offline
                      AWIA Offline
                      AWI
                      Hero Member
                      wrote on last edited by
                      #11

                      @Dheeraj I have tried this library also but it did not suit my purpose. Only one type of display orientation is supported but it is easier to comprehend.

                      1 Reply Last reply
                      0
                      • N Offline
                        N Offline
                        NotYetRated
                        wrote on last edited by
                        #12

                        Umm, this is awesome! Looks like I have a tinker project coming up!

                        1 Reply Last reply
                        0
                        • P Offline
                          P Offline
                          popunonkok
                          wrote on last edited by
                          #13

                          Looks great. Is it posible (Or do you think it will be) to sen dynamic values to the display from Domoticz? Like the temperature or soil moist procentage.

                          AWIA 1 Reply Last reply
                          0
                          • P popunonkok

                            Looks great. Is it posible (Or do you think it will be) to sen dynamic values to the display from Domoticz? Like the temperature or soil moist procentage.

                            AWIA Offline
                            AWIA Offline
                            AWI
                            Hero Member
                            wrote on last edited by
                            #14

                            @popunonkok it is very possible. In fact this is what I'm doing. You need to work on the controller side. For domoticz you can use a lua time script which sends new text every x time. For long messages you will need to script a fifo with multiple text messages.

                            1 Reply Last reply
                            0
                            • GertSandersG Offline
                              GertSandersG Offline
                              GertSanders
                              Hardware Contributor
                              wrote on last edited by
                              #15

                              Is it possible to send text to the node without a request call from the node itself?

                              The example is not clear on this point and the json example only sets the text value within Domoticz, right?

                              AWIA 1 Reply Last reply
                              0
                              • GertSandersG GertSanders

                                Is it possible to send text to the node without a request call from the node itself?

                                The example is not clear on this point and the json example only sets the text value within Domoticz, right?

                                AWIA Offline
                                AWIA Offline
                                AWI
                                Hero Member
                                wrote on last edited by
                                #16

                                @GertSanders Domoticz does not "push" the Text value when changed. The published sketch "asks" periodically for the Text value. What I do now is create a Switch (S_BINARY/ light) with function "New text available". This switch triggers the polling sequence.

                                1 Reply Last reply
                                0
                                • GertSandersG Offline
                                  GertSandersG Offline
                                  GertSanders
                                  Hardware Contributor
                                  wrote on last edited by
                                  #17

                                  @GizMoCuz : It would be nice to be able to define the text of the S_INFO sensor in de UI of Domoticz, instead of only via json. I'm not capable of programming that myself, but it would make the use of text easier. I already log all incoming SMS messages into my SMS connected sensor in V_TEXT and have it this way a nice view on what nodes are sending to my SMS passthrough node or what SMS messages are received into my MySensors network. I know Domoticz has it's own SMS interface, but my node is capable of switching on stuff based on directly received SMS commands, and with V_TEXT I can now follow what is happening without needing a serial connection to the node. I should be clear that I'm a big fan of Domoticz :-)

                                  1 Reply Last reply
                                  0
                                  • J Offline
                                    J Offline
                                    Jager
                                    wrote on last edited by
                                    #18

                                    You can send messages as done here? http://forum.mysensors.org/topic/1957/lcd-clock-and-text-sensor-node-with-new-v_text
                                    56b9aa18af.jpg

                                    AWIA 1 Reply Last reply
                                    0
                                    • J Jager

                                      You can send messages as done here? http://forum.mysensors.org/topic/1957/lcd-clock-and-text-sensor-node-with-new-v_text
                                      56b9aa18af.jpg

                                      AWIA Offline
                                      AWIA Offline
                                      AWI
                                      Hero Member
                                      wrote on last edited by
                                      #19

                                      @Jager If your controller supports it you can. In Domoticz the text value is not pushed so you need to make a request for it.

                                      1 Reply Last reply
                                      0
                                      • HoffanH Offline
                                        HoffanH Offline
                                        Hoffan
                                        wrote on last edited by
                                        #20

                                        What am i missing, Because i get this when i try to compile it

                                        Arduino:1.6.5 (Mac OS X), Kort:"Arduino Nano, ATmega328"

                                        ScrollingText:55: error: 'V_TEXT' was not declared in this scope
                                        ScrollingText.ino: In function 'void setup()':
                                        ScrollingText:166: error: 'S_INFO' was not declared in this scope
                                        ScrollingText:170: error: 'V_TEXT' was not declared in this scope
                                        ScrollingText.ino: In function 'void loop()':
                                        ScrollingText:191: error: 'V_TEXT' was not declared in this scope
                                        ScrollingText.ino: In function 'void incomingMessage(const MyMessage&)':
                                        ScrollingText:210: error: 'V_TEXT' was not declared in this scope
                                        'V_TEXT' was not declared in this scope

                                        AWIA 1 Reply Last reply
                                        0
                                        • HoffanH Hoffan

                                          What am i missing, Because i get this when i try to compile it

                                          Arduino:1.6.5 (Mac OS X), Kort:"Arduino Nano, ATmega328"

                                          ScrollingText:55: error: 'V_TEXT' was not declared in this scope
                                          ScrollingText.ino: In function 'void setup()':
                                          ScrollingText:166: error: 'S_INFO' was not declared in this scope
                                          ScrollingText:170: error: 'V_TEXT' was not declared in this scope
                                          ScrollingText.ino: In function 'void loop()':
                                          ScrollingText:191: error: 'V_TEXT' was not declared in this scope
                                          ScrollingText.ino: In function 'void incomingMessage(const MyMessage&)':
                                          ScrollingText:210: error: 'V_TEXT' was not declared in this scope
                                          'V_TEXT' was not declared in this scope

                                          AWIA Offline
                                          AWIA Offline
                                          AWI
                                          Hero Member
                                          wrote on last edited by
                                          #21

                                          @Hoffan V_TEXT is still in the development branch...

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


                                          6

                                          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